[PATCH] test: known broken test for list(db.config) in python-cffi bindings

2022-02-08 Thread David Bremner
As of notmuch 0.34.2, the python-cffi bindings make available the configuration from both a config file and the database Database.config. It is therefore confusing that the iterator operations only work on the configuration information stored in the database. The likely fix is to switch to the ne

Re: allow disabling the check for multi-message mboxes

2022-02-08 Thread David Bremner
David Bremner writes: > Notmuch tries to prevent users from shooting themselves in the foot by > indexing mboxes containing multiple messages. On the other hand some > MTAs (notably common configurations of postfix) like to deliver mail > to file the looks like mboxes. This can occasionaly cause

[PATCH] emacs: Add more front ends for address completion

2022-02-08 Thread Utkarsh Singh
Hello maintainers, Emacs Lisp Package Archive (ELPA) now includes a package called 'corfu', according to its documentation: Corfu enhances the default completion in region function with a completion overlay. The current candidates are shown in a popup below or above the po

Re: fcc and external attachments

2022-02-08 Thread David Bremner
Alfredo Finelli writes: > Since notmuch version 0.35 the emacs interface is not respecting this > configuration variable setting any more: > > (setq message-fcc-externalize-attachments t) > > With earlier versions I used to get fcc copies in my sent folder where > each attachment was replaced b

fcc and external attachments

2022-02-08 Thread Alfredo Finelli
Since notmuch version 0.35 the emacs interface is not respecting this configuration variable setting any more: (setq message-fcc-externalize-attachments t) With earlier versions I used to get fcc copies in my sent folder where each attachment was replaced by a reference to the external file tha