Re: [notmuch] Patches in support of linking from org-mode

2010-03-09 Thread Carl Worth
On Fri, 4 Dec 2009 22:26:35 -0400, da...@tethera.net wrote: These two patches are pretty much independent. The first is needed by my work in progress patch for org-mode to provide links into notmuch (http://pivot.cs.unb.ca/git/?p=org-mode.git;a=shortlog;h=refs/heads/notmuch-link). The

[notmuch] emacs: Fix for '=' in search view (to not return to top of buffer)

2010-03-09 Thread Carl Worth
We've had a regression in the emacs interface for a long time. The '=' key, (for refreshing the current search results), would obnoxiously reset the cursor to the first line of the buffer. This finally drove me sufficiently crazy that I just fixed this. Enjoy, -Carl pgpmAQK1vjbAE.pgp

Re: [notmuch] [PATCH 1/2] notmuch-reply: Add support for replying only to sender

2010-03-09 Thread Carl Worth
On Fri, 11 Dec 2009 11:01:15 +0530, Aneesh Kumar K. V aneesh.ku...@linux.vnet.ibm.com wrote: On Fri, 04 Dec 2009 11:07:54 -0800, Carl Worth cwo...@cworth.org wrote: On Thu, 3 Dec 2009 14:16:44 +0530, Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com wrote: This patch add

Re: [notmuch] [PATCH] Update documentation of notmuch_query_create

2010-03-09 Thread Carl Worth
On Sat, 05 Dec 2009 12:22:05 -0200, Fernando Carrijo fcarr...@yahoo.com.br wrote: Commit cd467caf renamed notmuch_query_search to notmuch_query_search_messages. Commit 1ba3d46f created notmuch_query_search_threads. We better keep the docs

Re: [notmuch] [PATCH 3/3] notmuch-show.c: prototype tabular output format, with output control

2010-03-09 Thread Carl Worth
On Sat, 19 Dec 2009 10:55:24 -0400, da...@tethera.net wrote: From: David Bremner brem...@unb.ca Currently this only outputs the information from the message header; i.e. the part before the rfc2822 header or body. Hi David, Are you proposing the tabular format for inclusion in notmuch? Or

Re: [notmuch] [PATCH] Fix a few documentation typos in notmuch.h

2010-03-09 Thread Carl Worth
On Sat, 05 Dec 2009 17:32:34 -0200, Fernando Carrijo fcarr...@yahoo.com.br wrote: Fix a few documentation typos in notmuch.h Thanks, Fernando! It's quite embarrassing that such a simple change could sit in my patch queue for so long. But at least notmuch never forgot about it for me... -Carl

Re: [notmuch] [PATCH] notmuch-restore.c: only update tags for messages that differ from dump file.

2010-03-09 Thread Carl Worth
On Tue, 8 Dec 2009 18:07:43 -0400, da...@tethera.net wrote: This is posting 3 of the patch. The second version fixed a bug. This version replaces calloc/realloc with talloc equivalents, prettifies the comparison function for qsort, reindents, and adds a bunch of whitespace. It's odd that

Re: [notmuch] [PATCH] Added regress option to tags iterator

2010-03-09 Thread Carl Worth
On Mon, 21 Dec 2009 19:16:49 -0800, Carl Worth cwo...@cworth.org wrote: One option is to just drop the move_ prefix. Then everything will be a two-word function. So the new proposal is: to_first has_current to_next to_last has_current to_previous get_current Better? Looking

Re: [notmuch] gpg decryption

2010-03-09 Thread Sebastian Spaeth
On 2010-03-08, Sebastian Spaeth wrote: On Mon, 08 Mar 2010 12:49:54 +0100, Sebastian Spaeth sebast...@sspaeth.de wrote: My bank frequently sends me transactions as an inline-armored gpg encrypted text. Wow! That's incredible. I assume this is a German Bank? Only in my wildest

Re: [notmuch] [PATCH] Appease the compiler.

2010-03-09 Thread Carl Worth
On Wed, 3 Mar 2010 09:31:55 +, David Edmondson d...@dme.org wrote: -char *direntry, *colon; +char *direntry = NULL, *colon; Another one that I just got around to fixing just before noticing it in the queue. Someday I'll be more caught up and not duplicating work as much. But

Re: [notmuch] [sup-devel] now in next: sup-cmd

2010-03-09 Thread Carl Worth
In a recent thread on the sup mailing list there was discussion of the similarities of the recently-added sup-cmd command-line interface with that of notmuch. And there was at least one proposal for adding some syntax to notmuch: On Fri, 05 Mar 2010 00:40:27 -0800 (PST), Nicolas Pouillard

[notmuch] Patches in support of linking from org-mode

2010-03-09 Thread Carl Worth
s scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100309/47c9c20e/attachment.pgp>

[notmuch] emacs: Fix for '=' in search view (to not return to top of buffer)

2010-03-09 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/20100309/992c0c6f/attachment.pgp>

[notmuch] [PATCH] Change From and Bcc when creating reply draft buffer

2010-03-09 Thread James Vasile
When notmuch creates a reply buffer, it guesses the From and Bcc addresses. The client is in a better position to guess these, and this patch adjusts notmuch-reply accordingly. diff --git a/notmuch.el b/notmuch.el index ab56f48..07f957e 100644 --- a/notmuch.el +++ b/notmuch.el @@ -436,10 +436,20

[notmuch] [PATCH 1/2] notmuch-reply: Add support for replying only to sender

2010-03-09 Thread Carl Worth
eparate option here. Perhaps: --recipient=all|sender or so? -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/20100309/7bc196cd/attachment.pgp>

[notmuch] [PATCH] Update documentation of notmuch_query_create

2010-03-09 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/20100309/282b81e9/attachment.pgp>

[notmuch] [PATCH 3/3] notmuch-show.c: prototype tabular output format, with output control

2010-03-09 Thread Carl Worth
available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100309/4d10bcc4/attachment.pgp>

[notmuch] [PATCH] Fix a few documentation typos in notmuch.h

2010-03-09 Thread Carl Worth
ter in the future) -- 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/20100309/a8a5a3c5/attachment.pgp>

[notmuch] [PATCH] notmuch-restore.c: only update tags for messages that differ from dump file.

2010-03-09 Thread Carl Worth
anks, -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/20100309/e307f878/attachment.pgp>

[notmuch] [PATCH] Added regress option to tags iterator

2010-03-09 Thread Carl Worth
so Ruben, if you'd like to do those within this scheme, that would be find. (Or we could wait until we have an actual use in mind for them.) Thanks, -Carl -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 b

[notmuch] Patches in support of linking from org-mode

2010-03-09 Thread David Bremner
On Tue, 09 Mar 2010 10:20:39 -0800, Carl Worth wrote: > And please let me know if you need any further changes to notmuch to > make it work better with org-mode. (A recent message on this list does > make me very interested to try out org-mode and to make sure it > integrates well with notmuch.)

[notmuch] [PATCH 3/3] notmuch-show.c: prototype tabular output format, with output control

2010-03-09 Thread David Bremner
On Tue, 09 Mar 2010 11:51:46 -0800, Carl Worth wrote: > Are you proposing the tabular format for inclusion in notmuch? > > Or does "prototype" suggest that you were just showing a demonstration > of what could be done here? > > If you do want this included, what's the motivation for this

[notmuch] [PATCH] Fix a few documentation typos in notmuch.h

2010-03-09 Thread Fernando Carrijo
Carl Worth wrote: > On Sat, 05 Dec 2009 17:32:34 -0200, Fernando Carrijo yahoo.com.br> wrote: > > Fix a few documentation typos in notmuch.h > > Thanks, Fernando! > > It's quite embarrassing that such a simple change could sit in my patch > queue for so long. But at least notmuch never forgot

[notmuch] gpg decryption

2010-03-09 Thread Sebastian Spaeth
On 2010-03-08, Sebastian Spaeth wrote: > On Mon, 08 Mar 2010 12:49:54 +0100, "Sebastian Spaeth" SSpaeth.de> wrote: > > My bank frequently sends me transactions as an inline-armored gpg > > encrypted text. > > Wow! That's incredible. I assume this is a German Bank? Only in my > wildest

[notmuch] [PATCH] Update documentation of notmuch_query_create

2010-03-09 Thread Fernando Carrijo
Carl Worth wrote: > On Sat, 05 Dec 2009 12:22:05 -0200, Fernando Carrijo yahoo.com.br> wrote: > > Commit cd467caf renamed notmuch_query_search to > > notmuch_query_search_messages. > > > > Commit 1ba3d46f created notmuch_query_search_threads. We

[notmuch] [PATCH] Appease the compiler.

2010-03-09 Thread Carl Worth
thanks for the patch, nonetheless! -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/20100309/7a0757ea/attachment.pgp>

[notmuch] [sup-devel] now in next: sup-cmd

2010-03-09 Thread Carl Worth
lable Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100309/d836a38d/attachment.pgp>