[PATCH v3] nmbug: Translate to Python

2014-08-06 Thread W. Trevor King
tion/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140806/d4b359f5/attachment.pgp>

[PATCH v3] nmbug: Translate to Python

2014-08-06 Thread W. Trevor King
r encrypted with GnuPG (http://www.gnupg.org). For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140806/8c1fc8ee/attachment.pgp>

[PATCH v3] nmbug: Translate to Python

2014-08-06 Thread W. Trevor King
ofile.html -- This email may be signed or encrypted with GnuPG (http://www.gnupg.org). For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy -- next part ------ A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140806/ff36993e/attachment.pgp>

[PATCH] Add configurable changed tag to messages that have been changed on disk

2014-08-06 Thread Austin Clements
Quoth Gaute Hope on Aug 06 at 11:02 am: > On Fri, Aug 1, 2014 at 8:55 PM, Austin Clements wrote: > > I have a prototype implementation of message modification times on my > > lastmod-v1 branch at > > > > https://github.com/aclements/notmuch/tree/lastmod-v1 > > > > It builds on my database

[PATCH] Add configurable changed tag to messages that have been changed on disk

2014-08-06 Thread Gaute Hope
On Fri, Aug 1, 2014 at 8:55 PM, Austin Clements wrote: > I have a prototype implementation of message modification times on my > lastmod-v1 branch at > > https://github.com/aclements/notmuch/tree/lastmod-v1 > > It builds on my database features series that's currently awaiting > review [1]. > >

[PATCH v3 02/13] util: Const version of strtok_len

2014-08-06 Thread David Bremner
Austin Clements writes: > Because of limitations in the C type system, we can't a strtok_len > that can work on both const string and non-const strings. The C > library solves this by taking a const char* and returning a char* > in functions like this (e.g., strchr), but that's not const-safe.

[PATCH v2] new: Report and abort on upgrade failure

2014-08-06 Thread David Bremner
Austin Clements writes: > Previously the return status of notmuch_database_upgrade went > completely unchecked. pushed. d

Re: [PATCH] Add configurable changed tag to messages that have been changed on disk

2014-08-06 Thread Gaute Hope
On Fri, Aug 1, 2014 at 8:55 PM, Austin Clements amdra...@mit.edu wrote: I have a prototype implementation of message modification times on my lastmod-v1 branch at https://github.com/aclements/notmuch/tree/lastmod-v1 It builds on my database features series that's currently awaiting review

Re: [PATCH v3] nmbug: Translate to Python

2014-08-06 Thread W. Trevor King
On Mon, Aug 04, 2014 at 09:14:46PM -0300, David Bremner wrote: W. Trevor King writes: * Commands are no longer split into most common, other useful, and less common sets. If we need something like this, I'd prefer workflow examples highlighting common commands in the module

Re: [PATCH v3] nmbug: Translate to Python

2014-08-06 Thread W. Trevor King
On Tue, Aug 05, 2014 at 10:16:10PM -0300, David Bremner wrote: David Bremner writes: I did notice that merging was noticably noisier than I remembered. rejected pushes also seem noisier than before; I'm not sure the python backtrace adds anything here. To

Re: [PATCH v3] nmbug: Translate to Python

2014-08-06 Thread W. Trevor King
On Tue, Aug 05, 2014 at 10:24:10PM -0300, David Bremner wrote: I have a local commit that deletes a couple tags; when I attempt to merge I get complaints about local changes to files. error: Your local changes to the following files would be overwritten by merge: