Mercurial > dotfiles
comparison mutt/muttrc @ 471:31079b060068
Update mutt config.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 09 Apr 2019 19:09:04 -0700 |
parents | ff48d206d1f1 |
children |
comparison
equal
deleted
inserted
replaced
470:3b9394a0a58b | 471:31079b060068 |
---|---|
3 set from = "$my_user" | 3 set from = "$my_user" |
4 set realname = "$my_realname" | 4 set realname = "$my_realname" |
5 | 5 |
6 | 6 |
7 # Folders... apparently Mutt doesn't pull all of them automatically. | 7 # Folders... apparently Mutt doesn't pull all of them automatically. |
8 mailboxes = "imaps://$my_imap/$my_folder_inbox" \ | 8 #mailboxes = "imaps://$my_imap/$my_folder_inbox" \ |
9 "imaps://$my_imap/Sent Items" \ | 9 # "imaps://$my_imap/Sent Items" \ |
10 "imaps://$my_imap/Drafts" \ | 10 # "imaps://$my_imap/Drafts" \ |
11 "imaps://$my_imap/Archive" \ | 11 # "imaps://$my_imap/Archive" \ |
12 "imaps://$my_imap/MailingLists" \ | 12 # "imaps://$my_imap/MailingLists" \ |
13 "imaps://$my_imap/Newsletters" \ | 13 # "imaps://$my_imap/Newsletters" \ |
14 "imaps://$my_imap/Trash" | 14 # "imaps://$my_imap/Trash" |
15 | |
16 | 15 |
17 # Basic config | 16 # Basic config |
18 #set editor = "vim" | 17 #set editor = "vim" |
19 set editor = "vim +/^$ ++1 -c 'set tw=76 expandtab nosmartindent spell'" | 18 set editor = "vim +/^$ ++1 -c 'set tw=76 expandtab nosmartindent spell'" |
20 #set hostname = "$my_hostname" | 19 set hostname = "$my_hostname" |
21 set header_cache=~/.mutt/cache/headers | 20 set header_cache=~/.mutt/cache/headers |
22 set message_cachedir=~/.mutt/cache/bodies | 21 set message_cachedir=~/.mutt/cache/bodies |
23 set certificate_file=~/.mutt/certificates | 22 set certificate_file=~/.mutt/certificates |
24 set move = no | 23 set move = no |
25 set delete = yes | 24 set delete = yes |