summaryrefslogtreecommitdiff
path: root/mutt/.mutt/work.rc
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/.mutt/work.rc')
-rw-r--r--mutt/.mutt/work.rc16
1 files changed, 10 insertions, 6 deletions
diff --git a/mutt/.mutt/work.rc b/mutt/.mutt/work.rc
index cce5baf..a233eb4 100644
--- a/mutt/.mutt/work.rc
+++ b/mutt/.mutt/work.rc
@@ -1,8 +1,12 @@
-color status red color231
+color status red color231
+color sidebar_divider color231 red
+color sidebar_highlight red white
+
set from = "simianer@cl.uni-heidelberg.de"
-set sendmail = "/usr/bin/msmtp -a work"
-set record = "+simianer@cl.uni-heidelberg.de/all"
-set postponed = "+simianer@cl.uni-heidelberg.de/drafts"
-macro index,pager S "<save-message>+simianer@cl.uni-heidelberg.de/all<enter><enter><sync-mailbox>"
-set spoolfile = "+simianer@cl.uni-heidelberg.de/inbox"
+set sendmail = "/Users/pks/.local/bin/msmtp -a work"
+set record = "+work/all"
+set postponed = "+work/drafts"
+set spoolfile = "+work/inbox"
+
+macro index,pager S "<save-message>+work/all<enter><enter><sync-mailbox>"