initial commit
This commit is contained in:
32
config/muttrc
Normal file
32
config/muttrc
Normal file
@ -0,0 +1,32 @@
|
||||
set sidebar_visible
|
||||
set sidebar_format = "%B%?F? [%F]?%* %?N?%N/?%S"
|
||||
set mail_check_stats
|
||||
|
||||
|
||||
set folder = imaps://url.com/
|
||||
set imap_user = roman@url.com
|
||||
#set imap_pass = your-imap-password
|
||||
set spoolfile = +INBOX
|
||||
mailboxes = +INBOX
|
||||
|
||||
# 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"
|
||||
|
||||
# Specify where to save and/or look for postponed messages.
|
||||
set postponed = +[url.com]/Drafts
|
||||
|
||||
# Allow Mutt to open a new IMAP connection automatically.
|
||||
unset imap_passive
|
||||
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user