-
Notifications
You must be signed in to change notification settings - Fork 0
/
muttrc
95 lines (70 loc) · 1.67 KB
/
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
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Personal headers
source ~/.mutt/headers
# Mail folders
source ~/.mutt/folders
# Headers to ignore
#source ~/.mutt/ignores
# Settings
source ~/.mutt/settings
# Formats
source ~/.mutt/formats
# E-Mail Aliases
set alias_file=~/.mutt/aliases
source ~/.mutt/aliases
# Macros
source ~/.mutt/macros
# Colours
source ~/.mutt/colours
#source ~/.mutt/colours2
source ~/.mutt/colors.angdraug
# Keybindings
#source ~/.mutt/keybindings2
# New GnuPG stuff for Mutt 1.2+
source ~/.mutt/gpg.rc
set locale="fr_FR"
bind index \< next-unread
bind pager \< next-unread
#set point_new
set abort_nosubject=ask-yes
set abort_unmodified=no
set delete=yes
set include=yes
set postpone=no
set quit=yes
set reply_to=yes
set resolve
set fast_reply
set arrow_cursor
set print_command=muttprint
#set ispell="/usr/bin/ispell -d francais"
set ispell="aspell -e -c"
# Sidebar
#source ~/.mutt/sidebar
# spamassassin
source ~/.mutt/spamassassin
# search engine
source ~/.mutt/nmzmail
# encoding
set locale=fr_FR.UTF-8
#set charset="iso-8859-1"
set allow_8bit=yes
set send_charset="iso-8859-1:windows-1251:utf-8"
#indexing
#macro index "\ch" "!~/.mutt/swish_search.sh\nc=sqmbox.tmp\n"
#folder-hook sqmbox.tmp set sort=mailbox-order
# aspell francais
macro compose if '<enter-command>set ispell="aspell \
--language-tag=fr -c --mode=email" <enter><ispell>' \
'Run aspell with French dictionary'
# aspell anglais
macro compose ie '<enter-command>set ispell="aspell \
--language-tag=en -c --mode=email" <enter><ispell>' \
'Run aspell with English dictionary'
set query_command="lbdbq %s"
# muttng
#source ~/.mutt/muttng
macro index \cb |urlview\n
macro pager \cb |urlview\n
auto_view text/x-diff
# cache
source ~/.mutt/cacherc