diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-12-11 22:40:01 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-12-11 22:40:01 +0000 |
commit | 1f7ed635e21a70b1f1a6807557cf31f5612531af (patch) | |
tree | 428ff1005afbeaf3fe8e4fd9a0c54e23a15a3a67 /.mutt | |
parent | e04fe8d2555db89470db0bd71579c464e349bfd4 (diff) |
Add openmailbox
Diffstat (limited to '.mutt')
-rw-r--r-- | .mutt/id_openmailbox | 2 | ||||
-rw-r--r-- | .mutt/mailboxes | 2 | ||||
-rw-r--r-- | .mutt/muttrc | 9 |
3 files changed, 8 insertions, 5 deletions
diff --git a/.mutt/id_openmailbox b/.mutt/id_openmailbox new file mode 100644 index 0000000..99518a1 --- /dev/null +++ b/.mutt/id_openmailbox @@ -0,0 +1,2 @@ +set from = "urbain.p.vaes@openmailbox.org" +set sendmail="/usr/bin/msmtp -a openmailbox" diff --git a/.mutt/mailboxes b/.mutt/mailboxes index 6161f0e..53a640f 100644 --- a/.mutt/mailboxes +++ b/.mutt/mailboxes @@ -1 +1 @@ -mailboxes "+Gmail/Gmail" "+Imperial/Imperial" "+Main/Drafts" "+Main/Main" "+Main/Sent" +mailboxes "+openmailbox/Free" "+Main/Main" "+Gmail/Gmail" "+Imperial/Imperial" "+Main/Sent" "+Main/Drafts" "+Main/Bin" diff --git a/.mutt/muttrc b/.mutt/muttrc index f5731a7..3918c3a 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -32,10 +32,11 @@ set pgp_timeout = 3600 set spoolfile = "+Main/Main" set record = "+Main/Sent" set postponed = "+Main/Drafts" +set trash = "+Main/Bin" # Sidebar set sidebar_width=26 -set sidebar_visible = no +set sidebar_visible = yes set sidebar_delim='|' bind index,pager \Cn sidebar-next bind index,pager \Cp sidebar-prev @@ -75,9 +76,9 @@ bind index i flag-message bind pager \Ce next-line bind pager \Cy previous-line -bind pager j next-entry -bind pager k previous-entry -bind pager R group-reply +bind pager j next-entry +bind pager k previous-entry +bind pager R group-reply # Source mutt solarized `[ "$COLORSCHEME" = "light" ] && echo source $HOME/.mutt/solarized/mutt-colors-solarized-light-16.muttrc || echo set` |