Klaus Dohmen schrieb:
> Am 06.01.2012 15:47, schrieb Frank Ursel:
>> Klaus Dohmen schrieb:
>>> is there a pattern that matches the messages addressed *only* to me? I
>> ~p
> Unfortunately, this pattern matches all messages where my address occurs
> in the To: line.
Right, I missed the *only* condition. Looks not so easy to get. You could
try ~h"To: yourmailregexp" but this would also catch messages where
someone other is in Cc:.
Frank