<<< Date Index >>>     <<< Thread Index >>>

mutt/1087: mutt should hide folder-internal messages



The following reply was made to PR mutt/1087; it has been noted by GNATS.

From: Oswald Buddenhagen <ossi@xxxxxxx>
To: bug-any@xxxxxxxxxxxxx
Cc: 
Subject: mutt/1087: mutt should hide folder-internal messages
Date: Sun, 27 Nov 2005 19:28:43 +0100

 ok, i've got an idea. this can be easily implemented without any special
 cases with two generic functions:
 - "hard limiting": this works like the limit function, just that
   messages that fail it will be suppressed completely, independently of
   other limit options. of course this must be cascadable with regular
   limit (and virtual folders ;).
 - save_filter: just like display_filter. making the messages
   uw-imap-compliant is just a matter of filtering out all the internal
   headers, iirc - simple task for awk.
 
 btw, please re-post the comments that got lost.