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

2011-06-01 Thread Dmitry Kurochkin
Hi Carl. On Wed, 01 Jun 2011 22:10:07 -0700, Carl Worth wrote: > On Sat, 28 May 2011 14:51:49 -0700, Jameson Graef Rollins > wrote: > Hi Jamie, > > I've pushed the next few patches up to this point, (with only one > functional change---I fixed a new test case to correctly use > notmuch_search_

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

2011-06-01 Thread Carl Worth
On Sat, 28 May 2011 14:51:49 -0700, Jameson Graef Rollins wrote: Hi Jamie, I've pushed the next few patches up to this point, (with only one functional change---I fixed a new test case to correctly use notmuch_search_sanitize to avoid spurious failures unmatching thread ID values). This patch,

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

2011-06-01 Thread Carl Worth
ation/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110601/a964bb01/attachment.pgp>

Re: Multiple sender identities (composing)

2011-06-01 Thread Brian May
On 1 June 2011 16:42, Thomas Jost wrote: > There's a function that changes the signature according to the From > header in the message I sent on this list yesterday > (id:"87pqmznczk@thor.loria.fr", near the end of the message). > > Thanks for the pointer, it seems to work fine. -- Brian May

Re: [PATCH 07/25] test: remove json test for search null result, since it's being more properly tested in search-output

2011-06-01 Thread Carl Worth
On Sat, 28 May 2011 14:51:42 -0700, Jameson Graef Rollins wrote: > The test in json was inferior to the one in search-output, since it > wasn't properly testing for the presence of a trailing newline. Hi Jamie, I've pushed the series up to this point now, (along with the vim improvements that w

[PATCH 07/25] test: remove json test for search null result, since it's being more properly tested in search-output

2011-06-01 Thread Carl Worth
t -- 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/20110601/21a185c5/attachment.pgp>

Re: [PATCH 01/25] fix check for libdir in ldconfig paths

2011-06-01 Thread Jameson Graef Rollins
On Wed, 01 Jun 2011 16:22:19 -0700, Carl Worth wrote: > Thanks for the patch. I was intrigued about what was actually broken > here, so tracked down the problem and fixed it with an alternate patch > (see below). Cool. Yeah, that issue took a while to track down. jamie. pgpWidel4eYpy.pgp Desc

[PATCH 01/25] fix check for libdir in ldconfig paths

2011-06-01 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/20110601/49d13ddc/attachment.pgp>

Re: [PATCH 01/25] fix check for libdir in ldconfig paths

2011-06-01 Thread Carl Worth
On Sat, 28 May 2011 14:51:36 -0700, Jameson Graef Rollins wrote: > The configure script tries to check that the libdir is included in the > ldconfig paths, and then sets the RPATH compiler flag if it's not. > This check was broken, and was always setting RPATH. This fixes the > path check. Than

[PATCH 01/25] fix check for libdir in ldconfig paths

2011-06-01 Thread Carl Worth
IFS +if [ "$libdir_in_ldconfig" = '0' ]; then + printf "No (will set RPATH)\n" +else + printf "Yes\n" +fi else printf "Unknown.\n" cat <http://notmuchmail.org/pipermail/notmuch/attachments/20110601/49a31951/attachment.pgp>

Multiple sender identities (composing)

2011-06-01 Thread Brian May
ment was scrubbed... URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110601/6047500c/attachment.html>

[python] get all messages of a thread

2011-06-01 Thread Brian May
ly always did so. -- Brian May -- next part -- An HTML attachment was scrubbed... URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110601/226b4f92/attachment.html>

Re: compile error of current git on F15

2011-06-01 Thread Jameson Graef Rollins
On Wed, 01 Jun 2011 05:35:29 -0700, Dirk Hohndel wrote: > This used to work and used to be supported and was broken in a recent > notmuch patch. Hey, Dirk. I would actually say that support for gmime 2.6 was merely coincidental up until now. For all functionality we had been using, the API in 2

compile error of current git on F15

2011-06-01 Thread Jameson Graef Rollins
/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110601/61ca4254/attachment.pgp>

Multiple sender identities (composing)

2011-06-01 Thread Thomas Jost
-- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110601/7d70b203/attachment.pgp>

Re: compile error of current git on F15

2011-06-01 Thread Dirk Hohndel
On Tue, 31 May 2011 12:29:28 -0400, Daniel Kahn Gillmor wrote: Non-text part: multipart/signed > i'm CC'ing the upstream lead developer of gmime here to see if he has > any thoughts (and can correct any misrepresentations from me) -- Hi Jeffrey! > > On 05/30/2011 02:43 PM, Jameson Graef Rollins

compile error of current git on F15

2011-06-01 Thread Dirk Hohndel
On Tue, 31 May 2011 12:29:28 -0400, Daniel Kahn Gillmor wrote: Non-text part: multipart/signed > i'm CC'ing the upstream lead developer of gmime here to see if he has > any thoughts (and can correct any misrepresentations from me) -- Hi Jeffrey! > > On 05/30/2011 02:43 PM, Jameson Graef Rollins w