sync with 0.7.4cvs11
[claws.git] / ChangeLog
index 5789dce9adc79b21758c17f97c0b33ade359e1fd..b9a4dc1ce2db271110702338c15cc3617e1f6e4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2002-03-20
+
+       * src/compose.c: compose_send(): use account's outbox folder
+         if it exists.
+       * src/procmsg.[ch]: procmsg_save_to_outbox(): changed the API so
+         that the outbox can be specified.
+
+2002-03-20
+
+       * src/compose.c: don't save to outbox when messages are queued.
+         compose_save_to_outbox(): moved to procmsg.c.
+       * src/procmsg.[ch]: procmsg_send_queue(): save to outbox when
+         sending succeeded.
+         procmsg_save_to_outbox(): new. Removes the queueing headers if
+         needed, and adds the given file to the outbox.
+
 2002-03-20
 
        * src/compose.c: compose_wrap_line(): treat '|' also as quote char.