diff options
author | Patrick Simianer <pks@pks.rocks> | 2020-08-12 07:30:46 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2020-08-12 07:30:46 +0200 |
commit | e7f18b647e3ea10862bb7d5f423942d9d678b3ab (patch) | |
tree | 979944ac113bd8674cbdf9ba007b94f3e04ddc95 /by_os/Linux/mutt/.mutt/primary.rc | |
parent | b5958a1c796600b5e1fdf15e7b3d4038343ebd3f (diff) |
mutt: refactoring
Diffstat (limited to 'by_os/Linux/mutt/.mutt/primary.rc')
-rw-r--r-- | by_os/Linux/mutt/.mutt/primary.rc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/by_os/Linux/mutt/.mutt/primary.rc b/by_os/Linux/mutt/.mutt/primary.rc new file mode 100644 index 0000000..8e9387b --- /dev/null +++ b/by_os/Linux/mutt/.mutt/primary.rc @@ -0,0 +1,13 @@ +color status blue color231 +color sidebar_divider blue color231 +color sidebar_highlight color201 color231 +color indicator color231 blue + +set from = "p@simianer.de" +set sendmail = "/usr/bin/msmtp -a primary" +set record = "+primary/all" +set postponed = "+primary/drafts" +set spoolfile = "+primary/inbox" + +macro index,pager S "<save-message>+primary/all<enter><enter><sync-mailbox>" + |