Proposal: List-Id

2015-03-15 Thread Harlan Lieberman-Berg
Hello everyone! One of my (few) problems right now with notmuch is around mailing lists that are copied, either as CC or BCC, on various emails that go around. My filtering inside notmuch right now doesn't catch all the messages, since the only tag I can match on is "to:foo at bar.org" and not all

[PATCH 1/2] nmbug-status: Clarify errors for illegible configs

2015-03-15 Thread David Bremner
"W. Trevor King" writes: > are not particularly clear. With this commit, we'll get output like: > > $ ./nmbug-status > fatal: Not a git repository: '/home/wking/.nmbug' > No local branch 'config' in /home/wking/.nmbug. Checkout a local > config branch or explicitly set --config. > > whi

[PATCH v2] nmbug-status: Use 'show-ref --heads' for loading configs

2015-03-15 Thread W. Trevor King
When loading configs from Git, the bare branch name (without a refs/heads/ prefix or similar) matches all branches of that name (including remote-tracking branches): .nmbug $ git show-ref config 48f3bbf1d1492e5f3d2f01de6ea79a30d3840f20 refs/heads/config 48f3bbf1d1492e5f3d2f01de6ea79a30d3840f

[PATCH v2] nmbug-status: Use 'show-ref --heads' for loading configs

2015-03-15 Thread W. Trevor King
When loading configs from Git, the bare branch name (without a refs/heads/ prefix or similar) matches all branches of that name (including remote-tracking branches): .nmbug $ git show-ref config 48f3bbf1d1492e5f3d2f01de6ea79a30d3840f20 refs/heads/config 48f3bbf1d1492e5f3d2f01de6ea79a30d3840f

Re: [PATCH 1/2] nmbug-status: Clarify errors for illegible configs

2015-03-15 Thread W. Trevor King
On Sun, Mar 15, 2015 at 09:32:13AM +0100, David Bremner wrote: > The second patch touches the perl version of nmbug, so I'm guessing > you rolled it into the python rewrite. No, the Python bit was pretty much a straight translation. I'll port the second patch over and resubmit. Cheers, Trevor -

[PATCH 1/2] nmbug-status: Clarify errors for illegible configs

2015-03-15 Thread W. Trevor King
Size: 819 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20150315/78385572/attachment.pgp>

Re: [PATCH 1/2] nmbug-status: Clarify errors for illegible configs

2015-03-15 Thread David Bremner
"W. Trevor King" writes: > are not particularly clear. With this commit, we'll get output like: > > $ ./nmbug-status > fatal: Not a git repository: '/home/wking/.nmbug' > No local branch 'config' in /home/wking/.nmbug. Checkout a local > config branch or explicitly set --config. > > whi