update mutt
This commit is contained in:
parent
3713a644eb
commit
cba0896a55
7 changed files with 35 additions and 17 deletions
|
@ -7,8 +7,8 @@ set reverse_name
|
|||
set sendmail = "msmtp -a mail@oxapentane.com"
|
||||
alias me 0xA <mail@oxapentane.com>
|
||||
set folder = "~/mail/mail@oxapentane.com"
|
||||
set header_cache = ~/mail/mail@oxapentane.com/headers
|
||||
set message_cachedir = ~/mail/mail@oxapentane.com/bodies
|
||||
set header_cache = "~/.cache/mutt-cache/mail@oxapentane.com/headers"
|
||||
set message_cachedir = "~/.cache/mutt-cache/mail@oxapentane.com/bodies"
|
||||
set mbox_type = Maildir
|
||||
|
||||
|
||||
|
@ -49,3 +49,5 @@ 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"
|
||||
|
||||
source ./crypt.muttrc
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,8 +5,8 @@ set from = "dump@dvb.solutions"
|
|||
set sendmail = "msmtp -a dump@dvb.solutions"
|
||||
alias me dump <dump@dvb.solutions>
|
||||
set folder = "~/mail/dump@dvb.solutions"
|
||||
set header_cache = ~/dump@dvb.solutions/headers
|
||||
set message_cachedir = ~/dump@dvb.solutions/bodies
|
||||
set header_cache = "~/.cache/mutt-cache/dump@dvb.solutions/headers"
|
||||
set message_cachedir = "~/.cache/mutt-cache/dump@dvb.solutions/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 ./nocrypt.muttrc
|
||||
|
|
12
mail/.config/neomutt/accounts/crypt.muttrc
Normal file
12
mail/.config/neomutt/accounts/crypt.muttrc
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Encryption boilerplate
|
||||
set postpone_encrypt = yes
|
||||
set pgp_self_encrypt = yes
|
||||
set crypt_use_pka = no
|
||||
set crypt_autosign = yes
|
||||
set crypt_autoencrypt = no
|
||||
set crypt_autopgp = yes
|
||||
set crypt_replyencrypt = yes
|
||||
set crypt_replysign = yes
|
||||
|
||||
# gpg key
|
||||
set pgp_default_key = "DD0998E6CDF294537FC604F991FA5E5BF9AA901C"
|
9
mail/.config/neomutt/accounts/nocrypt.muttrc
Normal file
9
mail/.config/neomutt/accounts/nocrypt.muttrc
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Encryption boilerplate
|
||||
set postpone_encrypt = no
|
||||
set pgp_self_encrypt = no
|
||||
set crypt_use_pka = no
|
||||
set crypt_autosign = no
|
||||
set crypt_autoencrypt = no
|
||||
set crypt_autopgp = no
|
||||
set crypt_replyencrypt = no
|
||||
set crypt_replysign = no
|
Loading…
Add table
Add a link
Reference in a new issue