]> granicus.if.org Git - mutt/commit
From Byrial:
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 23 Nov 1998 10:13:31 +0000 (10:13 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 23 Nov 1998 10:13:31 +0000 (10:13 +0000)
commit2746247d29fe46b242d029ae016d13633c05ef81
treee3ac177a93c395ef836a57ce637b8bc2372e14d1
parent9f61713ddeea783bddc259b2ecfe8a1dcd7481f4
From Byrial:

I don't think that the match-all pattern modifier works as can be
expected from a logical point of view.

The attached patch will make it work as I expect it to work:

  - It works on all patterns which explicit or implicit use address
    lists: ~c, ~C, ~e, ~f, ~l, ~L, ~p, ~P, and ~t. (It didn't work
    with ~l before).

  - It works such that a modified pattern always match, unless there
    is at least one address in at least one of the referenced lists
    that it doesn't match.
alias.c
pattern.c
protos.h
send.c