48 lines
2.1 KiB
Text
48 lines
2.1 KiB
Text
# vim: filetype=neomuttrc
|
|
# muttrc file for account grigory@shipunov.xyz
|
|
set realname = "Grigory Shipunov"
|
|
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 = "~/.cache/mutt-cache/grigory@shipunov.xyz/headers"
|
|
set message_cachedir = "~/.cache/mutt-cache/grigory@shipunov.xyz/bodies"
|
|
set mbox_type = Maildir
|
|
|
|
|
|
bind index,pager gg noop
|
|
bind index,pager g noop
|
|
bind index,pager M noop
|
|
bind index,pager C noop
|
|
bind index gg first-entry
|
|
unmailboxes *
|
|
unalternates *
|
|
unset signature
|
|
unmacro index o
|
|
macro index o "<shell-escape>mbsync grigory@shipunov.xyz<enter>" "run mbsync to sync grigory@shipunov.xyz"
|
|
|
|
mailboxes "=Junk" "=Trash" "=Archive" "=Drafts" "=Sent" "=INBOX"
|
|
macro index,pager gj "<change-folder>=Junk<enter>" "go to junk"
|
|
macro index,pager Mj ";<save-message>=Junk<enter>" "move mail to junk"
|
|
macro index,pager Cj ";<copy-message>=Junk<enter>" "copy mail to junk"
|
|
macro index,pager gt "<change-folder>=Trash<enter>" "go to trash"
|
|
macro index,pager Mt ";<save-message>=Trash<enter>" "move mail to trash"
|
|
macro index,pager Ct ";<copy-message>=Trash<enter>" "copy mail to trash"
|
|
set trash = "+Trash"
|
|
macro index,pager ga "<change-folder>=Archive<enter>" "go to archive"
|
|
macro index,pager Ma ";<save-message>=Archive<enter>" "move mail to archive"
|
|
macro index,pager Ca ";<copy-message>=Archive<enter>" "copy mail to archive"
|
|
set postponed = "+Drafts"
|
|
macro index,pager gd "<change-folder>=Drafts<enter>" "go to drafts"
|
|
macro index,pager Md ";<save-message>=Drafts<enter>" "move mail to drafts"
|
|
macro index,pager Cd ";<copy-message>=Drafts<enter>" "copy mail to drafts"
|
|
set record = "+Sent"
|
|
macro index,pager gs "<change-folder>=Sent<enter>" "go to sent"
|
|
macro index,pager Ms ";<save-message>=Sent<enter>" "move mail to sent"
|
|
macro index,pager Cs ";<copy-message>=Sent<enter>" "copy mail to sent"
|
|
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
|