diff options
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` |