Commit graph

2279 commits

Author SHA1 Message Date
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
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
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
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
9dde08e53c disable addressbook 'Lookup' button 2003-07-11 11:40:37 +00:00
Alfons Hoogervorst
8d2155d7a7 * src/summaryview.c
summary_searchbar_pressed() should return TRUE to signal that
	event was handled. when returning void, the return value passed
	to GTK is actually random, but maybe FALSE, in which case the
	event is handled by parent
2003-07-11 10:49:18 +00:00
Paul Mangan
b7583acd85 fix bug where multipart/alternative messages would slip through without being scanned 2003-07-10 10:54:08 +00:00
Christoph Hohmann
33f9537839 0.9.0claws94
* src/folder.c
        correct check if folder supports removing when a message is
        moved. if not the message is only copied.

(closes Bug 132 crash on startup in newsgroups folders)
2003-07-10 09:48:05 +00:00
Alfons Hoogervorst
22f76b3614 * configure.ac
* src/common/defs.h
	--with-config-dir (default .sylpheed)
2003-07-09 21:41:44 +00:00
Melvin Hadasht
8aa7c73ba4 Implemented a progress bar that counts the number of completed tasks when the action runs more that one comman 2003-07-08 20:16:42 +00:00
Alfons Hoogervorst
91bdab13cf * src/procmsg.c
if queued message has an invalid Message-Id, don't try to
	find message it refers to (fixes #209 "crash when processing
	in folder")
2003-07-08 14:11:29 +00:00
Paul Mangan
50e063720e sync with 0.9.3cvs2 2003-07-08 06:43:58 +00:00
Match Grun
975cbad060 extend LDAP search 2003-07-08 05:40:27 +00:00
Alfons Hoogervorst
3857d5b6c4 * src/send_message.c
pop status bar (fixes bug #208 "Status message stuck when sending
	on POP3 account")
2003-07-07 23:38:16 +00:00
Paul Mangan
ce23ffe0e5 sync with 0.9.3cvs1 2003-07-07 10:25:38 +00:00
Christoph Hohmann
905be6b9fe 0.9.0claws84
* src/pixmaps/messageview_text.xpm              ** NEW **
2003-07-05 10:59:21 +00:00
Christoph Hohmann
4693e4c3f5 0.9.0claws84
* src/Makefile.am
* src/messageview.c
* src/mimeview.[ch]
* src/stock_pixmap.[ch]
        move mimeview tabs to the right side and use icons
        instead of text to save some space

(patch by Luke Plant <lukeplant@softhome.net>)
2003-07-05 10:45:46 +00:00
Christoph Hohmann
b847938079 0.9.0claws83
* src/inc.c
        add NULL pointer checks

(patch by Luke Plant <lukeplant@softhome.net>)
(closes Bug 204 0.9.0 quits on authentication error?!)
2003-07-05 10:23:00 +00:00
Christoph Hohmann
18412fd20a 0.9.0claws81
* src/plugins/spamassassin/spamassassin.c
        set timeout for spam check
2003-07-04 22:19:09 +00:00
Christoph Hohmann
451b9b827e 0.9.0claws80
* src/main.c
        destroy all FolderItems when shutting down to
        allow folders to clean up
2003-07-04 20:04:21 +00:00
Melvin Hadasht
453d412ef4 Fix bug #184 2003-07-04 15:23:38 +00:00
Christoph Hohmann
c3bfb12880 0.9.0claws78
* sync with 0.9.2cvs1
        see ChangeLog 2003-06-10
2003-07-04 11:59:46 +00:00
Paul Mangan
2a2594a50b sync with 0.9.3 2003-07-04 09:30:36 +00:00
Christoph Hohmann
0782be424e 0.9.0claws76
* src/folder.[ch]
* src/imap.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
        move folder_item_get_path() stuff into a folder virtual function

* src/procmsg.c
        use folder_item_fetch_msg() to get message and do not contruct
        the filename from path and number
2003-07-03 20:37:07 +00:00
Paul Mangan
15c23f124b sync with 0.9.2cvs12 2003-07-03 06:57:01 +00:00
Paul Mangan
7fb3d7b45c fix text-selection for replying 2003-07-02 15:52:38 +00:00
Paul Mangan
eda4cb192d sync with 0.9.2cvs11 2003-07-02 11:20:00 +00:00
Paul Mangan
d915c273f3 revert last commit because it breaks more than it fixes 2003-07-02 10:14:07 +00:00
Paul Mangan
e42633dfcf fix thread by subject/sort by date 2003-07-02 08:57:08 +00:00
Paul Mangan
3929eea5c7 sync with 0.9.2cvs10 2003-07-01 10:33:14 +00:00
Paul Mangan
d55bc3b215 sync with 0.9.2cvs9 2003-06-30 06:21:21 +00:00
Match Grun
0aeb3203ba Fix null ptr. 2003-06-28 19:25:31 +00:00
Paul Mangan
337ad0032c sync with 0.9.2cvs7 2003-06-27 07:22:51 +00:00
Christoph Hohmann
c36e24b451 0.9.0claws66
* src/folder.c
        freeze folder updates while a folder is scanned
2003-06-26 20:33:05 +00:00
Darko Koruga
1e4bac69e8 Don't fall into infinite loop when adding a new LDAP server. 2003-06-26 18:01:36 +00:00
Paul Mangan
cbd89a5c44 sync with 0.9.2cvs6 2003-06-26 09:52:33 +00:00
Paul Mangan
af788679c6 sync with 0.9.2cvs5 2003-06-26 09:03:12 +00:00
Match Grun
36ff312743 Fix tab/backtab - close bug 147 2003-06-26 05:40:21 +00:00
Christoph Hohmann
b26e36a65b 0.9.0claws61
* src/addr_compl.[ch]
        * src/addrindex.[ch]
        * src/folderview.c
        * src/inc.c
        * src/news.c
        * src/summaryview.c
        * src/toolbar.c
                fix warnings
2003-06-25 21:06:40 +00:00
Leandro A. F. Pereira
5cbdb60f58 o Cleanups
o Gray out "Message/Remove references" menu item if not replying to a message
2003-06-25 16:32:32 +00:00
Leandro A. F. Pereira
75b714c4df o Removed "Message/Create new thread" menu item
o Added "Message/Remove references" menu item
  (it's off by default and will not check anymore if the subject changed)
2003-06-25 00:43:48 +00:00
Alfons Hoogervorst
b6053de266 * src/procmsg.c
try better grouping messages threaded by subject based on their age.
	still not perfect - because the message tree is not sorted by date.
2003-06-23 16:55:58 +00:00
Thorsten Maerz
fc02b48173 added mail_receive_hook 2003-06-23 12:27:50 +00:00
Paul Mangan
61f821a570 enable the use of Ctrl+A to select all text in the sourcewindow 2003-06-23 08:59:30 +00:00
Christoph Hohmann
1d8829416c 0.9.0claws55
* src/folder.[ch]
        o add notification hook for folder tree changes
        o invoke hooks after folder tree scanning

* src/folderview.[ch]
        register hook for folder tree changes that
        updates the ctree

(there are more places that should be updated, like add, remove
 or move folder)

(closes Bug 164 Crash on rebuild folder tree)
(closes Bug 190 Crash on 'rebuilding folder tree')
2003-06-22 18:25:59 +00:00
Leandro A. F. Pereira
aa26922518 Create a new thread if subject changes. It's on by default, can be
disabled in Message menu.
2003-06-21 18:59:56 +00:00
Alfons Hoogervorst
7ebd91c8d8 * src/summaryview.c
quiet little compiler
2003-06-21 18:20:54 +00:00
Alfons Hoogervorst
6d423cb840 * src/common/log.c
* src/common/plugin.c
	move defs.h before glib.h to prevent MIN/MAX redefs
2003-06-21 10:06:10 +00:00
Alfons Hoogervorst
25ff6d7e44 * src/addressbook.c
forgotten translatable
2003-06-21 09:18:21 +00:00
Match Grun
27c79d4959 reimplement new dynamic LDAP search. 2003-06-21 06:23:00 +00:00
Paul Mangan
9509cb185f fix Bug #136 'Nonprovided quotation marks crash claws' 2003-06-19 16:29:49 +00:00
Alfons Hoogervorst
982d06b001 * src/prefs_common.[ch]
* src/procmsg.c
	restrict threading by subject by checking thread for
	age (prefs_common.thread_by_subject_max_age)
2003-06-19 08:45:07 +00:00
Christoph Hohmann
047b9843df 0.9.0claws47
* src/imap.c
        fix memory leak in imap_cmd_fetch()
2003-06-18 20:14:39 +00:00
Christoph Hohmann
f12048332b 0.9.0claws46
* src/prefs_gtk.c
        fix memory leak in prefs_set_default() when used multiple
        times or after prefs have been read
2003-06-18 19:21:06 +00:00
Christoph Hohmann
20e3193f6c 0.9.0claws45
* src/common/plugin.c
        fix memory leak in plugin_unload()
2003-06-18 18:32:56 +00:00
Christoph Hohmann
6ccb4f6152 0.9.0claws44
* src/imap.c
        fix memory leak in imap_cmd_ok()
2003-06-18 15:32:14 +00:00
Christoph Hohmann
82a40700f1 0.9.0claws43
* src/folder.c
        stop messages that are downloaded from POP3 and added to
        an IMAP inbox from being filtered twice (first by POP3
        and again when IMAP folder is scaned to get the UID of
        the APPEND operation when no UIDPLUS is available)
2003-06-18 14:01:40 +00:00
Paul Mangan
9c7522eef4 sync with 0.9.2cvs2 2003-06-18 06:17:03 +00:00
Alfons Hoogervorst
70daac50ce * src/procmsg.c
prevent threading problems when a node is an ancestor (parent / great parent),
	which mostly happens with circular references (thanks to Phillipe Gramoullé
	for finding an sample set of messages)
2003-06-17 18:00:11 +00:00
Christoph Hohmann
5a29f454b6 0.9.0claws40
* src/main.c
        don't popup main window on --receive or --receive-all

* src/mainwindow.[ch]
* src/plugins/trayicon/trayicon.c
        allow hiding of main window by clicking on the trayicon
        (doesn't work correctly in seperate window mode and may
         cause unexpected GTK problems I couldn't find yet)

* src/common/ssl.c
        remove incorrect warning
2003-06-16 19:02:35 +00:00
Alfons Hoogervorst
2ddefa5cee * src/gtk/gtkstext.c
don't output debug text;
	#ifdef out print_line() if not debugging (thanks to Martin Wicke
	for pointing this out);
2003-06-15 13:38:23 +00:00
Alfons Hoogervorst
d45781bb9c * src/messageview.c
remove printf() and make one if..else comply with coding style
2003-06-14 20:19:03 +00:00
Alfons Hoogervorst
4912b4006b * AUTHORS
add Martin Wicke
* src/action.c
* src/messageview.[ch]
* src/summaryview.c
	apply patch #754162 "Quoting messages filtered by actions" submitted
	by Martin Wicke, which allows quoting message body changed by an
	action (Thanks!).
2003-06-14 13:36:28 +00:00
Alfons Hoogervorst
fca0703119 * src/utils.c
add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
	use case insensitive regexp (suggested by Ivan Martinez)
2003-06-13 21:18:15 +00:00
Christoph Hohmann
85b3878551 0.9.0claws35
* configure.ac
* src/plugins/trayicon/Makefile.am
* src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
* src/plugins/trayicon/trayicon.c
* src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
* src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
* src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
* src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
* src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
* src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
        replace my own EggTrayIcon backport with the backport
        used by (l|x)mule and gabber.
2003-06-13 17:38:30 +00:00
Alfons Hoogervorst
47701ba2c1 * AUTHORS
* src/common/utils.c
	add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2003-06-13 10:54:51 +00:00
Alfons Hoogervorst
e1113033bb * src/compose.c
clean up a little bit
2003-06-12 23:24:09 +00:00
Alfons Hoogervorst
0b28325b53 * src/compose.c
const correctness fix

* src/common/sylpheed.[ch]
	() -> (void)
	prevent redef MIN/MAX

* src/common/utils.[ch]
	() -> (void)
2003-06-12 18:02:29 +00:00
Melvin Hadasht
27f9202bf2 compose.c: updated to take into account the changes in GtkAspell 2003-06-12 10:51:30 +00:00
Alfons Hoogervorst
e01c4cc68b * src/compose.c
* src/procmsg.c
* src/common/utils.[ch]
	handle reply subject prefixes better (initial
	suggestion by Robert Story adapted and enhanced
	using regexps)
2003-06-12 00:29:17 +00:00
Melvin Hadasht
73a2b1b27b Privatized most of GtkAspell's structures 2003-06-12 00:18:28 +00:00
Alfons Hoogervorst
5faad42d2b * src/filtering.[ch]
* src/folder.c
* src/matcher.c
* src/scoring.[ch]
	- try fixing bug #18 (any brave testers?)
	- add more robustness by refusing previously
	  unchecked NULL pointers
2003-06-10 17:02:05 +00:00
Alfons Hoogervorst
013654e2ba * src/procmsg.c
fix bug #176 by don't checking MsgInfos with a NULL msgid
2003-06-10 14:00:33 +00:00
Alfons Hoogervorst
2bc6045a56 * src/prefs_common.c
fix bug #163 "Icon switching doesnt work properly" by
	preventing early freeing of prefs_common.pixmap_theme_path.
2003-06-09 15:16:07 +00:00
Christoph Hohmann
c1490b1eed 0.9.0claws24
* src/gtk/gtkaspell.c
        revert Thorsten's fix and add forgotten g_strdup for
        aspell path (it should not be possible to alter the path a
        GtkASpell uses from outside)
2003-06-09 14:37:57 +00:00
Thorsten Maerz
c4ae9ec975 dont free prefs_common.aspell_path when closing compose 2003-06-09 13:54:56 +00:00
Colin Leroy
d70c41b62c fix prefs type 2003-06-08 22:08:37 +00:00
Christoph Hohmann
662982c907 0.9.0claws21
* src/Makefile.am
* src/compose.c
* src/gtkaspell.[ch]            ** REMOVE **
* src/gtk/Makefile.am
* src/gtk/gtkaspell.[ch]        ** NEW **
        o make gtkaspell independent from sylpheed's prefs
        o move gtkaspell.[ch] to gtk directory
2003-06-07 22:15:41 +00:00
Christoph Hohmann
f246acfb3c 0.9.0claws20
* src/Makefile.am
* src/crash.c
* src/export.c
* src/filesel.[ch]              ** REMOVE **
* src/folder.c
* src/main.[ch]
* src/common/sylpheed.[ch]
* src/gtk/Makefile.am
* src/gtk/filesel.[ch]          ** NEW **
* src/gtk/pluginwindow.c
* src/gtk/sslcertwindow.c
        move filesel.[ch] to gtk directory
2003-06-07 20:18:22 +00:00
Alfons Hoogervorst
1a4721e2a2 * src/filesel.c
make (multi) file selection dialog work again (Claws-only)
2003-06-07 14:04:03 +00:00
Alfons Hoogervorst
33fc82df95 * configure.ac
* src/mimeview.c
	detect apache mishap in which case don't include fnmatch.h
	if regex.h is already included
2003-06-07 01:01:50 +00:00
Christoph Hohmann
7df10f78c6 0.9.0claws16
* configure.ac
* src/mimeview.h
        add check for fnmatch.h and include it when available

* src/mimeview.[ch]
        fix wrong case sensitivity of Content-Types

* src/gtk/Makefile.am
        need the same include paths in gtk directory as in
        common directory because .h files in common can
        include files from these directories, when included
        in gtk's .h or .c files
2003-06-06 22:09:46 +00:00
Alfons Hoogervorst
a738de9b05 * src/mimeview.c
* src/summaryview.c
	make it compile again because of regex.h / fnmatch.h
	include problems (related to recent mime stuff, can
	someone check this?)
2003-06-06 21:11:42 +00:00
Thorsten Maerz
64a7e3de43 possible use of uninitialized pointer while dragging 2003-06-06 20:32:43 +00:00
Paul Mangan
84e1394370 fix bug where the insert sig button would be effective only when auto_sig was set 2003-06-06 09:35:57 +00:00
Paul Mangan
cc29fd999a sync with 0.9.2 release 2003-06-06 08:12:43 +00:00
Paul Mangan
2d1ccb6044 sync with 0.9.1cvs1 2003-06-02 08:08:28 +00:00
Christoph Hohmann
4a3abe0b08 0.9.0claws10
* src/account.c
        don't use substring search to find accounts by email address

(closes Bug 169 Overly loose matching of "From" address)
2003-06-01 18:10:57 +00:00
Christoph Hohmann
dd72d5e94d 0.9.0claws9
* doc-src/rfc2683.txt
* src/imap.c
        limit IMAP command length as recommended in RFC2683
        (message number lists will be split into multiple imap
        sets, the limit of 1000 octets is not a hard limit)
2003-05-31 17:35:42 +00:00
Alfons Hoogervorst
c09a23383c * src/toolbar.[ch]
add print button (calling summary_print());
	fine tune setting tooltip text;
	(if someone needs other buttons, please take these
	commits as a guide, instead of bothering us - also
	see 0.8.11claws150)
2003-05-30 13:50:18 +00:00
Darko Koruga
9bc2528a03 Fix crash when word wrapping kicks in due to changed text by spell checker. 2003-05-29 18:29:40 +00:00
Paul Mangan
cc93381967 fix bug where changing account would insert sig even if auto_sig was FALSE 2003-05-29 08:40:44 +00:00
Christoph Hohmann
5306fbb3eb 0.9.0claws5
* src/imap.c
        fix truncation of too long commands

(closes Bug 167 IMAP hangs trying to get envelope
 information in imap_get_uncached_messages)
2003-05-28 18:14:15 +00:00
Paul Mangan
0933c00684 sync with 0.9.0cvs10 2003-05-27 07:36:59 +00:00
Paul Mangan
5f6bc3590a sync with 0.9.0cvs9 2003-05-26 08:19:35 +00:00
Paul Mangan
b99b9cbdb6 sync with 0.9.0cvs8 2003-05-24 17:34:56 +00:00
Paul Mangan
2b2a1d7eb2 add missing files 2003-05-24 01:11:19 +00:00
Paul Mangan
cc7ed3d039 revert to get ldap into it previous working state 2003-05-22 20:33:58 +00:00
Christoph Hohmann
e8674b106e 0.8.11claws174
* src/plugins/spamassassin/libspamc.[ch]
        sync libspamc with SpamAssaain release 2.55
2003-05-22 17:51:57 +00:00
Paul Mangan
56e36fa87b sync with 0.9.0cvs7 2003-05-22 07:05:49 +00:00
Paul Mangan
01c581b037 fix discrepency between open_unread_on_enter and always_show_msg 2003-05-21 16:43:55 +00:00
Paul Mangan
e49aae505b sync with 0.9.0cvs6 2003-05-21 12:56:40 +00:00
Paul Mangan
84562ec8a6 sync with 0.9.0cvs5 2003-05-21 06:33:19 +00:00
Paul Mangan
64ca1e5e18 sync with 0.9.0cvs4 2003-05-20 14:55:24 +00:00
Paul Mangan
2a2436dc24 sync with 0.9.0cvs3 2003-05-20 10:02:32 +00:00
Paul Mangan
1cf4210655 link clamav_lib to the plugin and not to the main program 2003-05-19 20:49:03 +00:00
Christoph Hohmann
e21cd6dca8 * src/Makefile.am
add -export-dynamic for linking
2003-05-19 17:07:36 +00:00
Paul Mangan
bcbd691db1 sync with 0.9.0cvs1 2003-05-19 13:14:12 +00:00
Paul Mangan
1fe72c7b6d fix 'pop before smtp' timeout 2003-05-19 09:31:39 +00:00
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
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
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