Added neomutt
This commit is contained in:
parent
5d74e878dd
commit
694246f533
6 changed files with 364 additions and 0 deletions
40
config/neomutt/neomuttrc
Normal file
40
config/neomutt/neomuttrc
Normal file
|
@ -0,0 +1,40 @@
|
|||
source ~/.config/neomutt/settings
|
||||
source ~/.config/neomutt/colors
|
||||
source ~/.config/neomutt/sidebar
|
||||
|
||||
source ~/.config/neomutt/accounts/darkou
|
||||
source ~/.config/neomutt/accounts/mousur
|
||||
|
||||
|
||||
# Specify where to save and/or look for postponed messages.
|
||||
##set postponed = +[Gmail]/Drafts
|
||||
|
||||
# Allow Mutt to open a new IMAP connection automatically.
|
||||
#unset imap_passive
|
||||
|
||||
# Store message headers locally to speed things up.
|
||||
# If hcache is a folder, Mutt will create sub cache folders for each account which may speeds things up even more.
|
||||
#set header_cache = ~/.cache/mutt
|
||||
|
||||
# Store messages locally to speed things up, like searching message bodies.
|
||||
# Can be the same folder as header_cache.
|
||||
# This will cost important disk usage according to your e-mail amount.
|
||||
#set message_cachedir = "~/.cache/mutt"
|
||||
|
||||
# Keep the IMAP connection alive by polling intermittently (time in seconds).
|
||||
#set imap_keepalive = 300
|
||||
|
||||
# How often to check for new mail (time in seconds).
|
||||
#set mail_check = 120
|
||||
|
||||
# Editor
|
||||
#set editor = "vim"
|
||||
#set charset = "utf-8"
|
||||
#set record = '^'
|
||||
|
||||
# Mailbox ordering
|
||||
#set sort_aux = reverse-last-date-received
|
||||
#set sort = threads
|
||||
|
||||
# G to get mail
|
||||
#bind index G imap-fetch-mail
|
Loading…
Add table
Add a link
Reference in a new issue