Commit graph

2279 commits

Author SHA1 Message Date
Paul Mangan
b49a27a429 fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong' 2003-08-19 07:56:18 +00:00
Luke Plant
fb3ff3136e * src/mimeview.[ch]
* src/gtk/gtkvscrollbutton.[ch]
	o removed gtk_vscrollbutton_reset() (reasons: reduce
	  dependencies; do it the GTK way; reduce code -14/+2 lines)
	o removed horizontal separator between icons
2003-08-18 17:08:48 +00:00
Christoph Hohmann
0aa9df89b9 0.9.4claws28
* src/procmsg.c
        no subject threading when the subject has no reply prefix
2003-08-17 12:56:36 +00:00
Christoph Hohmann
c0f102456a 0.9.4claws27
* src/mainwindow.c
        remember and restore window sizes and position when the main
        window is hidden or shown

(closes Bug 274 Window size in 0.9.4claws18 not remembered when
 minimised/reopened using trayicon)
2003-08-16 16:28:01 +00:00
Paul Mangan
8ef7c3916b add #include "defs.h" 2003-08-16 16:17:06 +00:00
Paul Mangan
10c796fc2d cosmetic changes 2003-08-16 07:17:31 +00:00
Christoph Hohmann
f78856c7d3 0.9.4claws24
* src/news.c
        complete last change (forgot some changes)
2003-08-15 16:42:11 +00:00
Christoph Hohmann
9a2b122024 0.9.4claws23
* src/news.c
        o check number of messages and don't return a 0 message
          when no messages are available
        o don't parse xref header anymore

(closes Bug 203 I'm not getting any news)
2003-08-15 14:51:30 +00:00
Paul Mangan
7fa4b85ddf update and define claws bugzilla location 2003-08-15 08:23:13 +00:00
Christoph Hohmann
33ff4647f0 update subject threading description 2003-08-14 19:56:04 +00:00
Christoph Hohmann
8c60e276ce 0.9.4claws20
* src/procmsg.c
        fix search for oldest node in subject threading
2003-08-14 19:41:35 +00:00
Christoph Hohmann
fb91bed5b9 0.9.4claws19
* src/procmsg.c
* src/common/utils.h
        add possibility to check all nodes with the same subject for
        subject threading, not only the oldest node. Should not break
        threads anymore if the oldest node is thread_by_subject_max_age
        days older then parent, because it can now find a child of
        oldest node as new parent.
2003-08-14 19:16:22 +00:00
Christoph Hohmann
83642a4bb4 0.9.4claws18
* src/plugins/spamassassin/spamassassin.c
        run spam check in background process
2003-08-11 21:47:44 +00:00
Alfons Hoogervorst
c99cda9bd7 * src/summaryview.c
make `Select All' sensitive too
2003-08-10 21:06:11 +00:00
Christoph Hohmann
bc1cb3dcc6 0.9.4claws16
* src/imap.c
        add more checks in imap_close
2003-08-10 20:28:17 +00:00
Alfons Hoogervorst
d6318c34f6 * src/prefs_spelling.c
compile spelling ui only if requested
2003-08-09 19:29:33 +00:00
Alfons Hoogervorst
f9a5fcb184 * src/gtk/prefswindow.c
make it compile
2003-08-09 19:22:32 +00:00
Christoph Hohmann
006209fe37 0.9.4claws13
* src/prefs_spelling.c
* src/gtk/prefswindow.[ch]
* src/plugins/clamav/clamav_plugin_gtk.c
* src/plugins/spamassassin/spamassassin_gtk.c
        sort prefs pages by heighest weight in tree
2003-08-09 18:38:38 +00:00
Paul Mangan
bf3230804a sync with 0.9.4cvs6 2003-08-09 06:26:27 +00:00
Christoph Hohmann
c53e37da61 0.9.4claws11
* src/gtk/Makefile.am
* src/gtk/colorsel.[ch]                 ** NEW **
        create a color selection dialog that can be used as a simple
        function call with it's own gtk main loop like filesel.[ch]

* src/Makefile.am
* src/main.c
* src/prefs_common.c
* src/prefs_spelling.[ch]               ** NEW **
* src/prefs_spelling.glade              ** NEW **
* src/gtk/gtkutils.[ch]
        move "Spell Checker" prefs to new prefs dialog

* src/prefs_folder_item.c
        use new colorsel dialog
2003-08-09 01:11:53 +00:00
Paul Mangan
20259bc8be clear the progressbar unconditionally 2003-08-08 10:10:42 +00:00
Paul Mangan
82f10485ef sync with 0.9.4cvs4 2003-08-08 09:04:41 +00:00
Christoph Hohmann
f8b0e7879d 0.9.4claws8
* configure.ac
        fix bug in image viewer plugin part

* src/imap.c
        don't execute close command if the folder item is not selected
2003-08-07 17:57:50 +00:00
Hoà Viêt Dinh
9b8c98aff9 several actions for each filtering rules can now be defined 2003-08-07 13:30:23 +00:00
Christoph Hohmann
7c2d3f2270 0.9.4claws6
* src/imap.c
        make sure source folder is selected when copying messages
2003-08-06 17:14:56 +00:00
Christoph Hohmann
52ecb13c93 0.9.4claws5
* sync with 0.9.4cvs2
        see ChangeLog 2003-07-29
2003-08-06 14:35:14 +00:00
Paul Mangan
797e8af305 sync with 0.9.4cvs3 2003-08-05 09:01:01 +00:00
Match Grun
6c3cf297c0 Add export LDIF. 2003-08-05 04:14:35 +00:00
Christoph Hohmann
52c0848f66 0.9.4claws1
* .cvsignore
* Makefile.am
* configure.ac
* sylpheed-claws.pc.in                  ** NEW **
* src/Makefile.am
* src/common/Makefile.am
* src/gtk/Makefile.am
        install sylpheed header files in $(pkgincludedir) and create a
        pkg-config file to allow building a plugin without the source
        package
2003-08-04 15:43:46 +00:00
Alfons Hoogervorst
201fba59e0 * src/summaryview.c
mark flag has precedence over important flag - seems
	to have been changed in sync of 0.9.3claws45. this fixes
	a regression where messages that were scored as important
	don't show their mark flags. (using the same column for
	both importance as mark flags is the real problem
	ofcourse)
2003-08-03 10:36:02 +00:00
Melvin Hadasht
0f79b4b7f4 Fixed typo introduced after 0.9.3claws92 that prevented compilation; Updated Makefile.am to make automake happy 2003-08-03 05:30:08 +00:00
Christoph Hohmann
b6d25e3b9f fix configure.ac
clean up src/Makefile.am a little bit
2003-08-02 23:38:54 +00:00
Luke Plant
f60a5c016b * src/mimeview.c
o fixed appearance of icon list when toggling back from the
	  ctree
	o toggling of icons using the keyboard works correctly
	o fixed all other keyboard shortcuts to work when icons are
	  active
2003-08-02 18:27:04 +00:00
Luke Plant
5664b604a0 * src/messageview.c
o fixed bug 4 - focus lost when changing messageview view type
2003-08-02 18:24:37 +00:00
Christoph Hohmann
0135dddabd 0.9.3claws90
* src/common/hooks.c
        fix crash when pointer stored in hash table could get invalid
        when a plugin is unloaded
2003-08-02 11:29:34 +00:00
Christoph Hohmann
7de0eda5d3 0.9.3claws89
* configure.ac
        o try to build all plugins (except spamassassin) by default
        o don't build a plugin if a dependency check fails

* src/common/hooks.c
        fix warning
2003-08-01 21:16:34 +00:00
Match Grun
4b8d3705df tweak import LDIF dialog. 2003-08-01 19:30:10 +00:00
Christoph Hohmann
1ef0f78b8a 0.9.3claws87
* src/plugins/clamav/clamav_plugin.c
* src/plugins/clamav/clamav_plugin_gtk.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/image_viewer/plugin.c
* src/plugins/mathml_viewer/mathml_viewer.c
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin_gtk.c
* src/plugins/trayicon/trayicon.c
        add version check to all plugins
2003-08-01 18:34:46 +00:00
Hoà Viêt Dinh
c029a29e40 prefs_filtering.c - wrong widget were shown after creation 2003-08-01 10:09:12 +00:00
Luke Plant
75c1e7c998 * src/mainwindow.c
o fixed visibility of icons/mimeview after toggling separate
	  message/folder view (factored out some similar code too).
2003-08-01 08:00:32 +00:00
Alfons Hoogervorst
2be79924f8 * src/mimeview.c
tweak icon box UI a bit more, now allowing right-clicks actions
	getting the relevant mime data too; should fix #250, "Can't save
	attachments sometimes".
2003-07-30 22:50:01 +00:00
Alfons Hoogervorst
7292260592 * src/compose.c
don't do auto-save-draft inside key press handler, but rather
	schedule it half of a second later; should fix #67, "autosave
	make re-rediting message crazy"
2003-07-30 20:28:52 +00:00
Christoph Hohmann
90342b5cf1 0.9.3claws82
* src/plugins/trayicon/trayicon.c
        process pending events before unloading the plugin

(closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
2003-07-30 20:16:07 +00:00
Alfons Hoogervorst
58030682a7 * src/common/hooks.c
parameter 2 of g_hook_destroy() should really be a hook id
2003-07-30 15:16:18 +00:00
Alfons Hoogervorst
456c372a57 * src/common/plugin.c
fix a possibly harmful function signature mismatch
	for plugin_done
2003-07-30 09:24:21 +00:00
Alfons Hoogervorst
b8c2f8abe8 const correctness 2003-07-30 08:25:34 +00:00
Darko Koruga
54ba17e56f Make summaryview compile again. 2003-07-30 05:55:18 +00:00
Luke Plant
499d480711 * src/mainwindow.c
o changed sensitivity condition for 'Next new' and 'Next unread',
	  fixing bug 8
2003-07-30 01:14:39 +00:00
Luke Plant
ad90c72386 * src/summaryview.c
o rewrote menu sensitivity code as per mainwindow.c, fixing bug 227
2003-07-30 01:13:23 +00:00
Luke Plant
91de90036f * 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
2003-07-30 01:11:23 +00:00