Ver código fonte
Merge pull request #824 from slinlee/sl/width
Wrap text when reading emails at 80 chars
tags/v3.3
Luke Smith
2 anos atrás
committed by
GitHub
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com
1 adições e
0 exclusões
-
share/mutt-wizard.muttrc
|
|
@@ -27,6 +27,7 @@ auto_view text/html # automatically show html (mailcap uses lynx) |
|
|
|
auto_view application/pgp-encrypted |
|
|
|
#set display_filter = "tac | sed '/\\\[-- Autoview/,+1d' | tac" # Suppress autoview messages. |
|
|
|
alternative_order text/plain text/enriched text/html |
|
|
|
set width = 80 # wordwrap when reading emails |
|
|
|
|
|
|
|
bind index,pager i noop |
|
|
|
bind index,pager g noop |
|
|
|