Re: [PATCH 3/5] cli/count: add --output=modifications

2015-08-12 Thread David Bremner
Tomi Ollila writes: > $ notmuch metadata uuid > $ notmuch metadata lastmod > $ notmuch metadata uuid lastmod > $ notmuch metadata lastmod uuid > > Now we can bikeshed whether this is good idea -- it seems OK. We will have some set of 'fake' metadata keys that are not actually stored in xapian

[Vagrant Cascadian] Bug#795243: notmuch-emacs: reply-to encrypted messages in tree view fails to quote and defaults to unencrypted message

2015-08-12 Thread David Bremner
--- Begin Message --- Package: notmuch-emacs Version: 0.18.2-1 Severity: normal Thanks for maintaining notmuch! When in tree view mode, if I reply to an encrypted message and the point is the selected message in the threaded tree (as opposed to the currently viewed message), the message reply doe

Re: [Vagrant Cascadian] Bug#795243: notmuch-emacs: reply-to encrypted messages in tree view fails to quote and defaults to unencrypted message

2015-08-12 Thread David Bremner
Vagrant wrote: , | When in tree view mode, if I reply to an encrypted message and the point | is the selected message in the threaded tree (as opposed to the | currently viewed message), the message reply doesn't contain any quoted | content (even though decryption was successful), and defaul

Re: [PATCH 3/5] cli/count: add --output=modifications

2015-08-12 Thread Daniel Schoepe
Maybe another consistent solution is to add a --format argument to count, with JSON as one option. That way we could even add more information to other count results (if that becomes needed at some point) without breaking code using the JSON interface. Best regards, Daniel

[PATCH 3/5] cli/count: add --output=modifications

2015-08-12 Thread David Bremner
Tomi Ollila writes: > $ notmuch metadata uuid > $ notmuch metadata lastmod > $ notmuch metadata uuid lastmod > $ notmuch metadata lastmod uuid > > Now we can bikeshed whether this is good idea -- it seems OK. We will have some set of 'fake' metadata keys that are not actually stored in xapian

[Vagrant Cascadian] Bug#795243: notmuch-emacs: reply-to encrypted messages in tree view fails to quote and defaults to unencrypted message

2015-08-12 Thread David Bremner
nts/20150812/ed4132c4/attachment.mht>

[Vagrant Cascadian] Bug#795243: notmuch-emacs: reply-to encrypted messages in tree view fails to quote and defaults to unencrypted message

2015-08-12 Thread David Bremner
Vagrant wrote: , | When in tree view mode, if I reply to an encrypted message and the point | is the selected message in the threaded tree (as opposed to the | currently viewed message), the message reply doesn't contain any quoted | content (even though decryption was successful), and defaul

[PATCH 3/5] cli/count: add --output=modifications

2015-08-12 Thread Daniel Schoepe
Maybe another consistent solution is to add a --format argument to count, with JSON as one option. That way we could even add more information to other count results (if that becomes needed at some point) without breaking code using the JSON interface. Best regards, Daniel