]> code.delx.au - dotfiles/commitdiff
Mutt config
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 2 Oct 2007 00:16:52 +0000 (10:16 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 2 Oct 2007 00:16:52 +0000 (10:16 +1000)
 * Moved general settings into a separate file
 * Don't move flagged messages into =Received (mbox)

.mutt/general [new file with mode: 0644]
.mutt/macros [moved from .mutt/commands with 100% similarity]
.mutt/mailboxes
.mutt/muttrc

diff --git a/.mutt/general b/.mutt/general
new file mode 100644 (file)
index 0000000..8cad72b
--- /dev/null
@@ -0,0 +1,14 @@
+# vim:ft=muttrc
+
+# Move read messages from =Inbox to =Received
+set move=ask-yes
+
+# Delete messages that have been marked as deleted when leaving a folder
+set delete=ask-yes
+
+# Don't move flagged messages
+set keep_flagged=yes
+
+# Don't confirm when appending to an existing mailbox
+set confirmappend=no
+
similarity index 100%
rename from .mutt/commands
rename to .mutt/macros
index 365b104911bafdeac64880584f7163e414436aea..96c9551f3f1625d46a1a8fd9339d19aadbbeaaf9 100644 (file)
@@ -10,9 +10,6 @@ set mbox="=Received";
 # Header caching
 set header_cache="$HOME/.mutt/header_cache"
 
-# Don't confirm when appending to an existing mailbox
-set noconfirmappend
-
 # List of mailboxes to check
 mailboxes =Inbox =Junk
 
index df3b8a17d020110ec9ceef9deda6c7f17e8ea28d..25bbfe887e1fa56e7267982b83c22a42d3c69341 100644 (file)
@@ -3,9 +3,10 @@
 # Source other bits of config
 source "$HOME/.mutt/mailboxes"
 source "$HOME/.mutt/colors"
-source "$HOME/.mutt/commands"
+source "$HOME/.mutt/macros"
 source "$HOME/.mutt/composing"
 source "$HOME/.mutt/display"
+source "$HOME/.mutt/general"
 
 # Get mutt to display its version on startup.
 push <show-version>