From: Silvio Rhatto Date: Wed, 5 Nov 2014 19:52:54 +0000 (-0200) Subject: Save sent messages in the current folder X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=13ebca86f9cf728b6922e838fb959e552f406a36;p=rhatto%2Fdotfiles%2Fmail.git Save sent messages in the current folder --- diff --git a/TODO.mdwn b/TODO.mdwn index a05ca02..8ab655d 100644 --- 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 diff --git a/muttrc.dot.link b/muttrc.dot.link index 973da57..d3177f1 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -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 # -------