Explorar el Código

suppress autoview messages

tags/v3.1
Luke Smith hace 3 años
padre
commit
ab11cd8322
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4C50B54A911F6252
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      share/mutt-wizard.muttrc

+ 2
- 1
share/mutt-wizard.muttrc Ver fichero

@@ -22,8 +22,9 @@ set forward_quote # include message in forwards
set reverse_name # reply as whomever it was to
set include # include message in replies
set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example)
auto_view text/html # automatically show html (mailcap uses w3m)
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
bind index,pager i noop
bind index,pager g noop


Cargando…
Cancelar
Guardar