-
Notifications
You must be signed in to change notification settings - Fork 0
/
muttrc
34 lines (25 loc) · 934 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
34
set realname = 'Aramis'
send-hook . 'my_hdr From: Aramis <[email protected]>'
#order of headers when i read mail
hdr_order Date: From: Organization: User-Agent: X-Mailer To: Cc: Reply-To: Subject:
#ignore all headers, then unignore the ones I wanna see
ignore *
unignore Date: From: Organization: User-Agent: X-Mailer To: Cc: Reply-To: Subject:
unset mark_old # unread old messages are still unread after quitting
set move=no # Don't ask to move read messages to mbox on exit
# P/ tirar os html
set implicit_autoview="yes"
set charset="utf-8"
#set send_charset="iso-8859-1:utf-8:us-ascii"
#set assumed_charset="iso-8859-1:utf-8:us-ascii"
#set locale="pt_BR.ISO-8859-1"
set locale="pt_BR.UTF-8"
#set save_address="yes"
set record="~/Mail/sent"
#set beep_new="yes"
#set mbox=~/Mail/Entrada
mailboxes ~/Mail/Entrada
set edit_hdrs
set tmpdir=~/Mail
set nobeep
set fast_reply #pula perguntas iniciais ao responder