Re: [PATCH] emacs: bind M-RET to notmuch-tree-from-search-thread

2019-11-20 Thread Daniel Kahn Gillmor
On Wed 2019-11-13 14:57:52 -0800, William Casarin wrote: > This is an unbound function that is quite useful. It opens a selected > thread in notmuch-tree from the current search query. > > Signed-off-by: William Casarin > > --- > > This is a simpler alternative to

Re: [PATCH] Display extra headers for emacs-mua - db config option

2019-11-20 Thread Daniel Kahn Gillmor
On Sat 2019-11-16 17:27:23 +0100, Johan Parin wrote: > Modify format_headers_sprinter so that it returns some additional headers in > the > sexp, instead of a small fixed set of headers. > > The extra header list is configured by the database config option > `show.extra_headers'. > > This is

Re: wish: notmuch-emacs: handle RFC822 attachments as email (allow for replying)

2019-11-20 Thread Daniel Kahn Gillmor
On Wed 2019-11-13 09:44:41 +, David Edmondson wrote: > 1. extract the attachment, add it to the database and use normal reply >processing (maybe remember to remove the message from the database >after?), I do this in the notmuch-emacs interface with: . | notmuch insert I don't

Re: Workaround for Exchange-corrupted PGP/Mime structure

2019-11-20 Thread Daniel Kahn Gillmor
On Wed 2019-11-20 13:19:12 -0800, Carl Worth wrote: > On Wed, Nov 20 2019, Carl Worth wrote: >> I'll update my notmuch and give this a try. > > Just a "git pull; make; make install" and my problem went away. > > Thanks again for the fixes, Daniel. Glad that it worked for you! (and, thanks for

Re: Debian packaging cleanup

2019-11-20 Thread Daniel Kahn Gillmor
On Tue 2019-11-12 10:47:33 -0500, Antoine Beaupré wrote: > On 2019-11-10 12:37:42, Daniel Kahn Gillmor wrote: >> This series offers a set of simple and small changes to the debian >> packaging for notmuch. they apply to the master branch. > > Looks good to me. Anarcat has reviewed these, but

Re: Workaround for Exchange-corrupted PGP/Mime structure

2019-11-20 Thread Daniel Kahn Gillmor
On Wed 2019-11-20 17:10:40 -0500, Brian Sniffen wrote: > Yeah, these have been fantastic for me too. MSFT has no intention of > fixing PGP or MIME support; it's been well over a decade. I'm unwilling to accept this situation, and i hope that other people will join me in exerting pressure on

Re: [PATCH 2/2] Rename package to notmuch2

2019-11-20 Thread David Bremner
Floris Bruynooghe writes: > This is based on a previous discussion on the list where this was more > or less seen as the least-bad option. pushed to wip/cffi, along with the other patch switching away from the deprecated API. I still need to review the discussion and see if there is any

Re: [PATCH] python: make some docstrings raw

2019-11-20 Thread David Bremner
Jakub Wilk writes: > Fixes: > > notmuch/message.py:57: DeprecationWarning: invalid escape sequence \s > notmuch/query.py:155: DeprecationWarning: invalid escape sequence \. > notmuch/messages.py:89: DeprecationWarning: invalid escape sequence \s > > with Python >= 3.6. Pushed to

Re: Workaround for Exchange-corrupted PGP/Mime structure

2019-11-20 Thread Brian Sniffen
Carl Worth writes: > On Wed, Nov 20 2019, Carl Worth wrote: >> I'll update my notmuch and give this a try. > > Just a "git pull; make; make install" and my problem went away. > > Thanks again for the fixes, Daniel. Yeah, these have been fantastic for me too. MSFT has no intention of fixing PGP

Re: Workaround for Exchange-corrupted PGP/Mime structure

2019-11-20 Thread Carl Worth
On Wed, Nov 20 2019, Carl Worth wrote: > I'll update my notmuch and give this a try. Just a "git pull; make; make install" and my problem went away. Thanks again for the fixes, Daniel. -Carl signature.asc Description: PGP signature ___ notmuch

Re: Workaround for Exchange-corrupted PGP/Mime structure

2019-11-20 Thread Carl Worth
On Wed, Nov 20 2019, David Bremner wrote: > There's some recent work by dkg in (currrently unreleased) commits on > master. "git log -Smangled" Thanks, David, and Daniel! Those commit messages look very useful to me. I'll update my notmuch and give this a try. -Carl signature.asc

Re: Workaround for Exchange-corrupted PGP/Mime structure

2019-11-20 Thread David Bremner
Ralph Seichter writes: > * Carl Worth: > >> What would anyone think about a workaround where notmuch-emacs could >> grub around inside a "multipart/mixed" structure looking for child >> parts that look like they really should have been a part of a >> "multipart/encrypted" container? > >

Re: Workaround for Exchange-corrupted PGP/Mime structure

2019-11-20 Thread Ralph Seichter
* Carl Worth: > What would anyone think about a workaround where notmuch-emacs could > grub around inside a "multipart/mixed" structure looking for child > parts that look like they really should have been a part of a > "multipart/encrypted" container? Personally, I see no reason to spend any

Workaround for Exchange-corrupted PGP/Mime structure

2019-11-20 Thread Carl Worth
I recently received a GPG-encrypted message that notmuch was not able to handle transparently as I'm used to. (That is, instead of decrypting the message and verifying the signature inside, etc.—instead I was just presented with an attachment that contained the encrypted message.) After some

[PATCH] python: make some docstrings raw

2019-11-20 Thread Jakub Wilk
Fixes: notmuch/message.py:57: DeprecationWarning: invalid escape sequence \s notmuch/query.py:155: DeprecationWarning: invalid escape sequence \. notmuch/messages.py:89: DeprecationWarning: invalid escape sequence \s with Python >= 3.6. --- bindings/python/notmuch/message.py | 2 +-

Re: [PATCH 0/7] Port notmuch-show's x/X bindings to notmuch-tree

2019-11-20 Thread Teemu Likonen
William Casarin [2019-11-17T14:29:22-08] wrote: > These patches bring notmuch-tree more in line with the user experience > of notmuch-show by adding the x/X bindings. I have not tested the patch set yet but I think it is very good idea to add x/X keybindings to make tree view work similarly to