On Thu, Jan 20, 2000 at 17:50:03 +0800, Greg Matheson wrote:
> X-Mailer: Mutt 0.95.7us

It might help to upgrade to Mutt 1.0.1. There have been some
fixes to ignore/unignore which make them
work better.

However don't trust the manual about this topic. Header weeding
functions this way:

Mutt stores internally two lists: the ignore list and the
unignore list. A header is ignored if and only if it matches the
ignore list and doesn't match the unignore list.

So if you have these commands:

ignore x-
unignore x-mailer

you will see x-mailer headers because it matches the unignore
list. The manual says otherwise but is wrong.

The ignore command adds its arguments to the ignore list and
removes them from the unignore list if they are there.

The unignore command adds its arguments to the unignore list and
removes them from the ignore list if they are there. 

Except "unignore *" that just removes "*" from the ignore list
if it is there, and else does nothing -- it doesn't remove all
tokens from the ignore list as the manual says.

-- 
Byrial

Reply via email to