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] I know that I can achieve it approximately by querying without prefix, but it'll also include the mails that include the string "[email protected]". I look through the manual, man:notmuch-search-terms, but I couldn't find the prefix I want. -- Attic Hermit _______________________________________________ notmuch mailing list [email protected] https://notmuchmail.org/mailman/listinfo/notmuch
