Improve synchronous action exit code (fixes long delay after action exit on RH9
[claws.git] / ChangeLog
index 01aabd97078da8cf6832ce72ac73559fbb67ff5d..851c62d52136226f3b680655b78721e3241de220 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2003-09-01
+
+       * src/inc.[ch]
+         src/main.c
+         src/mainwindow.c
+         src/prefs_common.[ch]: added the receive dialog's option to
+         display the dialog only on manual receiving, and the
+         RECV_DIALOG_ACTIVE option was removed.
+
+2003-09-01
+
+       * src/compose.c: compose_write_headers(): also replace ':' in the
+         MIME boundary with '_' (as a workaround for broken servers).
+
 2003-08-28
 
        * src/imap.c: imap_scan_tree_recursive(): fixed compile error.