Skip to content

Instantly share code, notes, and snippets.

@ushfnuk
Created January 13, 2016 13:41
Show Gist options
  • Save ushfnuk/df16089522b853bea39b to your computer and use it in GitHub Desktop.
Save ushfnuk/df16089522b853bea39b to your computer and use it in GitHub Desktop.
Конфигурация Mutt
set realname = "Apfelsinchen Ritter"
set use_from = yes
set editor='vim'
set sort = reverse-threads
set sort_aux = last-date-received
set signature = "~/.mutt/signature"
set fast_reply=yes
set include=yes
set forward_quote=yes
set delete=yes
# IMAP
set from = ushfnuk@gmail.com
set imap_user = ushfnuk@gmail.com
set imap_pass = pass
set imap_keepalive = 900
set folder = imaps://imap.gmail.com:993
set spoolfile = +Inbox
set record = +Sent
set postponed = +Drafts
# SMTP
set smtp_url = smtp://ushfnuk@smtp.gmail.com:587
set smtp_pass = $imap_pass
set copy = no
set move = no
set header_cache = ~/.mutt/cache/headers
set message_cachedir = ~/.mutt/cache/bodies
set certificate_file = ~/.mutt/certificates
bind index G imap-fetch-mail
source ~/.mutt/mutt-colors-solarized/mutt-colors-solarized-dark-16.muttrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment