-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefaults.gmail
More file actions
32 lines (24 loc) · 1.21 KB
/
defaults.gmail
File metadata and controls
32 lines (24 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# vim: set ft=muttrc
# Use the global defaults first.
source ~/.mutt/defaults.global
# Reset any headers that may have been set in other folder-hooks
unmy_hdr From:
unmy_hdr Reply-To:
unmy_hdr Fcc:
unmy_hdr Return-Receipt-To:
unmy_hdr Organization:
unmy_hdr X-URL:
my_hdr From: Vincent Wang <linsong.qizi@gmail.com>
set from = linsong.qizi@gmail.com
my_hdr Reply-To: Vincent Wang <linsong.qizi@gmail.com>
#################### Override Macros ####################
macro index,pager ",1" "<change-folder> imaps://imap.gmail.com:993/INBOX<enter>"
macro index,pager ",2" "<change-folder> imaps://imap.gmail.com:993/Seravia<enter>"
macro index,pager ",3" "<change-folder> imaps://imap.gmail.com:993/ZAX<enter>"
# macro index,pager ",5" "<change-folder> imaps://imap.gmail.com:993/Exoweb<enter>"
macro index,pager ",7" "<change-folder> imaps://imap.gmail.com:993/[list]Django<enter>"
macro index,pager ",9" "<change-folder> imaps://imap.gmail.com:993/[Gmail]/Sent Mail<enter>"
macro index,pager ",0" "<change-folder> imaps://imap.gmail.com:993/TODO<enter>"
# Provide some "on-line" help.
macro generic,index,pager "<esc>?" "<shell-escape>w3m /opt/local/share/doc/mutt/manual.html<enter>"
macro generic,index,pager ",fm" "<imap-fetch-mail>"