Re: [PATCH] python: add bindings for notmuch_message_get_property

2017-11-15 Thread meskio
Quoting Ruben Pollan (2017-11-15 23:29:54) > Message.get_property (prop) returns a string with the value of the property. I only implemented get_property as is the only one I need to add support for session keys in alot (https://github.com/meskio/alot/tree/session-key). From the point of view o

Re: Stashed session keys

2017-11-15 Thread meskio
Quoting Daniel Kahn Gillmor (2017-10-25 08:51:45) > Now that cleartext indexing is merged, let's add the ability to stash > session keys! Nice feature. I'm using it and it works fine. I notice some speed up, improving the painfulness of reading long encrypted threads in alot. And I like to don't

[PATCH] python: add bindings for notmuch_message_get_property

2017-11-15 Thread Ruben Pollan
Message.get_property (prop) returns a string with the value of the property. --- bindings/python/notmuch/message.py | 27 ++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/bindings/python/notmuch/message.py b/bindings/python/notmuch/message.py index d5b98e4

Re: bounce/forward not working due to CR at line end

2017-11-15 Thread David Bremner
Kai Harries writes: > David Bremner writes: > >> During off-list discussion, Kai mentioned id:87a7zsm5ol@gmail.com as >> a message that he cannot bounce (and also not forward?). For me this >> forwards fine, but does not bounce because it has a corrupted Cc header, >> and my MTA rejects it.

Re: bounce/forward not working due to CR at line end

2017-11-15 Thread Kai Harries
David Bremner writes: > During off-list discussion, Kai mentioned id:87a7zsm5ol@gmail.com as > a message that he cannot bounce (and also not forward?). For me this > forwards fine, but does not bounce because it has a corrupted Cc header, > and my MTA rejects it. That doesn't sound related t

Re: [PATCH 11/18] cli/new, insert, reindex: update documentation for --try-decrypt=auto

2017-11-15 Thread David Bremner
> > -``--try-decrypt=(true|false)`` > +``--try-decrypt=(true|auto|false)`` I sympathize with Jamie's point about consistency here. I'm not sure if this was already mentioned, but the inconsistency between boolean and keyword arguments is a bit confusing also.

Re: [PATCH 03/18] crypto: use stashed session-key properties for decryption, if available

2017-11-15 Thread David Bremner
Daniel Kahn Gillmor writes: > I also >> don't know how motivated gmime upstream is to fix bugs in 2.6; I could >> certainly understand if the answer was "not very". > > I believe the answer is "not very" -- but if there are serious bugs (i > don't think we've talked about any of this stuff as bug

Re: bounce/forward not working due to CR at line end

2017-11-15 Thread David Bremner
Kai Harries writes: > Hello, > > I am new to notmuch so excuse if the fault is on my end. For me > resending and forwarding of emails are not working if > message-forward-show-mml is enabled. The problems are CR at the line > endings. With the attached two patches I got it working for me. Maybe >