Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##.muttrc###
- # vim ~/.muttrc
- # About Me
- set from = "[email protected]"
- set realname = "Device Computer"
- # My credentials
- set smtp_url = "smtps://[email protected]@mail.cock.li:465/"
- set smtp_pass = "*******"
- set imap_user = "[email protected]"
- set imap_pass = "*******"
- # My mailboxes
- set folder = "imaps://mail.cock.li:993"
- set spoolfile = "+INBOX"
- # Where to put the stuff
- set header_cache = "~/.mutt/cache/headers"
- set message_cachedir = "~/.mutt/cache/bodies"
- set certificate_file = "~/.mutt/certificates"
- # Etc
- set mail_check = 30
- set move = no
- set imap_keepalive = 900
- set sort = threads
- set editor = "vim"
- # GnuPG bootstrap
- # source ~/.mutt/gpg.rc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement