Re: [PATCH] create and set temporary home directory

2011-05-06 Thread Florian Friesdorf
Hi Jamie, any chance of getting this patch into 0.6? It would enable me to run the tests for the nixos package without patching. You could pull it from: git://github.com/chaoflow/notmuch.git branch: for-review/test-fixes commit: d8842075b1ff6f008e60aced5f4e0b4d7ac79515 regards On Mon, 18 Apr

Re: [PATCH] create and set temporary home directory

2011-05-06 Thread Jameson Graef Rollins
On Fri, 06 May 2011 11:09:19 +0200, Florian Friesdorf wrote: > any chance of getting this patch into 0.6? Hi, Florian. Yes, I have included this patch in the release-candidate/0.6 branch. jamie. pgpkckcJzTQkq.pgp Description: PGP signature ___ notmu

release-candidate/0.6

2011-05-06 Thread Jameson Graef Rollins
Hi, folks. As some of you already know, I am trying to put together a release candidate for a 0.6 release that we can present to cworth for approval. This branch can be found in my public notmuch repository in the "release-candidate/0.6" branch: git remote add jrollins git://finestructure.net/no

vim support improvements for 0.6

2011-05-06 Thread Jameson Graef Rollins
Hi, Filipe. I notice that you have been submitting a lot of patches for vim support. As you may have seen, I'm trying to put together a release candidate for notmuch 0.6. Since I know nothing about vim, would you be willing to prepare a patch set that includes all of the patches to vim support t

Re: [PATCH] create and set temporary home directory

2011-05-06 Thread Florian Friesdorf
On Fri, 06 May 2011 12:47:35 -0700, Jameson Graef Rollins wrote: > On Fri, 06 May 2011 11:09:19 +0200, Florian Friesdorf > wrote: > > any chance of getting this patch into 0.6? > > Hi, Florian. Yes, I have included this patch in the > release-candidate/0.6 branch. great! all tests pass now o

Re: release-candidate/0.6

2011-05-06 Thread Sebastian Spaeth
On Fri, 06 May 2011 12:46:34 -0700, Jameson Graef Rollins wrote: > I might try to add a couple of more things before declaring the > candidate release-ready, but this is more-or-less it. Please start > using this branch "in production" as much as possible, so that we can > build up a chorus of s

Re: [PATCH] create and set temporary home directory

2011-05-06 Thread Carl Worth
On Mon, 18 Apr 2011 19:41:39 +0200, Florian Friesdorf wrote: > My first patch send to the list, not sure whether done properly. Just fine, Florian. Thanks for the contribution! One small thing you might do differently in the future is to tweak the email message to read exactly like a commit mess

Re: [PATCH] create and set temporary home directory

2011-05-06 Thread Florian Friesdorf
On Fri, 06 May 2011 14:06:22 -0700, Carl Worth wrote: (..) thx for all the suggestions - mail marked and will reread before the next patch. -- Florian Friesdorf GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083 Jabber/XMPP: f...@chaoflow.net IRC: chaoflow on freenode,ircnet,blafase

[PATCH] search --format=sanitized_text

2011-05-06 Thread Florian Friesdorf
In the release-candidate/0.6, the emacs UI is still not able to handle messages where control characters are contained in the Subject: or Author: fields. As suggested by Pieter Prat, I turned Andreas Amann's patch into a separate format. The patch works and is very useful for me. Is the general

[PATCH] implement search --format=sanitized_text + emacs UI to use it

2011-05-06 Thread Florian Friesdorf
Sanitize "Subject:" and "Author:" fields to not contain control characters for sanitized_text format. When a Subject field contains encoded CRLF sequences, these sequences would appear unfiltered in the output of notmuch search. This confused the notmuch emacs interface leading to "Unexpected Outp

patch submission guide (was Re: [PATCH] create and set temporary home directory)

2011-05-06 Thread Florian Friesdorf
Hi Carl, On Fri, 06 May 2011 14:06:22 -0700, Carl Worth wrote: > On Mon, 18 Apr 2011 19:41:39 +0200, Florian Friesdorf > wrote: > > My first patch send to the list, not sure whether done properly. > > Just fine, Florian. Thanks for the contribution! > > One small thing you might do different

Re: release-candidate/0.6

2011-05-06 Thread Florian Friesdorf
On Fri, 06 May 2011 12:46:34 -0700, Jameson Graef Rollins wrote: > Hi, folks. As some of you already know, I am trying to put together a > release candidate for a 0.6 release that we can present to cworth for > approval. This branch can be found in my public notmuch repository in > the "release

Re: [PATCH] implement search --format=sanitized_text + emacs UI to use it

2011-05-06 Thread Austin Clements
Perhaps text summary output should *always* do this. The text summary format is meant half for user consumption and half for emacs consumption and allowing newlines that don't indicate the end of a summary line seems bad for *both* use cases. On Fri, May 6, 2011 at 7:17 PM, Florian Friesdorf wro

Re: release-candidate/0.6

2011-05-06 Thread James Vasile
Thanks for pulling this together. I sent two patches to the list on March 16. They were a bug fix to allow notmuch to correctly handle some poorly formatted email. Nobody ever replied, but I'd like to see the bug fixed nonetheless, as it results in unreadable mail. Since I've actually seen such

Re: [PATCH] implement search --format=sanitized_text + emacs UI to use it

2011-05-06 Thread Florian Friesdorf
On Fri, 6 May 2011 19:55:26 -0400, Austin Clements wrote: > Perhaps text summary output should *always* do this. The text summary > format is meant half for user consumption and half for emacs > consumption and allowing newlines that don't indicate the end of a > summary line seems bad for *both*

Re: release-candidate/0.6

2011-05-06 Thread Florian Friesdorf
On Fri, 06 May 2011 19:56:30 -0400, James Vasile wrote: > Thanks for pulling this together. > > I sent two patches to the list on March 16. They were a bug fix to > allow notmuch to correctly handle some poorly formatted email. Nobody > ever replied, but I'd like to see the bug fixed nonethele

Re: [PATCH] implement search --format=sanitized_text + emacs UI to use it

2011-05-06 Thread Jameson Graef Rollins
On Fri, 6 May 2011 19:55:26 -0400, Austin Clements wrote: > Perhaps text summary output should *always* do this. The text summary > format is meant half for user consumption and half for emacs > consumption and allowing newlines that don't indicate the end of a > summary line seems bad for *both*

Re: release-candidate/0.6

2011-05-06 Thread Tim Gray
On May 06, 2011 at 07:56 PM -0400, James Vasile wrote: Thanks for pulling this together. I sent two patches to the list on March 16. They were a bug fix to allow notmuch to correctly handle some poorly formatted email. Nobody ever replied, but I'd like to see the bug fixed nonetheless, as it

[PATCH] create and set temporary home directory

2011-05-06 Thread Florian Friesdorf
- Florian Friesdorf GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083 Jabber/XMPP: flo at chaoflow.net IRC: chaoflow on freenode,ircnet,blafasel,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/20110506/5117fc95/attachment.pgp>

[PATCH] create and set temporary home directory

2011-05-06 Thread Jameson Graef Rollins
ble Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110506/0e983010/attachment.pgp>

release-candidate/0.6

2011-05-06 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/20110506/2f846e24/attachment.pgp>

vim support improvements for 0.6

2011-05-06 Thread Jameson Graef Rollins
mail.org/pipermail/notmuch/attachments/20110506/0f516cc3/attachment.pgp>

[PATCH] create and set temporary home directory

2011-05-06 Thread Florian Friesdorf
Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110506/3529d596/attachment.pgp>

release-candidate/0.6

2011-05-06 Thread Sebastian Spaeth
Spaeth -- 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/20110506/9d463279/attachment.pgp>

[PATCH] create and set temporary home directory

2011-05-06 Thread Carl Worth
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/20110506/ca25f918/attachment.pgp>

[PATCH] create and set temporary home directory

2011-05-06 Thread Florian Friesdorf
,blafasel,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/20110506/dcc012e0/attachment-0001.pgp>

[PATCH] implement search --format=sanitized_text + emacs UI to use it

2011-05-06 Thread Austin Clements
Perhaps text summary output should *always* do this. The text summary format is meant half for user consumption and half for emacs consumption and allowing newlines that don't indicate the end of a summary line seems bad for *both* use cases. On Fri, May 6, 2011 at 7:17 PM, Florian Friesdorf wro

release-candidate/0.6

2011-05-06 Thread James Vasile
Thanks for pulling this together. I sent two patches to the list on March 16. They were a bug fix to allow notmuch to correctly handle some poorly formatted email. Nobody ever replied, but I'd like to see the bug fixed nonetheless, as it results in unreadable mail. Since I've actually seen such

[PATCH] implement search --format=sanitized_text + emacs UI to use it

2011-05-06 Thread Jameson Graef Rollins
--- 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/20110506/c644e96d/attachment.pgp>

release-candidate/0.6

2011-05-06 Thread Tim Gray
On May 06, 2011 at 07:56 PM -0400, James Vasile wrote: >Thanks for pulling this together. > >I sent two patches to the list on March 16. They were a bug fix to > >allow notmuch to correctly handle some poorly formatted email. Nobody >ever replied, but I'd like to see the bug fixed nonetheless, a