]> granicus.if.org Git - mutt/commitdiff
Make default muttrc header weeding tidier. Closes #286.
authorPaul Walker <paul@black-sun.demon.co.uk>
Thu, 29 May 2008 05:22:20 +0000 (22:22 -0700)
committerPaul Walker <paul@black-sun.demon.co.uk>
Thu, 29 May 2008 05:22:20 +0000 (22:22 -0700)
ChangeLog
doc/Muttrc.head

index 941932155865d471e750ccf4d6c2a8cdfc1f77fa..8cb138cacfce95be1ed20465d446738bad276e02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2008-05-23 01:40 -0400  Todd Zullinger  <tmz@pobox.com>  (73a180edce53)
+
+       * pgp.c: Call mutt_need_hard_redraw() in pgp_decrypt_part().
+
+       This change ensures that the screen is redrawn when using gpg-agent.
+       Without this, mutt's navigation keybindings are lost after pinentry
+       curses prompts for a passphrase to descrypt a message.
+
+2008-05-28 22:16 -0700  Moritz Schulte  <moritz@g10code.com>  (7fd74c40eced)
+
+       * curs_lib.c: Make sure that the redrawing/reinitializing is done
+       always, not only when the environment variable DISPLAY is not set.
+
+2008-05-28 22:05 -0700  Vladimir Marek  <Vladimir.Marek@Sun.COM>  (9d0509641865)
+
+       * configure.ac, m4/iconv.m4: Cosmetic fix to configure
+       --help. Closes #3060.
+
 2008-05-28 21:44 -0700  Vincent Lefevre  <vincent@vinc17.org>  (7b8ef3b8ff5a)
 
        * po/fr.po: Updated French translation
index d78e89025876beacc0dc824ae13512f874f92eab..368e7aa3c3ce100c8b6f85845bf396a399a5964d 100644 (file)
@@ -2,10 +2,15 @@
 # System configuration file for Mutt
 #
 
-# default list of header fields to weed when displaying
-#
-ignore "from " received content- mime-version status x-status message-id
-ignore sender references return-path lines
+# Default list of header fields to weed when displaying.
+# Ignore all lines by default...
+ignore *
+
+# ... then allow these through.
+unignore from: subject to cc date x-mailer x-url user-agent
+
+# Display the fields in this order
+hdr_order date from to cc subject
 
 # imitate the old search-body function
 macro index \eb "<search>~b " "search in message bodies"