Re: [notmuch] [PATCH] Make search filters handle disjunctive queries.

2009-12-02 Thread Jan Janak
Jed, On 02-12 14:46, Jed Brown wrote: On Wed, 2 Dec 2009 14:18:08 +0100, Jan Janak j...@ryngle.com wrote: I haven't been really following this thread in detail. What is that you need from notmuch-select-tag-with-completion? To be able to process a list of tags separated by spaces? Maybe

Re: [notmuch] [PATCH] Make search filters handle disjunctive queries.

2009-12-02 Thread Jed Brown
Jan, thanks for looking into this. On Wed, 2 Dec 2009 15:38:54 +0100, Jan Janak j...@ryngle.com wrote: This seems close enough to what you want and maybe we could somehow make it work with notmuch, too. This would be interesting to have, because then we could complete multiple tag names with a

[notmuch] [PATCH (rebased)] Handle message renames in mail spool

2009-12-02 Thread Mikhail Gusarov
In order to handle message renames the following changes were deemed necessary: * Mtime check on individual files was disabled. As files may be moved around without changing their mtime, it's necessary to parse them even if they appear old in case old message was moved. mtime check on directories

[notmuch] [PATCH 2/2] * free the response data from 'prompt'

2009-12-02 Thread Dirk-Jan C. Binnema
Free the results of the prompt; this patch does the minimal job for that. It may be nice to refactor the function a bit. Signed-off-by: Dirk-Jan C. Binnema --- notmuch-setup.c | 15 +-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/notmuch-setup.c

[notmuch] [PATCH 1/2] * notmuch-config: fix small leak from 'g_key_file_to_data'

2009-12-02 Thread Dirk-Jan C. Binnema
Signed-off-by: Dirk-Jan C. Binnema --- notmuch-config.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/notmuch-config.c b/notmuch-config.c index fc65d6b..95430db 100644 --- a/notmuch-config.c +++ b/notmuch-config.c @@ -317,9 +317,11 @@ notmuch_config_save

[notmuch] Problem building notmuch

2009-12-02 Thread Steen Manniche
Den Tue, Dec 01, 2009 at 05:46:04PM +0100 skrev Jed Brown: > On Tue, 1 Dec 2009 10:33:05 +0100, Steen Manniche > wrote: > > Probably unusable system info: > > % uname -a > > Linux algorithm 2.6.31-ARCH #1 SMP PREEMPT Fri Oct 23 11:12:58 CEST > > 2009 i686 Intel(R) Core(TM)2 Duo CPU P9500 @

[notmuch] [PATCH] Make search filters handle disjunctive queries.

2009-12-02 Thread Jed Brown
A patch for notmuch-search-filter follows, my change to notmuch-search-filter-by-tag is not very useful since notmuch-select-tag-with-completion does not allow a space to be inserted. I don't know how to get completion on multiple space-separated terms. On Tue, 01 Dec 2009 18:56:59 -0800, Carl

[notmuch] [PATCH] Make search filters handle disjunctive queries.

2009-12-02 Thread Jed Brown
notmuch-search-filter now accepts an arbitrary query and will group if necessary so that we get tag:inbox AND (gravy OR biscuits) instead of the former tag:inbox AND gravy OR biscuits Signed-off-by: Jed Brown --- notmuch.el |5 - 1 files changed, 4 insertions(+), 1 deletions(-)

[notmuch] [PATCH -v2] notmuch.el: Support for customizing search result display

2009-12-02 Thread Aneesh Kumar K.V
From: Aneesh Kumar K.V This patch helps in customizing search result display similar to mutt's index_format. The customization is done by defining an alist as below (setq notmuch-search-result-format '(("date" . "%s ") ("authors" .

[notmuch] [PATCH] Make search filters handle disjunctive queries.

2009-12-02 Thread Jan Janak
On 02-12 11:59, Jed Brown wrote: > A patch for notmuch-search-filter follows, my change to > notmuch-search-filter-by-tag is not very useful since > notmuch-select-tag-with-completion does not allow a space to be > inserted. I don't know how to get completion on multiple > space-separated terms.

[notmuch] [PATCH] Make search filters handle disjunctive queries.

2009-12-02 Thread Jed Brown
On Wed, 2 Dec 2009 14:18:08 +0100, Jan Janak wrote: > I haven't been really following this thread in detail. What is that you need > from notmuch-select-tag-with-completion? To be able to process a list of tags > separated by spaces? Maybe I could help you with that. No, it would need to take

[notmuch] [PATCH] Make search filters handle disjunctive queries.

2009-12-02 Thread Jan Janak
Jed, On 02-12 14:46, Jed Brown wrote: > On Wed, 2 Dec 2009 14:18:08 +0100, Jan Janak wrote: > > I haven't been really following this thread in detail. What is that you need > > from notmuch-select-tag-with-completion? To be able to process a list of > > tags > > separated by spaces? Maybe I

[notmuch] [PATCH] Make search filters handle disjunctive queries.

2009-12-02 Thread Jed Brown
Jan, thanks for looking into this. On Wed, 2 Dec 2009 15:38:54 +0100, Jan Janak wrote: > This seems close enough to what you want and maybe we could somehow make it > work with notmuch, too. This would be interesting to have, because then we > could complete multiple tag names with a single TAB

[notmuch] Snippet to jump to message in Gnus from notmuch-show buffer

2009-12-02 Thread Carl Worth
On Fri, 27 Nov 2009 23:10:30 +0100, Tassilo Horn wrote: > Well, if you only want to have a look at a maildir or mbox, and don't > want to make the group permanent and let gnus fetch mail, then this > should do the trick. > > M-x gnus RET ;; brings you into the *Group* buffer, and then ... > |

[notmuch] Snippet to jump to message in Gnus from notmuch-show buffer

2009-12-02 Thread Adam Sjøgren
On Wed, 02 Dec 2009 12:51:41 -0800, Carl wrote: > Hrm... still seeing the same inscrutable stuff that I find every time I > try to read gnus documentation. The "I want to read my mail!" post > describes "nnml" as "a one-file-one-mail backend" but then the closest > it gets to how to use it is: >

[notmuch] [PATCH 0/4] Make tags applied by 'notmuch new' configurable.

2009-12-02 Thread Carl Worth
e fact, rather than in "notmuch new"). And yes, I realize that I'm arguing on different sides of the issue here. Trying to decide how much "notmuch new" should or shouldn't do is a tricky thing, and I'm hoping that by arguing from both sides I'll better be able to see the right answer. :-) -Carl -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091202/248e331f/attachment.pgp>

[notmuch] [PATCH 2/4] notmuch: Config option to specify tags to be applied by 'notmuch new'.

2009-12-02 Thread Carl Worth
all the function. -Carl -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091202/c3572aa1/attachment-0001.pgp>

[notmuch] [PATCH 1/2] notmuch-show: limit display to only matching messages

2009-12-02 Thread Carl Worth
e: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091202/f1d37d5f/attachment.pgp>