]> gitweb.fluxo.info Git - rhatto/dotfiles/mail.git/commitdiff
Save sent messages in the current folder
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 5 Nov 2014 19:52:54 +0000 (17:52 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 5 Nov 2014 19:52:54 +0000 (17:52 -0200)
TODO.mdwn
muttrc.dot.link

index a05ca02a13cf70aa640adbab0e6a2df73b154416..8ab655d36fa3eef112b989755ec94ea48510f2d9 100644 (file)
--- a/TODO.mdwn
+++ b/TODO.mdwn
@@ -1,5 +1,4 @@
 TODO
 ====
 
-* Save sent messages in the current folder, so threads get your own replies:
-  http://objectmix.com/mutt/202018-fcc-hook-record-%3D-current-mailbox.html
+* Nothing here? :P
index 973da578efd44831634ade0311dbc70676cb4702..d3177f1821ec0c733a4f50e7a9890630d7d26811 100644 (file)
@@ -93,6 +93,10 @@ set record = "mail/INBOX.Sent"
 set move = no
 set folder_format = "%2C %t %N %f"
 
+# Save sent messages in the current folder, so threads get your own replies
+# See http://dev.mutt.org/trac/wiki/MuttFaq/Folder
+folder-hook . 'set record="^"'
+
 # -------
 # Sending
 # -------