diff options
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/.mutt/personal.rc | 12 | ||||
-rw-r--r-- | mutt/.mutt/work.rc | 12 |
2 files changed, 0 insertions, 24 deletions
diff --git a/mutt/.mutt/personal.rc b/mutt/.mutt/personal.rc deleted file mode 100644 index bb1d935..0000000 --- a/mutt/.mutt/personal.rc +++ /dev/null @@ -1,12 +0,0 @@ -color status blue color231 -color sidebar_divider color231 blue -color sidebar_highlight blue white - -set from = "p@simianer.de" -set sendmail = "/Users/pks/.local/bin/msmtp -a personal" -set record = "+personal/all" -set postponed = "+personal/drafts" -set spoolfile = "+personal/inbox" - -macro index,pager S "<save-message>+personal/all<enter><enter><sync-mailbox>" - diff --git a/mutt/.mutt/work.rc b/mutt/.mutt/work.rc deleted file mode 100644 index a08926c..0000000 --- a/mutt/.mutt/work.rc +++ /dev/null @@ -1,12 +0,0 @@ -color status red color231 -color sidebar_divider color231 red -color sidebar_highlight red white - -set from = "qlt@mensa.uberspace.de" -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>" - |