summaryrefslogtreecommitdiff
path: root/.muttrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-06-13 08:11:54 +0100
committerSean Whitton <spwhitton@spwhitton.name>2017-06-13 08:11:54 +0100
commitc90cb23cd763e70f2df8e43a4c87f684360056c9 (patch)
tree0ad91cd255dc85477109577bdb3a2da9bd3f9919 /.muttrc
parent7a77118b1cec1e0bf1ed935742945336108af5cb (diff)
downloaddotfiles-c90cb23cd763e70f2df8e43a4c87f684360056c9.tar.gz
tidy/update some mutt settings
Diffstat (limited to '.muttrc')
-rw-r--r--.muttrc17
1 files changed, 8 insertions, 9 deletions
diff --git a/.muttrc b/.muttrc
index 875a98f0..5449f7de 100644
--- a/.muttrc
+++ b/.muttrc
@@ -30,17 +30,13 @@ unset arrow_cursor
set fast_reply
set pager_context = 1
set reply_to = ask-yes
-# use 'R' to recall -- this makes it less inconvenient to have
-# multiple drafts queued
-set recall = no
-#set pager_stop
+set pager_stop
set tmpdir="~/local/mutt"
set resolve = yes
set noconfirmappend
set abort_unmodified = no
set mark_old = no # better with mbsync
set editor = "emacsclient -t -a \"mg -n -f auto-fill-mode +8\""
-#set editor="switch-to-emacsclient"
set tilde
set smart_wrap
set wrap=80
@@ -48,6 +44,10 @@ unset markers
set wait_key=no
set print_command="muttprint"
+# use 'R' to recall, rather than asking to recall when we compose --
+# this makes it less inconvenient to have multiple drafts queued
+set recall = no
+
# --- CatMail hooks
# reply-hook . 'set from="Sean Whitton <spw@sdf.org>" use_from'
@@ -139,11 +139,10 @@ source ~/doc/mutt-groups # keep shortcut groups in a separate
# --- key bindings
# filtering function keys, some from Jonathan
-macro index <F10> "l((~N|~O)!~D)<return><home>" "blah"
-macro index <F9> "lall\n<end>" "blahblah"
+macro index <F10> "l((~N|~O)!~D)<return><home>" "limit to mail to be processed"
+macro index <F9> "lall\n<end>" "limit to all mail"
macro index,pager <F5> "c=inbox<return>" "switch to inbox"
macro index,pager <F6> "c=sent<return>" "switch to sent"
-# macro index,pager <F7> "c=archive<return>" "switch to archive"
bind index,pager <F7> next-unread-mailbox
# on startup, don't show new messages: distractions
@@ -221,4 +220,4 @@ color index brightwhite black "~N|~O"
lists [0-9]+.*@bugs.debian.org
subscribe debian-backports@lists.debian.org
-subscribe debian-mentors@lists.debian.org
+subscribe debian-devel@lists.debian.org