aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.mdwn3
-rw-r--r--muttrc.dot.link4
2 files changed, 5 insertions, 2 deletions
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
# -------