[PATCH] Build-Depend on libgmime-2.6-dev | libgmime2.4-dev

2012-02-09 Thread Daniel Kahn Gillmor
libgmime-2.6-dev entered debian unstable today. If 2.6 is available, notmuch should build against 2.6 instead of 2.4, as 2.6 is the current upstream stable version of libgmime. --- debian/control |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/control

A big thank you for the major tagging speedup

2012-02-09 Thread Florian Friesdorf
OFTC -- 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/20120209/31104900/attachment.pgp>

[PATCH v2 2/2] emacs: support text/calendar mime type

2012-02-09 Thread Jani Nikula
Replace text/x-vcalendar with text/calendar, while maintaining support and backwards compatibility for text/x-vcalendar. Code by David Edmondson --- emacs/notmuch-show.el |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el

[PATCH v2 1/2] emacs: support defining a list of alternative parts to show

2012-02-09 Thread Jani Nikula
Make notmuch-show-all-multipart/alternative-parts accept a list of regexps to match the part types to determine which parts to show in addition to the preferred types. This allows the user to force display some alternative part types while normally showing just the preferred ones. Signed-off-by:

[PATCH v4 2/4] reply: Add a JSON reply format.

2012-02-09 Thread Dmitry Kurochkin
Hi Adam. On Wed, 8 Feb 2012 17:21:54 -0700, Adam Wolfe Gordon wrote: > This new JSON format for replies includes headers generated for a > reply message as well as the headers of the original message. Using > this data, a client can intelligently create a reply. For

A big thank you for the major tagging speedup

2012-02-09 Thread Tomi Ollila
On Wed, 8 Feb 2012 22:20:54 -0600, Michael Roth wrote: > Anyone know what commit fixed this? Curious whether I'm using or not > already No, you're not. id:"1328719731-13402-1-git-send-email-dmitry.kurochkin at gmail.com" Will do this. Tomi PS: Top-post, yack ;) > On Feb 8, 2012 3:13 PM,

[PATCH] emacs: cleanup and simplify `notmuch-show-archive-thread' and related functions

2012-02-09 Thread Tomi Ollila
On Wed, 8 Feb 2012 20:48:51 +0400, Dmitry Kurochkin wrote: > Recent changes in notmuch-show tagging introduced some code > duplication. The patch cleanups and simplifies > `notmuch-show-archive-thread' function by using > `notmuch-show-tag-all', no longer used function are removed. After > the

A big thank you for the major tagging speedup

2012-02-09 Thread Jani Nikula
On Thu, 09 Feb 2012 09:57:30 +0200, Tomi Ollila wrote: > On Wed, 8 Feb 2012 22:20:54 -0600, Michael Roth wrote: > > Anyone know what commit fixed this? Curious whether I'm using or not > > already > > No, you're not. id:"1328719731-13402-1-git-send-email-dmitry.kurochkin at > gmail.com" > >

[PATCH] emacs: cleanup and simplify `notmuch-show-archive-thread' and related functions

2012-02-09 Thread David Edmondson
Looks good. -- 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/20120209/3a30/attachment.pgp>

Re: [PATCH] emacs: cleanup and simplify `notmuch-show-archive-thread' and related functions

2012-02-09 Thread David Edmondson
Looks good. pgp7PuoeYBhaR.pgp Description: PGP signature ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Re: A big thank you for the major tagging speedup

2012-02-09 Thread Jani Nikula
On Thu, 09 Feb 2012 09:57:30 +0200, Tomi Ollila tomi.oll...@iki.fi wrote: On Wed, 8 Feb 2012 22:20:54 -0600, Michael Roth mdr...@utexas.edu wrote: Anyone know what commit fixed this? Curious whether I'm using or not already No, you're not.

Re: A big thank you for the major tagging speedup

2012-02-09 Thread Florian Friesdorf
On Thu, 09 Feb 2012 08:52:25 +, Jani Nikula j...@nikula.org wrote: On Thu, 09 Feb 2012 09:57:30 +0200, Tomi Ollila tomi.oll...@iki.fi wrote: On Wed, 8 Feb 2012 22:20:54 -0600, Michael Roth mdr...@utexas.edu wrote: Anyone know what commit fixed this? Curious whether I'm using or not

[PATCH v2 1/2] emacs: support defining a list of alternative parts to show

2012-02-09 Thread Jani Nikula
Make notmuch-show-all-multipart/alternative-parts accept a list of regexps to match the part types to determine which parts to show in addition to the preferred types. This allows the user to force display some alternative part types while normally showing just the preferred ones. Signed-off-by:

[PATCH v2 2/2] emacs: support text/calendar mime type

2012-02-09 Thread Jani Nikula
Replace text/x-vcalendar with text/calendar, while maintaining support and backwards compatibility for text/x-vcalendar. Code by David Edmondson d...@dme.org --- emacs/notmuch-show.el |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch-show.el

[PATCH] Build-Depend on libgmime-2.6-dev | libgmime2.4-dev

2012-02-09 Thread Daniel Kahn Gillmor
libgmime-2.6-dev entered debian unstable today. If 2.6 is available, notmuch should build against 2.6 instead of 2.4, as 2.6 is the current upstream stable version of libgmime. --- debian/control |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/control

Re: [PATCH v4 2/4] reply: Add a JSON reply format.

2012-02-09 Thread Adam Wolfe Gordon
Hi Dmitry, On Thu, Feb 9, 2012 at 00:22, Dmitry Kurochkin dmitry.kuroch...@gmail.com wrote: Reply now enforces that only one message is returned, as the semantics of replying to multiple messages are not wel-defined. s/wel/well/ Oops! git filter-branch to the rescue :-). Show is modified