claws.git
20 years ago* src/common/hooks.c
Alfons Hoogervorst [Wed, 30 Jul 2003 15:16:18 +0000 (15:16 +0000)]
* src/common/hooks.c
parameter 2 of g_hook_destroy() should really be a hook id

20 years ago* src/common/plugin.c
Alfons Hoogervorst [Wed, 30 Jul 2003 09:24:21 +0000 (09:24 +0000)]
* src/common/plugin.c
fix a possibly harmful function signature mismatch
for plugin_done

20 years agoconst correctness
Alfons Hoogervorst [Wed, 30 Jul 2003 08:25:34 +0000 (08:25 +0000)]
const correctness

20 years agoMake summaryview compile again.
Darko Koruga [Wed, 30 Jul 2003 05:55:18 +0000 (05:55 +0000)]
Make summaryview compile again.

20 years ago* src/crash.c
Luke Plant [Wed, 30 Jul 2003 01:19:19 +0000 (01:19 +0000)]
* src/crash.c
* src/main.c
        o added/moved signal handlers for SIGTERM (normal kill command) and
          SIGINT (ctl-c) to be used even without --enable-crash-dialog,
          fixing bug 166

* src/summaryview.c
o rewrote menu sensitivity code as per mainwindow.c, fixing bug 227

* src/mainwindow.c
o changed sensitivity condition for 'Next new' and 'Next unread',
  fixing bug 8

20 years ago* src/mainwindow.c
Luke Plant [Wed, 30 Jul 2003 01:14:39 +0000 (01:14 +0000)]
* src/mainwindow.c
o changed sensitivity condition for 'Next new' and 'Next unread',
  fixing bug 8

20 years ago* src/summaryview.c
Luke Plant [Wed, 30 Jul 2003 01:13:23 +0000 (01:13 +0000)]
* src/summaryview.c
o rewrote menu sensitivity code as per mainwindow.c, fixing bug 227

20 years ago* src/crash.c
Luke Plant [Wed, 30 Jul 2003 01:11:23 +0000 (01:11 +0000)]
* src/crash.c
* src/main.c
o added/moved signal handlers for SIGTERM (normal kill command) and
  SIGINT (Ctl-c) to be used even without --enable-crash-dialog,
    fixing bug 166

20 years ago* src/common/utils.[ch]
Alfons Hoogervorst [Tue, 29 Jul 2003 19:47:24 +0000 (19:47 +0000)]
* src/common/utils.[ch]
add generate_msgid()
* src/messageview.c
save ack'ed RRR; fixes #205, "return receipt is not saved in
sent folder".

20 years agoremove duplicated code
Paul Mangan [Tue, 29 Jul 2003 15:43:10 +0000 (15:43 +0000)]
remove duplicated code

20 years ago* src/messageview.c
Alfons Hoogervorst [Tue, 29 Jul 2003 15:40:29 +0000 (15:40 +0000)]
* src/messageview.c
plug a memleak

20 years ago* src/mimeview.[ch]
Alfons Hoogervorst [Tue, 29 Jul 2003 13:14:26 +0000 (13:14 +0000)]
* src/mimeview.[ch]
* src/gtk/gtkvscrollbutton.[ch]
fix UI glitch where mime icon toolbox' scroll position is not
reset after switching to another message

20 years agosplit the folder prefs into 2 separate pages
Paul Mangan [Tue, 29 Jul 2003 13:07:59 +0000 (13:07 +0000)]
split the folder prefs into 2 separate pages

20 years agoprepend '\n\n' to a siganture without a separator
Paul Mangan [Tue, 29 Jul 2003 12:54:22 +0000 (12:54 +0000)]
prepend '\n\n' to a siganture without a separator

20 years agofix 2 auto-sig bugs
Paul Mangan [Tue, 29 Jul 2003 12:15:48 +0000 (12:15 +0000)]
fix 2 auto-sig bugs

20 years agouse the colour from the folder pref unless the folder has new messages
Paul Mangan [Tue, 29 Jul 2003 10:16:32 +0000 (10:16 +0000)]
use the colour from the folder pref unless the folder has new messages

20 years ago* src/procmsg.[ch]
Alfons Hoogervorst [Tue, 29 Jul 2003 08:27:28 +0000 (08:27 +0000)]
* src/procmsg.[ch]
* src/messageview.c
* src/procheader.c
rewrite return receipt request work a little bit (the former
implementation presumably depended too much on the UI setting
flags). (we're losing the old pending flag.)

20 years ago0.9.3claws68
Christoph Hohmann [Mon, 28 Jul 2003 22:30:01 +0000 (22:30 +0000)]
0.9.3claws68

* src/folder.c
* src/imap.c
* src/mh.c
* src/procmsg.[ch]
        fix copy to IMAP folder from other folder

20 years ago0.9.3claws67
Christoph Hohmann [Mon, 28 Jul 2003 21:48:21 +0000 (21:48 +0000)]
0.9.3claws67

* src/procmsg.c
        fix sync of procmsg_get_message_file_list

20 years ago0.9.3claws66
Christoph Hohmann [Mon, 28 Jul 2003 21:13:11 +0000 (21:13 +0000)]
0.9.3claws66

* sync with 0.9.3cvs14
        see ChangeLog 2003-07-18
* sync with 0.9.3cvs17
        see ChangeLog 2003-07-23

20 years agoupdate Spanish translation
Paul Mangan [Mon, 28 Jul 2003 17:29:41 +0000 (17:29 +0000)]
update Spanish translation

20 years ago0.9.3claws64
Christoph Hohmann [Mon, 28 Jul 2003 15:47:24 +0000 (15:47 +0000)]
0.9.3claws64

* src/folder.[ch]
* src/imap.c
* src/mh.c
        return new message numbers as a GRelation instead of a GSList
        that has to be in the same order as the input list. A list
        would make it hard for IMAP to optimize oepration by sorting
        the input list. The returned list would have to be reordered
        to match the same order that input list has.

* src/gtk/gtkaspell.c
        fix missing return value, could cause a crash when garbage is
        on the stack that is used as the expected return value

20 years agosync with 0.9.4cvs1
Paul Mangan [Mon, 28 Jul 2003 07:22:26 +0000 (07:22 +0000)]
sync with 0.9.4cvs1

20 years ago* src/mimeview.c
Alfons Hoogervorst [Sun, 27 Jul 2003 19:04:30 +0000 (19:04 +0000)]
* src/mimeview.c
tweak it more to make icon list act like a check button group

20 years ago0.9.3claws61
Christoph Hohmann [Sun, 27 Jul 2003 15:41:59 +0000 (15:41 +0000)]
0.9.3claws61

* sync with 0.9.3cvs20
        see ChangeLog 2003-07-25

20 years agore-commit changes from 0.9.3claws58
Paul Mangan [Sun, 27 Jul 2003 15:10:02 +0000 (15:10 +0000)]
re-commit changes from 0.9.3claws58

20 years agoa sync from 0.9.3cvs17
Paul Mangan [Sun, 27 Jul 2003 14:59:35 +0000 (14:59 +0000)]
a sync from 0.9.3cvs17

20 years ago* src/procmsg.c
Alfons Hoogervorst [Sun, 27 Jul 2003 11:48:03 +0000 (11:48 +0000)]
* src/procmsg.c
add missing header members to MsgInfo; fixes the problem of
not displaying X-Faces, as noticed by Ricardo Mones

20 years agocommit configure.ac
Christoph Hohmann [Sat, 26 Jul 2003 20:10:45 +0000 (20:10 +0000)]
commit configure.ac

20 years ago0.9.3claws57
Christoph Hohmann [Sat, 26 Jul 2003 19:07:16 +0000 (19:07 +0000)]
0.9.3claws57

* sync with 0.9.3cvs18
        see ChangeLog 2003-07-24

20 years ago0.9.3claws56
Christoph Hohmann [Sat, 26 Jul 2003 18:30:25 +0000 (18:30 +0000)]
0.9.3claws56

* sync with 0.9.3cvs17
        see ChangeLog 2003-07-23

20 years ago0.9.3claws55
Christoph Hohmann [Sat, 26 Jul 2003 17:01:47 +0000 (17:01 +0000)]
0.9.3claws55

* src/folder.[ch]
* src/imap.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
        add support for copy function that copy multiple messages
        (not implemented yet)

* src/summaryview.c
        add missing return value

20 years agotools/multiwebsearch.pl: do whitespace substitution before passing the string to...
Paul Mangan [Sat, 26 Jul 2003 10:05:48 +0000 (10:05 +0000)]
tools/multiwebsearch.pl: do whitespace substitution before passing the string to the browser

20 years ago0.9.3claws53
Christoph Hohmann [Fri, 25 Jul 2003 18:47:43 +0000 (18:47 +0000)]
0.9.3claws53

* src/folder.[ch]
* src/imap.c
* src/mh.c
        rewrite adding of multiple messages to a folder for
        claws' folder system

20 years ago* src/mimeview.c
Luke Plant [Fri, 25 Jul 2003 12:39:29 +0000 (12:39 +0000)]
* src/mimeview.c
o icon toggles set correctly on leaving ctree mimeview

20 years agopartial sync with 0.9.3cvs21
Paul Mangan [Fri, 25 Jul 2003 07:31:02 +0000 (07:31 +0000)]
partial sync with 0.9.3cvs21

20 years agofix typo
Paul Mangan [Thu, 24 Jul 2003 16:07:51 +0000 (16:07 +0000)]
fix typo

20 years agosrc/mimeview.c: increase the gutter size of paned so that the panes can be resized
Paul Mangan [Thu, 24 Jul 2003 09:42:43 +0000 (09:42 +0000)]
src/mimeview.c: increase the gutter size of paned so that the panes can be resized

20 years agofix typo
Paul Mangan [Thu, 24 Jul 2003 09:41:27 +0000 (09:41 +0000)]
fix typo

20 years agoremoved
Paul Mangan [Thu, 24 Jul 2003 08:49:53 +0000 (08:49 +0000)]
removed

20 years agominor changes: fix typos
Paul Mangan [Thu, 24 Jul 2003 08:49:21 +0000 (08:49 +0000)]
minor changes: fix typos

20 years ago* src/mimeview.c
Alfons Hoogervorst [Thu, 24 Jul 2003 06:34:22 +0000 (06:34 +0000)]
* src/mimeview.c
make icon list look like a list of toggles

20 years ago* src/pixmaps/mimeview_gpg_expired.xpm
Luke Plant [Thu, 24 Jul 2003 00:44:23 +0000 (00:44 +0000)]
* src/pixmaps/mimeview_gpg_expired.xpm
* src/pixmaps/mimeview_gpg_failed.xpm
* src/pixmaps/mimeview_gpg_passed.xpm
* src/pixmaps/mimeview_text_html.xpm
* src/pixmaps/mimeview_image.xpm
o all icons the same size

* src/mimeview.[ch]
o mimeview ctree arranged vertically above the viewer
o icons changed to buttons
o can use keyboard to select an icon (Enter)
o resize icon list to width of icons

*  src/gtk/gtkvscrollbutton.c
o sensitivity of buttons reacts to position

20 years ago* src/mimeview.[ch]
Luke Plant [Thu, 24 Jul 2003 00:40:01 +0000 (00:40 +0000)]
* src/mimeview.[ch]
o mimeview ctree arranged vertically above the viewer
o icons changed to buttons
o can use keyboard to select an icon (Enter)
o resize icon list to width of icons

20 years ago* src/gtk/gtkvscrollbutton.c
Luke Plant [Thu, 24 Jul 2003 00:39:07 +0000 (00:39 +0000)]
*  src/gtk/gtkvscrollbutton.c
o sensitivity of buttons reacts to position

20 years ago* src/pixmaps/mimeview_gpg_expired.xpm
Luke Plant [Thu, 24 Jul 2003 00:36:52 +0000 (00:36 +0000)]
* src/pixmaps/mimeview_gpg_expired.xpm
* src/pixmaps/mimeview_gpg_failed.xpm
* src/pixmaps/mimeview_gpg_passed.xpm
* src/pixmaps/mimeview_text_html.xpm
* src/pixmaps/mimeview_image.xpm
o made all icons the same size

20 years ago0.9.3claws45
Christoph Hohmann [Wed, 23 Jul 2003 14:51:47 +0000 (14:51 +0000)]
0.9.3claws45

* sync with 0.9.3cvs14 (incomplete)
        see ChangeLog 2003-07-17

20 years ago* src/folder.c
Alfons Hoogervorst [Wed, 23 Jul 2003 09:24:20 +0000 (09:24 +0000)]
* src/folder.c
* src/procmsg.h
sync with my local tree to restore some claws-only things

20 years agoindicate missing keys and expired sigs/keys in mime view column
Paul Mangan [Wed, 23 Jul 2003 08:46:58 +0000 (08:46 +0000)]
indicate missing keys and expired sigs/keys in mime view column

20 years agoRedirect fixes: enable automatic account selection and do not append signature to...
Paul Mangan [Wed, 23 Jul 2003 06:34:05 +0000 (06:34 +0000)]
Redirect fixes: enable automatic account selection and do not append signature to message on changing account

20 years agosync with 0.9.3cvs16
Paul Mangan [Wed, 23 Jul 2003 06:04:17 +0000 (06:04 +0000)]
sync with 0.9.3cvs16

20 years ago* src/inc.c
Alfons Hoogervorst [Tue, 22 Jul 2003 23:55:17 +0000 (23:55 +0000)]
* src/inc.c
give progress dialog a main window, and give it the first
one (presumably the only one). fixes bug #247, "segfault on
pop-before-smtp"

20 years ago* src/summaryview.c
Alfons Hoogervorst [Tue, 22 Jul 2003 21:36:48 +0000 (21:36 +0000)]
* src/summaryview.c
shift-space scrolls up

20 years agojust added the tools README as README.tools to the docs stuff
Jens Oberender [Tue, 22 Jul 2003 12:55:55 +0000 (12:55 +0000)]
just added the tools README as README.tools to the docs stuff

20 years ago sync with 0.9.3cvs15
Paul Mangan [Tue, 22 Jul 2003 11:38:24 +0000 (11:38 +0000)]
 sync with 0.9.3cvs15

20 years ago* src/compose.c
Alfons Hoogervorst [Mon, 21 Jul 2003 20:25:19 +0000 (20:25 +0000)]
* src/compose.c
put menu inside #ifdef USE_ASPELL..#endif

20 years ago0.9.3claws36
Christoph Hohmann [Sun, 20 Jul 2003 18:04:11 +0000 (18:04 +0000)]
0.9.3claws36

* src/procmsg.c
        fix wrong flags in MsgInfo returned by
        procmsg_msginfo_get_full_info()

(closes Bug 221 Deleting messages from the Message View gives incorrect
 new/unread message counts in the folder view)

* src/plugins/spamassassin/spamassassin_gtk.c
        add gettext macro for prefs page title

20 years agocorrection: one line better than two
Paul Mangan [Sun, 20 Jul 2003 09:24:12 +0000 (09:24 +0000)]
correction: one line better than two

20 years agoredraw icon list on signature check
Paul Mangan [Sun, 20 Jul 2003 09:14:33 +0000 (09:14 +0000)]
redraw icon list on signature check

20 years ago0.9.3claws34
Christoph Hohmann [Sun, 20 Jul 2003 01:15:54 +0000 (01:15 +0000)]
0.9.3claws34

* src/Makefile.am
* src/account.c
* src/folder.[ch]
* src/folder_item_prefs.[ch]            ** NEW **
* src/folderview.c
* src/mainwindow.c
* src/mh.c
* src/prefs_gtk.c
* src/prefs_scoring.c
* src/summaryview.c
* src/prefs_folder_item.[ch]
        o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
          Properties dialog
        o use prefswindow for folder properties

* src/gtk/prefswindow.[ch]
        change implementation to use an invisible notebook instead
        of unparenting widgets

20 years ago0.9.3claws33
Christoph Hohmann [Sat, 19 Jul 2003 22:36:53 +0000 (22:36 +0000)]
0.9.3claws33

* src/compose.h
* src/folder.c
* src/folderview.h
* src/headerview.h
* src/prefs_filtering.h
* src/prefs_folder_item.[ch]
* src/procmime.h
* src/procmsg.h
* src/summaryview.h
        clean up header mess
(always use 1. typedefs, 2. #includes, 3. structures)

* src/common/version.h.in
        add casts for constants

* src/plugins/demo/demo.c
        fix typo

* src/plugins/spamassassin/spamassassin.c
        remove unused variable

20 years ago* src/mimeview.c
Alfons Hoogervorst [Sat, 19 Jul 2003 22:24:05 +0000 (22:24 +0000)]
* src/mimeview.c
o make icon buttons respond on left click
o minor cosmetic change

20 years ago* src/mimeview.[ch]
Luke Plant [Sat, 19 Jul 2003 21:08:55 +0000 (21:08 +0000)]
* src/mimeview.[ch]
* src/gtk/gtkvscrollbutton.c
* src/messageview.c
o improved mimeview behaviour when selecting a new message
o plus code cleanups to remove compile warnings

20 years ago* src/procmsg.c
Alfons Hoogervorst [Sat, 19 Jul 2003 18:41:15 +0000 (18:41 +0000)]
* src/procmsg.c
* src/compose.c
* src/common/utils.[ch]
subject_get_reply_prefix_length() <- subject_get_prefix_length()

20 years ago* src/prefs_folder_item.c
Alfons Hoogervorst [Sat, 19 Jul 2003 17:55:11 +0000 (17:55 +0000)]
* src/prefs_folder_item.c
reinit "legacy" tmp_prefs, so we don't free nor use invalid
string pointers

20 years ago* src/messageview.c
Luke Plant [Sat, 19 Jul 2003 13:59:21 +0000 (13:59 +0000)]
* src/messageview.c
* src/mimeview.[ch]
* src/procmime.h
* src/rfc2015.c
* src/stock_pixmap.[ch]
* src/gtk/Makefile.am
* src/Makefile.am
* src/gtk/gtkvscrollbutton.[ch]   ** NEW **
* src/pixmaps/mime_*.xpm          ** NEW **
o mimeview rearrangement with a new icon shortcut bar
VS: ----------------------------------------------------------------------

20 years ago* src/messageview.c
Luke Plant [Sat, 19 Jul 2003 13:50:29 +0000 (13:50 +0000)]
* src/messageview.c
* src/mimeview.c
* src/mimeview.h
* src/procmime.h
* src/rfc2015.c
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/gtk/Makefile.am
* src/Makefile.am
* src/gtk/gtkvscrollbutton.[ch]  ** new **
* src/pixmaps/mime_*.xpm         ** new **

mimeview rearrangement with a new icon shortcut bar
VS: ----------------------------------------------------------------------

20 years ago* src/folderview.c
Alfons Hoogervorst [Sat, 19 Jul 2003 10:38:04 +0000 (10:38 +0000)]
* src/folderview.c
o plug leaking nodes_to_recollapse
o add folderview_recollapse_all_nodes() (not used yet)

20 years ago* src/compose.c
Alfons Hoogervorst [Fri, 18 Jul 2003 22:42:05 +0000 (22:42 +0000)]
* src/compose.c
* src/common/utils.c
honour #240 "Better SUBJECT handling" by cleaning the prefix
for both forwarding as replying

20 years ago0.9.3claws25
Christoph Hohmann [Fri, 18 Jul 2003 19:08:45 +0000 (19:08 +0000)]
0.9.3claws25

* configure.ac
* src/common/sylpheed.[ch]
* src/common/version.h.in
        add version in numeric form to allow easy comparison

* src/plugins/demo/demo.c
        add version check
        - sylpheed version > plugin version => never allowed, sylpheed
          could contain unknown API changes
        - sylpheed version < minimum version required => don't load,
          API required not available (if linking does not fail)

20 years ago* src/common/plugin.[ch]
Alfons Hoogervorst [Fri, 18 Jul 2003 18:44:54 +0000 (18:44 +0000)]
* src/common/plugin.[ch]
const correctness

20 years ago0.9.3claws23
Christoph Hohmann [Fri, 18 Jul 2003 15:47:27 +0000 (15:47 +0000)]
0.9.3claws23

* src/common/hooks.c
        fix crash when hooks where unregisted

* src/plugins/trayicon/trayicon.c
        unregister detroy signal before destroying the widget
        (still crashes when the plugin is unloaded)

20 years ago* src/folderview.[ch]
Alfons Hoogervorst [Thu, 17 Jul 2003 22:49:51 +0000 (22:49 +0000)]
* src/folderview.[ch]
* src/prefs_common.[ch]
delay expanding folder tree during drags until timeout triggered
(needs perhaps some tweaking, so testing is welcome)

20 years ago* src/folderview.c
Alfons Hoogervorst [Thu, 17 Jul 2003 18:29:30 +0000 (18:29 +0000)]
* src/folderview.c
clean up cruft

20 years ago0.9.3claws20
Christoph Hohmann [Thu, 17 Jul 2003 18:13:15 +0000 (18:13 +0000)]
0.9.3claws20

* src/common/session.c
        fix opening of SSL connections

* src/plugins/image_viewer/Makefile.am
        add OPENSSL_CFLAGS (we should find a better solution to remove
        this dependencies if they are not required)

* src/plugins/spamassassin/spamassassin.c
        remove setlocale workaround (fixed in libspamc)

20 years ago* src/common/hooks.[ch]
Alfons Hoogervorst [Thu, 17 Jul 2003 14:23:12 +0000 (14:23 +0000)]
* src/common/hooks.[ch]
* src/plugins/clamav/clamav_plugin.c
* src/plugins/spamassassin/spamassassin.c
* src/plugins/trayicon/trayicon.c
fix signedness muck

20 years ago* src/procmime.c
Alfons Hoogervorst [Thu, 17 Jul 2003 10:55:20 +0000 (10:55 +0000)]
* src/procmime.c
plug memleak

20 years ago* src/inc.c
Alfons Hoogervorst [Thu, 17 Jul 2003 10:07:45 +0000 (10:07 +0000)]
* src/inc.c
plug memleak

20 years agoadd link to the Claws site's FAQ page in Help menu
Paul Mangan [Thu, 17 Jul 2003 08:55:55 +0000 (08:55 +0000)]
add link to the Claws site's FAQ page in Help menu

20 years ago* src/folderview.[ch]
Alfons Hoogervorst [Thu, 17 Jul 2003 08:39:41 +0000 (08:39 +0000)]
* src/folderview.[ch]
* src/summaryview.[ch]
* src/mimeview.[ch]
plug DnD leaks

20 years agoinc.c: remove two instances of 'GTK_EVENTS_FLUSH'
Paul Mangan [Thu, 17 Jul 2003 07:33:11 +0000 (07:33 +0000)]
inc.c: remove two instances of 'GTK_EVENTS_FLUSH'

20 years ago0.9.3claws13
Christoph Hohmann [Wed, 16 Jul 2003 17:47:36 +0000 (17:47 +0000)]
0.9.3claws13

* src/mimeview.[ch]
        use an invisible GTK notebook to switch between viewers
        instead of reparenting widgets

20 years ago0.9.3claws12
Christoph Hohmann [Wed, 16 Jul 2003 16:54:16 +0000 (16:54 +0000)]
0.9.3claws12

* src/folder.c
        move folder_item_update_freeze() to correct place in
        folder_item_scan_full()

20 years agosync with 0.9.3cvs12
Paul Mangan [Wed, 16 Jul 2003 11:53:42 +0000 (11:53 +0000)]
sync with 0.9.3cvs12

20 years ago0.9.3claws10
Christoph Hohmann [Wed, 16 Jul 2003 10:48:31 +0000 (10:48 +0000)]
0.9.3claws10

* src/imap.[ch]
* src/prefs_account.[ch]
        sync IMAP CRAM-MD5 authentication with sylpheed-main

20 years ago* src/main.c
Alfons Hoogervorst [Tue, 15 Jul 2003 23:19:58 +0000 (23:19 +0000)]
* src/main.c
make --config-dir do something useful

20 years ago* src/procmsg.c
Alfons Hoogervorst [Mon, 14 Jul 2003 17:33:02 +0000 (17:33 +0000)]
* src/procmsg.c
o fix a bug where 'last' didn't really point to the last message
  in the top level list of children, but to the last threaded
  message.

        o clean up and make it easier to sync

20 years agoremove stupid debug print
Alfons Hoogervorst [Mon, 14 Jul 2003 13:16:16 +0000 (13:16 +0000)]
remove stupid debug print

20 years ago* src/mainwindow.c
Alfons Hoogervorst [Mon, 14 Jul 2003 11:22:44 +0000 (11:22 +0000)]
* src/mainwindow.c
make correct menu items sensitive

20 years agoconfigure.ac too
Alfons Hoogervorst [Sun, 13 Jul 2003 22:35:59 +0000 (22:35 +0000)]
configure.ac too

20 years ago* src/procmsg.c
Alfons Hoogervorst [Sun, 13 Jul 2003 22:35:10 +0000 (22:35 +0000)]
* src/procmsg.c
tune the threader so it will not subject-thread any message
without a subject prefix (this will not thread correctly if
a parent is delivered after their childs, but it looks
better right now)

20 years ago0.9.3claws5
Christoph Hohmann [Sun, 13 Jul 2003 18:53:15 +0000 (18:53 +0000)]
0.9.3claws5

* src/mainwindow.c
        group "Add mailbox *..." menu items in submenu

20 years ago* src/summaryview.c
Alfons Hoogervorst [Sun, 13 Jul 2003 12:16:14 +0000 (12:16 +0000)]
* src/summaryview.c
correct summary_toggle_pressed() signature and make sure
signal is not passed on

20 years ago* src/summaryview.c
Alfons Hoogervorst [Sun, 13 Jul 2003 10:25:47 +0000 (10:25 +0000)]
* src/summaryview.c
o for now don't pass on keys when they we're handled by
          ctree::key_press_event
        o clean up

20 years ago* src/main.c
Alfons Hoogervorst [Sat, 12 Jul 2003 22:41:46 +0000 (22:41 +0000)]
* src/main.c
add command line option "--config-dir" to get the current
configuration dir

20 years ago* src/matcher.[ch]
Alfons Hoogervorst [Sat, 12 Jul 2003 22:20:19 +0000 (22:20 +0000)]
* src/matcher.[ch]
* src/matcher_parser_parse.y
* src/prefs_filtering.c
* src/filtering.c
add "Lock" filter action to lock messages;

re-organize matcher part 9:

* src/filtering.c
        remove debug_print()
* src/prefs_filtering.c
make action text entries easily extendible;
merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD

20 years agotools/README: update old information and add missing information
Paul Mangan [Sat, 12 Jul 2003 16:50:06 +0000 (16:50 +0000)]
tools/README: update old information and add missing information

20 years agoadd addrquery.h to src/Makefile.am
Paul Mangan [Sat, 12 Jul 2003 14:10:18 +0000 (14:10 +0000)]
add addrquery.h to src/Makefile.am

20 years agoFixed bug #215 rel_0_9_3
Melvin Hadasht [Sat, 12 Jul 2003 13:11:54 +0000 (13:11 +0000)]
Fixed bug #215

20 years agoversion 0.9.3claws
Paul Mangan [Sat, 12 Jul 2003 12:47:04 +0000 (12:47 +0000)]
version 0.9.3claws