[RFC][PATCH] tags_to_maildir_flags: Add option to not move messages from "new/" to "cur/"

2011-06-24 Thread Louis Rilling
On 24/06/11 11:19 -0400, Austin Clements wrote: > Welcome to notmuch! Thanks! > > From your description, I assume you're using both notmuch and another > MUA simultaneously. I'm betting that MUA is mutt (though please > correct me if I'm wrong). Correct :) > > Unfortunately, mutt's

[PATCH] fix sum moar typos

2011-06-24 Thread Pieter Praet
On Thu, 23 Jun 2011 16:22:27 -0700, Carl Worth wrote: Non-text part: multipart/signed > On Mon, 20 Jun 2011 22:14:21 +0200, Pieter Praet wrote: > > Various typo fixes in docs, docstrings, comments, etc... > > > > Signed-off-by: Pieter Praet > > Thanks for these fixes, Pieter! My pleasure. >

[PATCH 2/2] search --output=files: Output all filenames for each matching message

2011-06-24 Thread Mark Anderson
Messages in the database can have multiple files associated with a single message-id, but until now only one filename for each message has been reported by "notmuch search --output=files" Signed-off-by: Mark Anderson --- Perhaps someone can offer a little help making the "separator" code

[PATCH 1/2] test:Expect multiple filenames for message with multiple files

2011-06-24 Thread Mark Anderson
Update the test mail corpus to have two files with the same content to expose the bug where a single message with multiple filenames only reports a single filename. Update expected results for search --output=files to match new behavior for multiple files corresponding to a single message

Debian package not building

2011-06-24 Thread Jameson Graef Rollins
$ -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110624/8ca4b80a/attachment-0001.pgp>

Notmuch scripts

2011-06-24 Thread c...@te2000.cz
: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110624/a034f0ad/attachment.pgp>

Notmuch scripts

2011-06-24 Thread Carl Worth
cript is another existing candidate for contrib.) -Carl -- carl.d.worth at intel.com -- 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/20110624/2ae6ce5c/attachment.pgp>

[RFC][PATCH] tags_to_maildir_flags: Add option to not move messages from "new/" to "cur/"

2011-06-24 Thread Austin Clements
Welcome to notmuch! >From your description, I assume you're using both notmuch and another MUA simultaneously. I'm betting that MUA is mutt (though please correct me if I'm wrong). Unfortunately, mutt's interpretation of maildir doesn't agree with the rest of the world. I don't know of any

[PATCH] libnotmuch: fix typo in CLEAN setting, add file

2011-06-24 Thread Carl Worth
tachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110624/3636d507/attachment.pgp>

[PATCH] libnotmuch: fix typo in CLEAN setting, add file

2011-06-24 Thread da...@tethera.net
From: David Bremner - c0961e6 introduced a missing slash and - cdf1c70a created a file and neglected to add it to clean The former seems to have been harmless, so maybe someone (Carl?) can check if $(dir)/$(LIBNAME) really needs to be removed? --- lib/Makefile.local |4

[PATCH] test: remove useless test_emacs call from an emacs FCC test

2011-06-24 Thread Dmitry Kurochkin
--- test/emacs |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/test/emacs b/test/emacs index 9b5d485..6f82b08 100755 --- a/test/emacs +++ b/test/emacs @@ -124,7 +124,6 @@ mkdir -p mail/sent-string/new mkdir -p mail/sent-string/tmp test_begin_subtest "notmuch-fcc-dirs

[PATCH 14/25] Fix old style notmuch-fcc-dirs configuration check.

2011-06-24 Thread Dmitry Kurochkin
On Thu, 23 Jun 2011 15:22:46 -0700, Carl Worth wrote: > On Sat, 04 Jun 2011 00:22:04 +0400, Dmitry Kurochkin gmail.com> wrote: > > On Fri, 03 Jun 2011 13:05:00 -0700, Carl Worth wrote: > > > > I do not think we need a test for this fix. What we need are tests for > > > > FCC functionality when

Re: [RFC][PATCH] tags_to_maildir_flags: Add option to not move messages from new/ to cur/

2011-06-24 Thread Austin Clements
Welcome to notmuch! From your description, I assume you're using both notmuch and another MUA simultaneously. I'm betting that MUA is mutt (though please correct me if I'm wrong). Unfortunately, mutt's interpretation of maildir doesn't agree with the rest of the world. I don't know of any

Notmuch scripts

2011-06-24 Thread ccx
Hello list! As some of you know I have written several scripts that aid using notmuch, including an alternative to the notmuch-mutt perl script. Since Carl Worth consented to include them into official distribution I am now cleaning them up, writing docs and extending it so it covers all

Re: [PATCH] libnotmuch: fix typo in CLEAN setting, add file

2011-06-24 Thread Carl Worth
On Fri, 24 Jun 2011 07:53:44 -0300, da...@tethera.net wrote: From: David Bremner brem...@debian.org Hi David, Thanks for the fix. A couple of nit-picky comments on the commit itself first: - c0961e6 introduced a missing slash and - cdf1c70a created a file and neglected to add it to clean

Re: Notmuch scripts

2011-06-24 Thread Carl Worth
On Fri, 24 Jun 2011 13:28:21 +0200, c...@te2000.cz wrote: As some of you know I have written several scripts that aid using notmuch, including an alternative to the notmuch-mutt perl script. Thanks for sharing these, Jan! Since Carl Worth consented to include them into official distribution

Re: [PATCH] fix sum moar typos

2011-06-24 Thread Pieter Praet
On Thu, 23 Jun 2011 16:22:27 -0700, Carl Worth cwo...@cworth.org wrote: Non-text part: multipart/signed On Mon, 20 Jun 2011 22:14:21 +0200, Pieter Praet pie...@praet.org wrote: Various typo fixes in docs, docstrings, comments, etc... Signed-off-by: Pieter Praet pie...@praet.org Thanks

Re: [RFC][PATCH] tags_to_maildir_flags: Add option to not move messages from new/ to cur/

2011-06-24 Thread Louis Rilling
On 24/06/11 11:19 -0400, Austin Clements wrote: Welcome to notmuch! Thanks! From your description, I assume you're using both notmuch and another MUA simultaneously. I'm betting that MUA is mutt (though please correct me if I'm wrong). Correct :) Unfortunately, mutt's interpretation