Commit graph

2900 commits

Author SHA1 Message Date
Alfons Hoogervorst
e118faf8a1 * 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"
2003-07-22 23:55:17 +00:00
Alfons Hoogervorst
ca860c40c4 * src/summaryview.c
shift-space scrolls up
2003-07-22 21:36:48 +00:00
Jens Oberender
3e0e8e2715 just added the tools README as README.tools to the docs stuff 2003-07-22 12:55:55 +00:00
Paul Mangan
d53a07d772 sync with 0.9.3cvs15 2003-07-22 11:38:24 +00:00
Alfons Hoogervorst
d645235cda * src/compose.c
put menu inside #ifdef USE_ASPELL..#endif
2003-07-21 20:25:19 +00:00
Christoph Hohmann
fd9527c0f0 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
2003-07-20 18:04:11 +00:00
Paul Mangan
ec4b114dc1 correction: one line better than two 2003-07-20 09:24:12 +00:00
Paul Mangan
7523654b76 redraw icon list on signature check 2003-07-20 09:14:33 +00:00
Christoph Hohmann
a4ff7ed49e 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
2003-07-20 01:15:54 +00:00
Christoph Hohmann
44a772b9f2 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
2003-07-19 22:36:53 +00:00
Alfons Hoogervorst
5964090053 * src/mimeview.c
o make icon buttons respond on left click
	o minor cosmetic change
2003-07-19 22:24:05 +00:00
Luke Plant
2fb4fa692b * 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
2003-07-19 21:08:55 +00:00
Alfons Hoogervorst
df7946cf7a * src/procmsg.c
* src/compose.c
* src/common/utils.[ch]
	subject_get_reply_prefix_length() <- subject_get_prefix_length()
2003-07-19 18:41:15 +00:00
Alfons Hoogervorst
7a35c3b234 * src/prefs_folder_item.c
reinit "legacy" tmp_prefs, so we don't free nor use invalid
	string pointers
2003-07-19 17:55:11 +00:00
Luke Plant
9f6c3bb9cc * 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: ----------------------------------------------------------------------
2003-07-19 13:59:21 +00:00
Luke Plant
b8d8ea69ba * 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: ----------------------------------------------------------------------
2003-07-19 13:50:29 +00:00
Alfons Hoogervorst
851114f0bf * src/folderview.c
o plug leaking nodes_to_recollapse
	o add folderview_recollapse_all_nodes() (not used yet)
2003-07-19 10:38:04 +00:00
Alfons Hoogervorst
d231d54185 * src/compose.c
* src/common/utils.c
	honour #240 "Better SUBJECT handling" by cleaning the prefix
	for both forwarding as replying
2003-07-18 22:42:05 +00:00
Christoph Hohmann
1c9a59f1dc 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)
2003-07-18 19:08:45 +00:00
Alfons Hoogervorst
799930bdcc * src/common/plugin.[ch]
const correctness
2003-07-18 18:44:54 +00:00
Christoph Hohmann
9684e5dd83 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)
2003-07-18 15:47:27 +00:00
Alfons Hoogervorst
423b8ba09d * src/folderview.[ch]
* src/prefs_common.[ch]
	delay expanding folder tree during drags until timeout triggered
	(needs perhaps some tweaking, so testing is welcome)
2003-07-17 22:49:51 +00:00
Alfons Hoogervorst
93f4d0c696 * src/folderview.c
clean up cruft
2003-07-17 18:29:30 +00:00
Christoph Hohmann
1b57ddbd2b 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)
2003-07-17 18:13:15 +00:00
Alfons Hoogervorst
8abaf19f6b * src/common/hooks.[ch]
* src/plugins/clamav/clamav_plugin.c
* src/plugins/spamassassin/spamassassin.c
* src/plugins/trayicon/trayicon.c
	fix signedness muck
2003-07-17 14:23:12 +00:00
Alfons Hoogervorst
9b5996e9d7 * src/procmime.c
plug memleak
2003-07-17 10:55:20 +00:00
Alfons Hoogervorst
54607d7b75 * src/inc.c
plug memleak
2003-07-17 10:07:45 +00:00
Paul Mangan
dddb0a214c add link to the Claws site's FAQ page in Help menu 2003-07-17 08:55:55 +00:00
Alfons Hoogervorst
518a0ea9a5 * src/folderview.[ch]
* src/summaryview.[ch]
* src/mimeview.[ch]
	plug DnD leaks
2003-07-17 08:39:41 +00:00
Paul Mangan
eaacdf8afa inc.c: remove two instances of 'GTK_EVENTS_FLUSH' 2003-07-17 07:33:11 +00:00
Christoph Hohmann
ddef875e69 0.9.3claws13
* src/mimeview.[ch]
        use an invisible GTK notebook to switch between viewers
        instead of reparenting widgets
2003-07-16 17:47:36 +00:00
Christoph Hohmann
df9235ca8c 0.9.3claws12
* src/folder.c
        move folder_item_update_freeze() to correct place in
        folder_item_scan_full()
2003-07-16 16:54:16 +00:00
Paul Mangan
ee8e22d614 sync with 0.9.3cvs12 2003-07-16 11:53:42 +00:00
Christoph Hohmann
5619d5e4cb 0.9.3claws10
* src/imap.[ch]
* src/prefs_account.[ch]
        sync IMAP CRAM-MD5 authentication with sylpheed-main
2003-07-16 10:48:31 +00:00
Alfons Hoogervorst
579e05621b * src/main.c
make --config-dir do something useful
2003-07-15 23:19:58 +00:00
Alfons Hoogervorst
00212b556c * 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
2003-07-14 17:33:02 +00:00
Alfons Hoogervorst
a14210510e remove stupid debug print 2003-07-14 13:16:16 +00:00
Alfons Hoogervorst
29b9a1a529 * src/mainwindow.c
make correct menu items sensitive
2003-07-14 11:22:44 +00:00
Alfons Hoogervorst
ae47602c40 configure.ac too 2003-07-13 22:35:59 +00:00
Alfons Hoogervorst
f92b9becbd * 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)
2003-07-13 22:35:10 +00:00
Christoph Hohmann
b2d674c483 0.9.3claws5
* src/mainwindow.c
        group "Add mailbox *..." menu items in submenu
2003-07-13 18:53:15 +00:00
Alfons Hoogervorst
dbbee5c57b * src/summaryview.c
correct summary_toggle_pressed() signature and make sure
	signal is not passed on
2003-07-13 12:16:14 +00:00
Alfons Hoogervorst
5324d6e041 * src/summaryview.c
o for now don't pass on keys when they we're handled by
          ctree::key_press_event
        o clean up
2003-07-13 10:25:47 +00:00
Alfons Hoogervorst
741c1b037e * src/main.c
add command line option "--config-dir" to get the current
	configuration dir
2003-07-12 22:41:46 +00:00
Alfons Hoogervorst
e8cecc789c * 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
2003-07-12 22:20:19 +00:00
Paul Mangan
ea852c531c tools/README: update old information and add missing information 2003-07-12 16:50:06 +00:00
Paul Mangan
cb2b87446e add addrquery.h to src/Makefile.am 2003-07-12 14:10:18 +00:00
Melvin Hadasht
f53b6fa9a8 Fixed bug #215 2003-07-12 13:11:54 +00:00
Paul Mangan
be682b5607 version 0.9.3claws 2003-07-12 12:47:04 +00:00
Paul Mangan
a478a1f0fc *** empty log message *** 2003-07-12 09:53:46 +00:00