diff options
author | Patrick Simianer <p@simianer.de> | 2017-12-12 10:37:59 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2017-12-12 10:37:59 +0100 |
commit | 145332a3efd7452777639adc124b05d2f06d6a84 (patch) | |
tree | 2dd2df152ddd3ad45eb96ed414d0f7f46c7becd8 | |
parent | c26e7062ecf8995dd941269ccce88f53fef2d4b8 (diff) |
mutt: Linux
-rw-r--r-- | by_os/Darwin/mutt/.mutt/ui.rc | 4 | ||||
-rw-r--r-- | by_os/Linux/mutt/.mutt/personal.rc | 13 | ||||
-rw-r--r-- | by_os/Linux/mutt/.mutt/ui.rc | 32 | ||||
-rw-r--r-- | by_os/Linux/mutt/.mutt/work.rc | 13 | ||||
-rw-r--r-- | mutt/.mutt/muttrc | 2 |
5 files changed, 62 insertions, 2 deletions
diff --git a/by_os/Darwin/mutt/.mutt/ui.rc b/by_os/Darwin/mutt/.mutt/ui.rc index 08adc8b..422d76c 100644 --- a/by_os/Darwin/mutt/.mutt/ui.rc +++ b/by_os/Darwin/mutt/.mutt/ui.rc @@ -1,5 +1,7 @@ # status bar set status_format = "▅▅ %f ▅ %r%m messages %>▅ " + +# sidebar set sidebar_divider_char = ' ' # colors @@ -27,4 +29,4 @@ color index brightcolor39 color231 "~T" color index color196 color231 "~D" color sidebar_new black white color sidebar_flagged black white -unset help + diff --git a/by_os/Linux/mutt/.mutt/personal.rc b/by_os/Linux/mutt/.mutt/personal.rc new file mode 100644 index 0000000..c56b39d --- /dev/null +++ b/by_os/Linux/mutt/.mutt/personal.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 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/by_os/Linux/mutt/.mutt/ui.rc b/by_os/Linux/mutt/.mutt/ui.rc new file mode 100644 index 0000000..670145b --- /dev/null +++ b/by_os/Linux/mutt/.mutt/ui.rc @@ -0,0 +1,32 @@ +# status bar +set status_format = "――――― %f ――%r%m messages %>― " + +# sidebar +set sidebar_divider_char = '|' + +# colors +color normal color0 color231 +color error brightcolor15 color196 +color indicator color201 color231 +color status color243 color231 +color hdrdefault color245 color231 +color header color231 color0 "^(Subject): " +color signature color243 color231 +color body color21 color231 "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+" +color body color21 color231 "((https?|ftp)://|www)+[\-\.\;@,/%~_:?&=\#a-zA-Z0-9+]+" +color quoted color243 color231 +color quoted1 color196 color231 +color quoted2 color22 color231 +color quoted3 color130 color231 +color quoted4 color51 color231 +color tilde color243 color231 +color tree color238 color231 +color attachment color196 color231 +color index color201 color231 "~N" +color index color243 color231 "~P" +color index brightcolor221 color231 "~F" +color index brightcolor39 color231 "~T" +color index color196 color231 "~D" +color sidebar_new color0 color231 +color sidebar_flagged color0 color231 + diff --git a/by_os/Linux/mutt/.mutt/work.rc b/by_os/Linux/mutt/.mutt/work.rc new file mode 100644 index 0000000..e53c0a9 --- /dev/null +++ b/by_os/Linux/mutt/.mutt/work.rc @@ -0,0 +1,13 @@ +color status red color231 +color sidebar_divider red color231 +color sidebar_highlight color201 color231 +color indicator color231 red + +set from = "qlt@mensa.uberspace.de" +set sendmail = "/usr/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>" + diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index 6702f2a..587d30c 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -2,7 +2,6 @@ set mbox_type=Maildir set folder="~/.mail/" set alias_file = ~/.mutt/alias set header_cache = ~/.mutt/cache/headers -set message_cachedir = ~/.mutt/cache/messages set mailcap_path = ~/.mutt/mailcap set signature = ~/.mutt/sig set tmpdir = /tmp/mutt @@ -77,6 +76,7 @@ set pager_stop set menu_scroll set tilde unset markers +unset help # ui source ~/.mutt/ui.rc |