sendmail: queue by default
This commit is contained in:
parent
086c3885b2
commit
71a9cdd067
5 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,6 @@ set realname = "Grigory Shipunov"
|
||||||
set from = "mail@oxapentane.com"
|
set from = "mail@oxapentane.com"
|
||||||
alternates "@oxapentane\.com$"
|
alternates "@oxapentane\.com$"
|
||||||
set reverse_name
|
set reverse_name
|
||||||
set sendmail = "msmtp -a mail@oxapentane.com"
|
|
||||||
alias me 0xA <mail@oxapentane.com>
|
alias me 0xA <mail@oxapentane.com>
|
||||||
set folder = "~/mail/mail@oxapentane.com"
|
set folder = "~/mail/mail@oxapentane.com"
|
||||||
set header_cache = "~/.cache/mutt-cache/mail@oxapentane.com/headers"
|
set header_cache = "~/.cache/mutt-cache/mail@oxapentane.com/headers"
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# muttrc file for account grigory@shipunov.xyz
|
# muttrc file for account grigory@shipunov.xyz
|
||||||
set realname = "Grigory Shipunov"
|
set realname = "Grigory Shipunov"
|
||||||
set from = "grigory@shipunov.xyz"
|
set from = "grigory@shipunov.xyz"
|
||||||
set sendmail = "msmtp -a grigory@shipunov.xyz"
|
|
||||||
alias me Grigory Shipunov <grigory@shipunov.xyz>
|
alias me Grigory Shipunov <grigory@shipunov.xyz>
|
||||||
set folder = "~/mail/grigory@shipunov.xyz"
|
set folder = "~/mail/grigory@shipunov.xyz"
|
||||||
set header_cache = "~/.cache/mutt-cache/grigory@shipunov.xyz/headers"
|
set header_cache = "~/.cache/mutt-cache/grigory@shipunov.xyz/headers"
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# muttrc file for account dump@dvb.solutions
|
# muttrc file for account dump@dvb.solutions
|
||||||
set realname = "dump"
|
set realname = "dump"
|
||||||
set from = "dump@dvb.solutions"
|
set from = "dump@dvb.solutions"
|
||||||
set sendmail = "msmtp -a dump@dvb.solutions"
|
|
||||||
alias me dump <dump@dvb.solutions>
|
alias me dump <dump@dvb.solutions>
|
||||||
set folder = "~/mail/dump@dvb.solutions"
|
set folder = "~/mail/dump@dvb.solutions"
|
||||||
set header_cache = "~/.cache/mutt-cache/dump@dvb.solutions/headers"
|
set header_cache = "~/.cache/mutt-cache/dump@dvb.solutions/headers"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
set realname = "Grigory Shipunov"
|
set realname = "Grigory Shipunov"
|
||||||
set from = "grigory@tlm.solutions"
|
set from = "grigory@tlm.solutions"
|
||||||
set sendmail = "msmtp -a grigory@tlm.solutions"
|
|
||||||
alias me <grigory@tlm.solutions>
|
alias me <grigory@tlm.solutions>
|
||||||
set folder = "~/mail/grigory@tlm.solutions"
|
set folder = "~/mail/grigory@tlm.solutions"
|
||||||
set header_cache = "~/.cache/mutt-cache/grigory_tlm.solutions/headers"
|
set header_cache = "~/.cache/mutt-cache/grigory_tlm.solutions/headers"
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
set mailcap_path = ~/.config/neomutt/mailcap:$mailcap_path
|
set mailcap_path = ~/.config/neomutt/mailcap:$mailcap_path
|
||||||
|
|
||||||
|
set sendmail = "msmtpq --read-envelope-from"
|
||||||
|
set sendmail_wait = -1
|
||||||
|
|
||||||
set mime_type_query_command = "file --mime-type -b %s"
|
set mime_type_query_command = "file --mime-type -b %s"
|
||||||
set date_format="%y-%m-%d %H:%M"
|
set date_format="%y-%m-%d %H:%M"
|
||||||
set index_format="%2C %Z %?X?A& ? %D %-25.25F %s (%-4.4c)"
|
set index_format="%2C %Z %?X?A& ? %D %-25.25F %s (%-4.4c)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue