mutt: Update neomutt configuration
Changed some colors, some keymaps and made it more flexible for new mail account setups. Also removed most of the static gmail-related account stuff since I don't need this in my public repo.
This commit is contained in:
parent
48ed4818f2
commit
78987c493e
9 changed files with 36 additions and 97 deletions
|
|
@ -1,12 +1,3 @@
|
|||
# Identity
|
||||
#
|
||||
set realname = "Marty Oehme"
|
||||
set from = "marty.oehme@gmail.com"
|
||||
# # If you have another address:
|
||||
# alternates "^neomutt@example\.com$"
|
||||
# # Or, if you use the entire domain:
|
||||
# alternates "@example\.com$"
|
||||
# set reverse_name
|
||||
|
||||
set mail_check = 60
|
||||
set mail_check_stats
|
||||
|
|
@ -52,7 +43,7 @@ set fcc_attach # attachments saved with body
|
|||
# set editor = "vim"
|
||||
set mime_type_query_command = "xdg-mime query filetype"
|
||||
# send settings
|
||||
set sendmail = "/usr/bin/msmtp -a personal-gmail"
|
||||
set sendmail = "/usr/bin/msmtp"
|
||||
set sendmail_wait = 0
|
||||
|
||||
# Display Settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue