Attic Hermit <[email protected]> writes: > Batch file of my initial tagging script includes queries like below: > > +john +friend -- tag:new AND from:[email protected] > +john +friend -- tag:new AND to:[email protected] > > But I want to compress the above in one line like: > > +john +friend -- tag:new AND from_or_to:[email protected] >
How about +john +friend -- tag:new AND (to:[email protected] OR from:[email protected]) ? _______________________________________________ notmuch mailing list [email protected] https://notmuchmail.org/mailman/listinfo/notmuch
