add .local
[hombase.git] / .mutt-gmail
blob09d4887621df1a3299cb9d31330dbc6508e2ecb7
1 # --*-- muttrc --*--
3 source ~/.mutt-null
5 set imap_keepalive=900
6 unset imap_list_subscribed      # do no display only subscribed folders.
7 set imap_passive        # don't open new IMAP to look for new mail when set.
8 set imap_peek           # avoid implicitly marking mail as read when fetching
9 set imap_servernoise    # display warnings from IMAP server.
13 # set the gmail imap cache
14 set header_cache = "~/.mutt/cache/headers"
15 set message_cachedir = "~/.mutt/cache/bodies"
16 set certificate_file = "~/.mutt/certificates"
20 # trash and some special bind for gmail
22 source ~/.mutt/config/hooks-gmail
23 folder-hook . source ~/.mutt/config/hooks-gmail
25 folder-hook Trash$ 'macro index d "<delete-message>"'