-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmuttrc
33 lines (31 loc) · 776 Bytes
/
muttrc
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
33
set sendmail="/usr/bin/msmtp"
set use_from=yes
set realname="Jan Fajerski"
set from="[email protected]"
set envelope_from=yes
set mailcap_path="~/.mutt/mailcap"
set alias_file="~/.mutt/alias"
# which to show inline
#set implicit_autoview
auto_view text/html application/x-pgp-message
unset wait_key
# where is my mail
set folder=~/.mail
set postpone=yes
set postponed="$folder/postponed"
mailboxes "=inbox"
mailboxes "=magnus"
mailboxes "=novartis"
mailboxes "=versorger"
mailboxes "=ebay"
mailboxes "=uni"
mailboxes "=designmob"
mailboxes "=opensc"
# imports
source $alias_file
source "~/.mutt/gpg"
source "~/.mutt/macros"
source "~/.mutt/mailinglists"
source "~/.mutt/options"
source "~/.mutt/send-hooks"
source "~/.mutt/solarized/mutt-colors-solarized-dark-16.muttrc"