* src/main.c
[claws.git] / ChangeLog.claws
index 3159260704aa148a976d563dce9f9fbb22470431..ace0122e6606ca03ecf4f41588aa1717efed173c 100644 (file)
@@ -1,3 +1,88 @@
+2003-03-20 [alfons]    0.8.11claws34
+
+       * src/main.c
+       * src/toolbar.c
+       * src/procmsg.c
+               don't send locked queue messages
+               (feature request "[ 705245 ] Locking message in outbox 
+                should prevent sending")
+
+2003-03-20 [christoph] 0.8.11claws33
+
+       * src/folder.c
+               remove NEW and UNREAD flag in special folders when scanning
+               
+       * src/common/smtp.c
+               fix ESMTP AUTH CRAM-MD5
+
+2003-03-20 [paul]      0.8.11claws32
+
+       * src/prefs_account.c
+               Re-write 'Tunnel command to open connection' as
+               'Use command to communicate with server', and disable
+               it for all except IMAP accounts
+
+2003-03-20 [paul]      0.8.11claws31
+
+       * sync with 0.8.11cvs6
+               see ChangeLog 2003-03-20
+
+2003-03-19 [match]     0.8.11claws30
+
+       * src/addritem.[ch]
+               include documentation. minor refactoring.
+       * src/addr_compl.[ch]
+       * src/addrindex.[ch]
+       * src/addresbook.[ch]
+       * src/summaryview.c
+               re-enable address lookup (was disabled in
+               0.8.11claws20).
+
+2003-03-19 [christoph] 0.8.11claws29
+
+       * src/procmsg.c
+               add temp flag handling, will make moving and copying
+               messages possible again
+
+       * src/folder.c
+               correct calulation of folder stats
+
+2003-03-18 [match]     0.8.11claws28
+
+       * src/editgroup.h
+               remove case sensitive comparison (closes bug 80).
+
+2003-03-18 [christoph] 0.8.11claws27
+
+       * src/imap.c
+               fix imap using a tunnel command
+
+       (closes bug 87)
+
+2003-03-18 [christoph] 0.8.11claws26
+
+       * src/folder.[ch]
+       * src/imap.c
+       * src/procmsg.[ch]
+               rewrite flag handling for folders
+
+2003-03-18 [christoph] 0.8.11claws25
+
+       * src/folder.c
+       * src/procmsg.c
+       * src/summaryview.c
+               unset NEW and UNREAD flags when message is ignored, to make
+               sure messages don't show up as unread on other IMAP clients,
+               because the IGNORE_THREAD flag can not be syncronized through
+               the IMAP folder
+
+2003-03-17 [christoph] 0.8.11claws24
+
+       * src/imap.c
+               don't use recursion to fetch uids when the number of messages
+               does not match. Moved code into subfunction that is used
+               again when needed, to prevent an endless loop.
+
 2003-03-17 [thorsten]  0.8.11claws23
 
        * src/imageview.[ch]