Reto <[email protected]> writes: > > Second, I let notmuch index multiple email addresses in the same store, > meaning my folder queries are then nested rather deep. > > So my lovely tag:python query amounts to `notmuch search > 'folder:[email protected]/INBOX.lists.python-list'` > > Which... is a mouthful. > > Regexes aren't a solution, just makes it now two problems as I have > multiple python lists that could match ;)
Just in case you didn't know, another option is define (with notmuch config) e.g. query:python as 'folder:[email protected]/INBOX.lists.python-list' This has the advantage that you don't have to retag when new files are added, which is often the desired behaviour. d _______________________________________________ notmuch mailing list -- [email protected] To unsubscribe send an email to [email protected]
