Re: Binding access to ~/.notmuch-config

2016-01-13 Thread Konrad Hinsen
On 12/01/16 20:13, W. Trevor King wrote: On Tue, Jan 12, 2016 at 03:03:15PM -0400, David Bremner wrote: Nothing to do with Konrad's crash, but I consider the fact that the python bindings read ~/.notmuch-config to be a kind of layering violation, since that file belongs to the CLI, while the bi

Re: Binding access to ~/.notmuch-config

2016-01-13 Thread David Bremner
Konrad Hinsen writes: > I agree. I see notmuch as a collection of CLI tools, some of which are > part of the distribution and others are written by myself for my > specific needs. I'd like them all to share a single configuration file. > In fact, I'd love to be able to add sections specific to

Re: [PATCH 2/2] nmbug-status: Fix unbalanced tags in default header/footer

2016-01-13 Thread David Bremner
"W. Trevor King" writes: > These were broken by b70386a4 (Move the generated date from the top of > the page to the footer, 2014-05-31), which moved 'Generated ...' to > the footer with the opening tag, but didn't replace the blurb opening > tag or add a closing tag after 'Generated ...'. Pushed

Re: [PATCH v6] devel/emacs: add devel/try-emacs-mua

2016-01-13 Thread David Bremner
Tomi Ollila writes: > devel/try-emacs-mua provides an easy way to try and experiment > with the notmuch emacs client distributed in emacs subdirectory of > the notmuch source tree. > pushed, thanks to you both for revisions. d ___ notmuch mailing list

Re: Binding access to ~/.notmuch-config

2016-01-13 Thread W. Trevor King
On Wed, Jan 13, 2016 at 08:25:10AM -0400, David Bremner wrote: > Konrad Hinsen writes: > > I agree. I see notmuch as a collection of CLI tools, some of which > > are part of the distribution and others are written by myself for > > my specific needs. I'd like them all to share a single > > configur

What to do with messages lacking a Message-ID

2016-01-13 Thread Erik Quaeghebeur
Dear group, It appears that I have some old messages that lack a Message-ID. Is there any preferred approach to dealing with this? How does notmuch react if such a message is inserted? (I can create and add an ‘appropriate’ Message-ID if I need, but I am not sure whether that's a good approac

Filesystem functionality used by notmuch

2016-01-13 Thread Erik Quaeghebeur
Dear group, Context: FUSE filesystem for accessing data in a database. I understand that notmuch needs to be able to read a file given a filename (including its path). Are there any more requirements on the filesystem. For example, I assume that filename modification is optional (maildir flag

Re: What to do with messages lacking a Message-ID

2016-01-13 Thread David Bremner
Erik Quaeghebeur writes: > It appears that I have some old messages that lack a Message-ID. Is > there any preferred approach to dealing with this? How does notmuch > react if such a message is inserted? notmuch will generate one based on the sha1 hash of the message file ___