On 19/01/10 15:57, Emilio Pozuelo Monfort wrote:
I have 'Place replies in the folder of the message being replied to' option
enabled. It works if I 'reply' or 'reply to all' to a message, but not if
I 'reply to list'. When replying to list, the reply is stored in the Sent
folder, and not in that of the replied message.

I've looked at it and cooked a patch that fixed it for me. I've also attached it to the upstream bug report.

Cheers,
Emilio
diff -ruNp icedove-3.0/mailnews/compose/src/nsMsgSend.cpp icedove-3.0.new/mailnews/compose/src/nsMsgSend.cpp
--- icedove-3.0/mailnews/compose/src/nsMsgSend.cpp	2009-12-04 14:15:26.000000000 +0100
+++ icedove-3.0.new/mailnews/compose/src/nsMsgSend.cpp	2010-01-19 16:14:28.000000000 +0100
@@ -2890,6 +2890,7 @@ nsMsgComposeAndSend::InitCompositionFiel
             aType == nsIMsgCompType::Reply ||
             aType == nsIMsgCompType::ReplyAll ||
             aType == nsIMsgCompType::ReplyToGroup ||
+            aType == nsIMsgCompType::ReplyToList ||
             aType == nsIMsgCompType::ReplyToSender ||
             aType == nsIMsgCompType::ReplyToSenderAndGroup ||
             aType == nsIMsgCompType::ReplyWithTemplate )

Reply via email to