Initial commit

This commit is contained in:
2018-06-30 13:56:53 +00:00
committed by artlef
commit 8a58bb9264
11 changed files with 339 additions and 0 deletions

15
mutt/gmail Normal file
View File

@ -0,0 +1,15 @@
## Receive options.
source "~/.mutt/mailboxes"
set mbox_type=Maildir
set folder=~/ImapMail/gmail
set spoolfile="+INBOX"
set header_cache=~/.cache/mutt
set record = +Sent\ Items
set postponed = "+/Drafts"
## Send options.
set sendmail="/usr/bin/msmtp"
set use_from=yes
set realname="Real Name"
set from=gmailuser@gmail.com
set envelope_from=yes