Commit graph

2713 commits

Author SHA1 Message Date
Alfons Hoogervorst
0d78f55f52 * src/prefs_matcher.c
put "execute" action command line ("expression") in edit box
2003-05-18 18:18:14 +00:00
Christoph Hohmann
9b7fb264cc 0.8.11claws163
* src/mimeview.[ch]
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/image_viewer/viewer.c
* src/plugins/mathml_viewer/mathml_viewer.c
        let a viewer to have a list of Content-Types
2003-05-18 16:15:33 +00:00
Paul Mangan
88726d3952 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT, and REDIRECT actions 2003-05-18 11:31:07 +00:00
Christoph Hohmann
45d6b95bd4 * README.claws
o update bugtracker URL
2003-05-17 22:37:42 +00:00
Christoph Hohmann
316297398b * README.claws
o remove dynamic signatures that was syned with main
        o add infos about no longer "build in" image viewer
2003-05-17 22:23:36 +00:00
Christoph Hohmann
b1a6468090 0.8.11claws161
* src/folder.c
* src/folderview.c
* src/imap.c
        don't use imap_scan_folder anymore. Instead call folder_item_scan
        for every folder after rebuilding the folder tree.

(closes Bug 19 imap_scan_folder() computes incorrectly number of new
 messages)
2003-05-17 13:15:38 +00:00
Christoph Hohmann
afa32ffa80 0.8.11claws160
* src/imap.c
        don't use STATUS command on current folder to check for
        content changes. imap_cmd_ok() now tracks changes to
        folder and number of existing messages.
2003-05-17 11:22:22 +00:00
Paul Mangan
597bb385eb remove unnecessary debug_print 2003-05-17 10:45:24 +00:00
Alfons Hoogervorst
e4b34ab01d typo 2003-05-16 23:13:08 +00:00
Thorsten Maerz
e2c7adc562 included missing intl.h 2003-05-16 20:54:30 +00:00
Paul Mangan
28166e2ea1 gettextise clamav and dillo plugins 2003-05-16 16:36:45 +00:00
Christoph Hohmann
51e07f5d34 0.8.11claws156
* po/POTFILES.in
        include plugin .c files for translation until I
        find a better solution to have plugins have their
        own textdomain
* src/plugins/demo/demo.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 gettext macros for plugin name and description
2003-05-16 11:32:56 +00:00
Paul Mangan
6835e27c6c sync with 0.9.0 2003-05-16 09:18:16 +00:00
Paul Mangan
14a2c59b22 sync with latest 0.9.0pre1 2003-05-16 07:38:24 +00:00
Paul Mangan
722be64518 sync with latest 0.9.0pre1 2003-05-15 08:41:43 +00:00
Christoph Hohmann
8dc0f681f0 0.8.11claws153
* src/plugins/image_viewer/viewer.c
* src/plugins/image_viewer/viewer.glade         ** NEW **
* src/plugins/image_viewer/viewerprefs.c
        make it possible to disable the autoload function in the
        imageviewer again
2003-05-14 15:34:15 +00:00
Christoph Hohmann
acb6643d6b 0.8.11claws152
* src/folder.c
        fix folder update after adding a message
2003-05-14 13:23:40 +00:00
Alfons Hoogervorst
f8e5d2cfaa * src/common/session.c
remove debug traces

* src/addrcache.[ch]
* src/filtering.[ch]
* src/folder.[c]
* src/gtkaspell.[ch]
* src/imap.[ch]
* src/mbox_folder.[ch]
* src/mh.[ch]
* src/mimeview.h
* src/msgcache.[ch]
* src/news.[ch]
* src/passphrase.[ch]
* src/prefs_common.[ch]
* src/prefs_gtk.[ch]
* src/procmsg.c
* src/scoring.[ch]
	be pedantic; (in prototypes () implies (int))
2003-05-13 11:54:19 +00:00
Alfons Hoogervorst
30050d26d7 * src/prefs_toolbar.[ch]
* src/summaryview.[ch]
* src/toolbar.[ch]
	change misleading text in toolbar prefs;
	add toolbar action for ignore thread (toggles ignore thread flag);
	clean up a little bit;
2003-05-13 11:15:22 +00:00
Paul Mangan
67a2266600 fix bug in convert_mbox.pl 2003-05-12 14:40:48 +00:00
Paul Mangan
fa6c7902f2 sync with 0.9.0pre1 2003-05-12 10:11:02 +00:00
Paul Mangan
015f46648a sync with 0.8.11cvs43 2003-05-09 08:21:45 +00:00
Christoph Hohmann
0ccac6902d 0.8.11claws148
* src/imap.[ch]
        o use CAPABILIY as first command and check for PREAUTH
          information in the response to it
        o rewrite all imap_cmd_* functions to use an IMAPSession
          instead of a SockInfo as parameter
        o do STARTTLS after fetching and checking the server
          capabilities
2003-05-08 18:45:52 +00:00
Paul Mangan
c225b22bb6 add convert_mbox.pl script 2003-05-08 05:34:09 +00:00
Christoph Hohmann
90513164dc * doc-src/glade.txt
* src/gtk/pluginwindow.glade
* src/plugins/image_viewer/viewerprefs.glade
* src/plugins/spamassassin/spamassassin_gtk.glade
        add glade files for user interfaces and a description how
        to use glade to create the sylpheed code
2003-05-07 11:03:04 +00:00
Paul Mangan
ac1b039e62 sync with 0.8.11cvs41 2003-05-07 07:36:15 +00:00
Christoph Hohmann
2c69a5b013 correct configure script 2003-05-06 21:36:24 +00:00
Christoph Hohmann
2b9f75a9db 0.8.11claws145
* src/main.c
* src/plugins/image_viewer/viewer.c
        fix usage of imlib in imageviewer plugin

* src/gtk/prefswindow.c
        handle window close event correctly
2003-05-06 20:43:42 +00:00
Paul Mangan
f35dc77cd5 fix typo introduced in last sync 2003-05-06 16:30:15 +00:00
Paul Mangan
d709696965 sync with 0.8.11cvs39 2003-05-06 09:17:37 +00:00
Paul Mangan
bb124b99ab clean up 2003-05-06 08:03:03 +00:00
Paul Mangan
aba9a8c8f5 update Czech translation 2003-05-06 08:02:40 +00:00
Alfons Hoogervorst
12ad424164 * src/compose.[ch]
make paste as quotation work even when the call to
	text_inserted() was deferred (fixes bug #140 "Paste
	as quotation does not work when using "external"
	clipboard")
2003-05-03 15:01:13 +00:00
Thorsten Maerz
2db2047c5c forgot version increment 2003-05-03 13:29:21 +00:00
Thorsten Maerz
3ae8567298 fix possible compile issues: C++ comments, non-int function 2003-05-03 12:31:47 +00:00
Paul Mangan
21aa5157ab revert match's changes to (finally) remove the bug where opening a folder causes massive slowdown when using the 'Display sender using address book' option 2003-05-02 13:20:50 +00:00
Melvin Hadasht
6b0feeba8e Fixed bug where Dillo prefs issued warnings on Cancel. Comply a litte better to coding style 2003-05-01 18:26:53 +00:00
Paul Mangan
80bfa484ce sync with 0.8.11cvs38 2003-05-01 10:03:20 +00:00
Paul Mangan
028163bd63 update Bulgarian translation 2003-05-01 08:02:23 +00:00
Christoph Hohmann
db49827476 0.8.11claws135
* src/plugins/dillo_viewer/dillo_prefs.c
* src/plugins/image_viewer/viewerprefs.c
* src/plugins/spamassassin/spamassassin_gtk.c
        remove gtk_widget_ref() calls for widgets in
        glade code
2003-04-30 20:20:33 +00:00
Paul Mangan
4551f58e26 a better fix for the bug where opening folder has massive slowdown when using the 'Display sender using address book' option 2003-04-30 17:18:50 +00:00
Paul Mangan
d3a4fdc801 revert the 'fix' of 0.8.11claws128 because it doesn't fix it 2003-04-30 16:53:46 +00:00
Melvin Hadasht
ffcecc52c9 New: Dillo plugin preferences (patch by Dimitar Haralanov)
* src/plugins/dillo_viewer/dillo_prefs.[ch]	*** NEW ***
	Preferences for the dillo plugin
* src/plugins/dillo_viewer/dillo_viewer.c
	Support for preferences
* src/plugins/dillo_viewer/Makefile.am
	Added dillo_prefs.[ch]
2003-04-30 14:57:20 +00:00
Alfons Hoogervorst
77a1479518 get type checking for free 2003-04-30 14:48:26 +00:00
Alfons Hoogervorst
38be45df7f * src/common/plugin.[ch]
* src/plugins/clamav/clamav_plugin.[ch]
* src/plugins/clamav/clamav_plugin_gtk.c
* src/plugins/demo/demo.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/image_viewer/plugin.c
* src/plugins/image_viewer/viewer.[ch]
* src/plugins/image_viewer/viewerprefs.[ch]
* src/plugins/mathml_viewer/mathml_viewer.c
* src/plugins/spamassassin/spamassassin.[ch]
* src/plugins/spamassassin/spamassassin_gtk.c
* src/plugins/trayicon/trayicon.c
	clean up
2003-04-30 14:31:22 +00:00
Alfons Hoogervorst
ad426593d3 * src/common/utils.c
make is_ascii_str() fail gracefully when NULL pointer
	is passed
2003-04-30 14:23:27 +00:00
Paul Mangan
72521bf33d fix bug where opening folder has massive slowdown when using the 'Display sender using address book' option 2003-04-30 14:21:06 +00:00
Paul Mangan
afea143f84 get rid of eye-hurting function signatures :) 2003-04-30 13:28:13 +00:00
Paul Mangan
d3dd5e951f be more descriptive 2003-04-30 12:57:39 +00:00
Paul Mangan
a9e5117df4 rename some params, resize max_size window, re-arrange the order of some gui elements, improve descriptions 2003-04-30 11:59:08 +00:00