update mutt
This commit is contained in:
parent
3713a644eb
commit
cba0896a55
7 changed files with 35 additions and 17 deletions
|
@ -5,8 +5,8 @@ set from = "grigory@shipunov.xyz"
|
|||
set sendmail = "msmtp -a grigory@shipunov.xyz"
|
||||
alias me Grigory Shipunov <grigory@shipunov.xyz>
|
||||
set folder = "~/mail/grigory@shipunov.xyz"
|
||||
set header_cache = ~/mail/grigory@shipunov.xyz/headers
|
||||
set message_cachedir = ~/mail/grigory@shipunov.xyz/bodies
|
||||
set header_cache = "~/.cache/mutt-cache/grigory@shipunov.xyz/headers"
|
||||
set message_cachedir = "~/.cache/mutt-cache/grigory@shipunov.xyz/bodies"
|
||||
set mbox_type = Maildir
|
||||
|
||||
|
||||
|
@ -44,3 +44,5 @@ macro index,pager gi "<change-folder>=INBOX<enter>" "go to inbox"
|
|||
macro index,pager Mi ";<save-message>=INBOX<enter>" "move mail to inbox"
|
||||
macro index,pager Ci ";<copy-message>=INBOX<enter>" "copy mail to inbox"
|
||||
set spoolfile = "+INBOX"
|
||||
|
||||
source ./crypt.muttrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue