fix select_all and copy in multipart messages
[claws.git] / ChangeLog
index ea0bab58ff7ff7549b5dd5aa33701e643c6d584c..4eb91528d93bb8413a6b85570602aebe74a471d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2002-05-11
+
+       * src/prefs_account.c: turn off "receive at get all" option by default
+         when creating an IMAP or News account.
+
+2002-05-11
+
+       * src/imap.c: imap_scan_tree(): don't use namespace for prefix.
+       * src/prefs_folder_item.c: show also identifier path.
+         Made layout using table. Show uneditable entry using background
+         color of window.
+       * src/procmime.c: procmime_get_tmp_file_name(): generate safe
+         file name.
+
+2002-05-11
+
+       * src/automaton.[ch]: added UI callback to Automaton.
+       * src/inc.c
+         src/pop.c: use callback instead of calling inc_progress_update()
+         directly.
+         pop3_getrange_uidl_recv(): don't fall back to LAST when 'get all'
+         option is set.
+
+2002-05-10
+
+       * src/folderview.c: properly sort abbreviated newsgroups.
+
 2002-05-10
 
        * src/folderview.c