From b51b3bc0b8713afb99d45ceeb42f6318e7068ea5 Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 11 Feb 2018 15:08:58 -0700 Subject: mutt stuff removed. See LukeSmithxyz/mutt-wizard --- .config/mutt/gmailrc | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .config/mutt/gmailrc (limited to '.config/mutt/gmailrc') diff --git a/.config/mutt/gmailrc b/.config/mutt/gmailrc deleted file mode 100644 index c86573a..0000000 --- a/.config/mutt/gmailrc +++ /dev/null @@ -1,30 +0,0 @@ -# vim: filetype=muttrc -# Gmail app password should be generated for this configuration file. Never use your proper password in a standard text field. -set imap_user = "YOURNAME@gmail.com" -set smtp_url = "smtp://YOURNAME@smtp.gmail.com:587/" -set from = "YOURNAME@gmail.com" -set realname = "YOUR ACTUAL NAME" -set mbox_type = Maildir -set sendmail = "/usr/bin/msmtp -a gmail" -set folder = "~/.Mail/Gmail" -set spoolfile = "+INBOX" -set record = /dev/null -set mbox = "+[Gmail].All Mail" -set postponed = "+[Gmail].Drafts" -set header_cache = ~/.config/mutt/gmail/cache/headers -set message_cachedir = ~/.config/mutt/gmail/cache/bodies -set certificate_file = ~/.config/mutt/gmail/certificates -set ssl_starttls = yes -set ssl_force_tls = yes - -mailboxes +INBOX - -bind index g noop -macro index gi "=INBOX" "Go to inbox" -macro index ga "=[Gmail].All Mail" "Go to all mail" -macro index gs "=[Gmail].Sent Mail" "Go to sent mail" -macro index gS "=[Gmail].Spam" "Go to spam" -macro index gt "=[Gmail].Trash" "Go to trash" -macro index gd "=[Gmail].Drafts" "Go to drafts" -macro index gl "=lingcircle" "Go to lingcircle" -macro index gr "=ugaroml" "Go to ugaroml" -- cgit v1.3.1