This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
unset mark_old |
| 2 |
auto_view text/html |
| 3 |
|
| 4 |
set sidebar_visible sidebar_width=35 |
| 5 |
set status_on_top=yes |
| 6 |
set mark_old=no |
| 7 |
set quit=yes |
| 8 |
set hide_thread_subject=no |
| 9 |
set wrap=-2 |
| 10 |
set markers=no |
| 11 |
|
| 12 |
set editor=vim |
| 13 |
|
| 14 |
#set send_charset="us-ascii:utf-8" |
| 15 |
#set charset="utf-8" |
| 16 |
#set locale="pt_BR.utf8" |
| 17 |
|
| 18 |
set implicit_autoview |
| 19 |
alternative_order text/plain text/html |
| 20 |
|
| 21 |
set use_envelope_from=yes |
| 22 |
alternates "(beraldo@beraldoleal\.com)|(contato@beraldoleal\.com)|(beraldo@gmail\.com)|(beraldo@ime\.usp\.br)" |
| 23 |
|
| 24 |
macro index b '<enter-command>toggle sidebar_visible<enter><refresh>' |
| 25 |
macro pager b '<enter-command>toggle sidebar_visible<enter><redraw-screen>' |
| 26 |
|
| 27 |
bind index B bounce-message |
| 28 |
|
| 29 |
bind index . imap-fetch-mail |
| 30 |
bind index,pager \CP sidebar-prev |
| 31 |
bind index,pager \CN sidebar-next |
| 32 |
bind index,pager \CO sidebar-open |
| 33 |
|
| 34 |
source "~/.mutt/muttrc.mailboxes" |
| 35 |
|
| 36 |
source "~/.mutt/muttrc.colors" |
| 37 |
|
| 38 |
folder-hook beraldo@beraldoleal.com 'source ~/.mutt/profile.beraldo@beraldoleal.com' |
| 39 |
folder-hook contato@beraldoleal.com 'source ~/.mutt/profile.contato@beraldoleal.com' |
| 40 |
folder-hook beraldo@ime.usp.br 'source ~/.mutt/profile.beraldo@ime.usp.br' |
| 41 |
folder-hook beraldo@gmail.com 'source ~/.mutt/profile.beraldo@gmail.com' |
| 42 |
|
| 43 |
macro pager,index <F10> ":source ~/.mutt/muttrc.colors\n" |