[ANN] notmuch-deliver

2011-01-11 Thread Felipe Contreras
On Mon, Nov 8, 2010 at 7:50 PM, Carl Worth wrote: > On Wed, 26 May 2010 17:01:34 +0300, Ali Polatel wrote: >> notmuch-deliver is a maildir delivery tool for notmuch mail indexer. It >> reads from standard input, delivers the mail to the specified maildir >> and adds it to the notmuch database. Th

Tag changes not persisted in message view

2011-01-11 Thread Günter Ladwig
Hi, I installed notmuch yesterday and imported an account with about 9000 mails. The import worked fine and the Emacs client shows all messages. However, I ran into an problem with changing tags in the message view: I noticed that mails were not marked as read (i.e., their unread tag was not

better timeout patch.

2011-01-11 Thread David Bremner
Here is a timeout patch that actually seems to work. Also attached are the diffs to debian/changelog to update to 0.5+nmu2. >From f8e8ea0058ca2e57fececc3f01cc05ece0c3c3c8 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 19 Dec 2010 21:48:59 -0400 Subject: [PATCH 1/2] tests: Add optional u

[PATCH] Properly quote Emacs' notmuch-command.

2011-01-11 Thread Thomas Schwinge
From: Thomas Schwinge It happens that my notmuch-command may look like this: (setq notmuch-command "~/Mentor Graphics/command/notmuch") Most of the times, notmuch-command is passed to call-process which will simply do the right thing, but there are a few other cases where it is fed through

[PATCH] Have to configure and build inside the source directory.

2011-01-11 Thread Thomas Schwinge
From: Thomas Schwinge Signed-off-by: Thomas Schwinge --- configure | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/configure b/configure index c58dd0f..b5e446c 100755 --- a/configure +++ b/configure @@ -188,6 +188,17 @@ developers. Then, please email those d

[ANN] notmuch-deliver

2011-01-11 Thread Thomas Schwinge
s more than once. If someone disagrees with any of this, I'm open to discuss these items. Gr??e, Thomas -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110111/fc445790/attachment.pgp>

[PATCH] Properly quote Emacs' notmuch-command.

2011-01-11 Thread Thomas Schwinge
From: Thomas Schwinge It happens that my notmuch-command may look like this: (setq notmuch-command "~/Mentor Graphics/command/notmuch") Most of the times, notmuch-command is passed to call-process which will simply do the right thing, but there are a few other cases where it is fed through

[PATCH] Have to configure and build inside the source directory.

2011-01-11 Thread Thomas Schwinge
From: Thomas Schwinge Signed-off-by: Thomas Schwinge --- configure | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/configure b/configure index c58dd0f..b5e446c 100755 --- a/configure +++ b/configure @@ -188,6 +188,17 @@ developers. Then, please email those d

Re: [ANN] notmuch-deliver

2011-01-11 Thread Felipe Contreras
On Mon, Nov 8, 2010 at 7:50 PM, Carl Worth wrote: > On Wed, 26 May 2010 17:01:34 +0300, Ali Polatel wrote: >> notmuch-deliver is a maildir delivery tool for notmuch mail indexer. It >> reads from standard input, delivers the mail to the specified maildir >> and adds it to the notmuch database. Th

Re: [ANN] notmuch-deliver

2011-01-11 Thread Thomas Schwinge
Hallo! On Mon, 08 Nov 2010 09:50:46 -0800, Carl Worth wrote: > On Wed, 26 May 2010 17:01:34 +0300, Ali Polatel wrote: > > notmuch-deliver is a maildir delivery tool for notmuch mail indexer. It > > reads from standard input, delivers the mail to the specified maildir > > and adds it to the notmu