-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.muttrc
More file actions
74 lines (65 loc) · 2.12 KB
/
Copy path.muttrc
File metadata and controls
74 lines (65 loc) · 2.12 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# -*- mode: conf; mode: muttrc -*-
# mutt configuration (c) 2003-2011 Alexander Solovyov
ignore *
unignore "Date:"
unignore "From:"
unignore "To:"
unignore "Subject:"
unignore "Cc:"
set realname="Alexander Solovyov"
set from="alexander@solovyov.net"
alternates alexander@solovyov.net
alternates piranha@piranha.org.ua
alternates piranha@eth0.net.ua
alternates piranha@viii.ntu-kpi.kiev.ua
alternates piranha@library.ntu-kpi.kiev.ua
alternates alexander.solovyov@gmail.com
alternates alexander.solovyov@paylogic.eu
set beep=no
set delete=yes
set edit_headers=yes
set editor='emacsclient -t'
set fast_reply=yes
set hide_top_limited=yes
set history=100
set include=yes
set menu_scroll=yes
set pager_context=1
#set pager_index_lines=6
set pipe_split=yes
set reply_to=yes
set reverse_name=yes
set rfc2047_parameters=yes
set sort=threads
set strict_threads=yes
set thorough_search=yes
set header_cache='~/.mutt/cache/headers'
set message_cachedir =~/.mutt/cache/bodies
set certificate_file =~/.mutt/certificates
set folder="imaps://imap.gmail.com:993"
set imap_user="alexander.solovyov@gmail.com"
set spoolfile="+INBOX"
set postponed="+[Gmail]/Drafts"
send-hook c-p-c@googlegroups.com "my_hdr From: Alexander Solovyov <piranha@piranha.org.ua>"
send-hook pythagora-ua@googlegroups.com "my_hdr From: Alexander Solovyov <alexander.solovyov@gmail.com>"
auto_view text/html
# this helps with multipart messages
alternative_order text/plain text/html
#---- Mutt Colors for White Background -------
color hdrdefault blue default
color quoted red default
color signature brightblack default
color indicator brightwhite black
color attachment black default
color error red default
color message blue default
color search brightwhite magenta
color status brightwhite blue
color tree red default
color normal black default
color tilde green default
color bold brightyellow default
color markers red default
color index red default ~D # deleted
color index blue default ~T # tagged
color index yellow default ~F # flagged