utf-8 in author field

2010-10-29 Thread Carl Worth
: <http://notmuchmail.org/pipermail/notmuch/attachments/20101029/10e5ea6f/attachment-0001.pgp>

[PATCH 0/4] Maildir synchronization

2010-10-29 Thread Carl Worth
-- 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/20101029/7c7fbeea/attachment.pgp>

rfc: improved MIME handling (multipart)

2010-10-29 Thread Carl Worth
commit messages. Thanks! -Carl -- carl.d.worth at intel.com -- 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/20101029/e780ba53/attachment.pgp>

couple of naive questions about search patterns

2010-10-29 Thread Carl Worth
pplication/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20101029/277834ca/attachment.pgp>

SpamAssassin or: why can't I search for »[«?

2010-10-29 Thread Carl Worth
he wrong terminology for Xapian, and I might have some details wrong, but the basic idea is hopefully correct. -- carl.d.worth at intel.com -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available

[PATCH] notmuch.pod: pod version of documentation, converted by rman, massaged by hand.

2010-10-29 Thread Carl Worth
you do additional work if you don't feel like it. ;-) -- 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/20101029

fix problem with notmuch-hello-nice-number

2010-10-29 Thread Carl Worth
On Thu, 10 Jun 2010 08:05:13 +0100, David Edmondson wrote: > On Wed, 09 Jun 2010 07:49:01 -0700, Dirk Hohndel > wrote: > > Without this little patch notmuch fails with current git if there's a > > saved search that has zero results > > How about: ... >(setq n (/ n 1000))) > +(setq

[PATCH] emacs: Re-work the implementation of highlighting in notmuch-search-mode.

2010-10-29 Thread Carl Worth
e Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20101029/d3db8a4e/attachment.pgp>

[PATCH 2/3] build: fix DSO dependencies

2010-10-29 Thread Carl Worth
-- 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/20101029/2cd9303d/attachment.pgp>

[PATCH] Don't involve the shell in notmuch searches

2010-10-29 Thread Carl Worth
t 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/20101029/2f261fc4/attachment.pgp>

Fix missing References from broken muas.

2010-10-29 Thread Carl Worth
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/20101029/93bd66ae/attachment.pgp>

[PATCH] notmuch-setup.c: Initialize getline(3) response_size to 0

2010-10-29 Thread Carl Worth
.worth at intel.com -- 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/20101029/32ce5436/attachment.pgp>

Notmuch scripters rejoice! New "notmuch search --output=(...)"

2010-10-29 Thread François Gannaz
On 2010-10-28, Carl Worth wrote: > I just added a new feature to notmuch that I've been wanting for a very > long time. It's a new option to "notmuch search" as follows: > > --output=(summary|threads|messages|files|tags) > > The "summary" value is the default and behaves as "notmuch

Notmuch scripters rejoice! New "notmuch search --output=(...)"

2010-10-29 Thread Sebastian Spaeth
URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20101029/b84a6926/attachment.pgp>

Where should I pull notmuch from?

2010-10-29 Thread Michal Sojka
On Wed, 27 Oct 2010, Christophe-Marie Duquesne wrote: > seen from older posts that some work has been done directly on > notmuch: > http://notmuch.198994.n3.nabble.com/PATCH-0-4-Maildir-synchronization-v2-td1694007.html#a1694007 > > Are this patches pulled on the official notmuch or should I use

Re: [PATCH] notmuch-setup.c: Initialize getline(3) response_size to 0

2010-10-29 Thread Carl Worth
On Thu, 14 Oct 2010 14:18:19 -0400, Mike Kelly pi...@pioto.org wrote: This appears to be necessary on FreeBSD. If this isn't done, we get a nasty segfault. Thanks. I've pushed this out. I didn't have that initialized originally, because the documentation I have for getline on my Linux machine

Re: Fix missing References from broken muas.

2010-10-29 Thread Carl Worth
On Sat, 08 May 2010 14:36:26 +0200, Arvid Picciani a...@exys.org wrote: Most of my mail comes from the 50MLs i'm subscribed to. Unfortunately some MUAs suck that much, they don't even respond in threads. My idea how to fix them would be: People have previously asked for a feature to combine

Re: fix problem with notmuch-hello-nice-number

2010-10-29 Thread Carl Worth
On Thu, 10 Jun 2010 08:05:13 +0100, David Edmondson d...@dme.org wrote: On Wed, 09 Jun 2010 07:49:01 -0700, Dirk Hohndel hohn...@infradead.org wrote: Without this little patch notmuch fails with current git if there's a saved search that has zero results How about: ... (setq n (/

[PATCH 1/2] build: fix DSO dependencies

2010-10-29 Thread Felipe Contreras
From: Carl Worth cwo...@cworth.org At least on Fedora 13, this doesn't link; the linker finds the dependencies, and aborts saying we should include them. /usr/bin/ld: gmime-filter-reply.o: undefined reference to symbol 'g_mime_filter_set_size' /usr/bin/ld: note: 'g_mime_filter_set_size' is

[PATCH 2/2] build: only link to what we really use

2010-10-29 Thread Felipe Contreras
At least linux has the -Wl,--as-needed option. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- Makefile.local |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile.local b/Makefile.local index 9fed725..70c395a 100644 --- a/Makefile.local +++

Re: [PATCH 2/3] build: fix DSO dependencies

2010-10-29 Thread Felipe Contreras
Hello, On Sat, Oct 30, 2010 at 12:37 AM, Carl Worth cwo...@cworth.org wrote: On Sat,  5 Jun 2010 14:05:14 +0300, Felipe Contreras felipe.contre...@gmail.com wrote: At least on Fedora 13, this doesn't link; the linker finds the dependencies, and aborts saying we should include them. ... We

Re: rfc: improved MIME handling (multipart)

2010-10-29 Thread Carl Worth
On Mon, 10 May 2010 11:33:03 +0100, David Edmondson d...@dme.org wrote: A (third) attempt at improved MIME handling, specifically for multipart, is at: http://github.com/dme/notmuch/tree/mp3 git://github.com/dme/notmuch.git (branch 'mp3') Hi David, I went to pull this, but I couldn't

Re: [PATCH 0/4] Maildir synchronization

2010-10-29 Thread Carl Worth
On Thu, 10 Jun 2010 06:59:02 +0200, Michal Sojka sojk...@fel.cvut.cz wrote: This is a known limitation. From id:1273580061-22580-3-git-send-email-sojk...@fel.cvut.cz: The reason is that when you view the message its unread tag is removed which leads to rename of the file, but Emacs

Re: utf-8 in author field

2010-10-29 Thread Carl Worth
On Mon, 17 May 2010 09:56:27 +0200, Michal Sojka sojk...@fel.cvut.cz wrote: On Fri, 14 May 2010, Igor Shenderovich wrote: What should one do to see the true list of authors? I encounter the same when headers are not encoded properly according to RFC 2047. I commonly see the violation of