[PATCH] test: remove useless test_emacs call from an emacs FCC test

2011-06-26 Thread Pieter Praet
On Thu, 23 Jun 2011 22:15:25 -0300, David Bremner  wrote:
Non-text part: multipart/mixed
Non-text part: multipart/signed
> [...] I'm going
> to skip the typo fixes for 0.6, unless convinced otherwise.

Well, the whole point of my de-typo-ifying sprint was to make 0.6 a
~typo-free release, actually :D

But... I'll be the first to admit that it bears no importance whatsoever
regarding actual day-to-day usage of Notmuch, so either way, I don't mind.

> d
> 
> P.S. It would be great if people built the release branch and reported
> any (new) problems.
Non-text part: application/pgp-signature
> ___
> notmuch mailing list
> notmuch at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch


Peace

-- 
Pieter


[1] id:"1307202852-4398-1-git-send-email-pieter at praet.org"


Re: [PATCH] test: remove useless test_emacs call from an emacs FCC test

2011-06-26 Thread Pieter Praet
On Thu, 23 Jun 2011 22:15:25 -0300, David Bremner da...@tethera.net wrote:
Non-text part: multipart/mixed
Non-text part: multipart/signed
 [...] I'm going
 to skip the typo fixes for 0.6, unless convinced otherwise.

Well, the whole point of my de-typo-ifying sprint was to make 0.6 a
~typo-free release, actually :D

But... I'll be the first to admit that it bears no importance whatsoever
regarding actual day-to-day usage of Notmuch, so either way, I don't mind.

 d
 
 P.S. It would be great if people built the release branch and reported
 any (new) problems.
Non-text part: application/pgp-signature
 ___
 notmuch mailing list
 notmuch@notmuchmail.org
 http://notmuchmail.org/mailman/listinfo/notmuch


Peace

-- 
Pieter


[1] id:1307202852-4398-1-git-send-email-pie...@praet.org
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[PATCH] test: remove useless test_emacs call from an emacs FCC test

2011-06-24 Thread Dmitry Kurochkin
---
 test/emacs |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/test/emacs b/test/emacs
index 9b5d485..6f82b08 100755
--- a/test/emacs
+++ b/test/emacs
@@ -124,7 +124,6 @@ mkdir -p mail/sent-string/new
 mkdir -p mail/sent-string/tmp

 test_begin_subtest "notmuch-fcc-dirs set to a string"
-test_emacs "(setq notmuch-fcc-dirs nil) (notmuch-mua-mail) (princ 
(buffer-string))" > OUTPUT
 test_emacs "(setq notmuch-fcc-dirs \"sent-string\") (notmuch-mua-mail) (princ 
(buffer-string))" > OUTPUT
 cat 

[PATCH] test: remove useless test_emacs call from an emacs FCC test

2011-06-23 Thread David Bremner
On Thu, 23 Jun 2011 17:12:04 -0700, Carl Worth  wrote:
> 
> Thanks for the catch. That was left over from some debugging I was doing
> while writing the patch originally.

I cherry-picked all three of these into the release branch.  I'm going
to skip the typo fixes for 0.6, unless convinced otherwise.

d

P.S. It would be great if people built the release branch and reported
any (new) problems.
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 315 bytes
Desc: not available
URL: 



[PATCH] test: remove useless test_emacs call from an emacs FCC test

2011-06-23 Thread Carl Worth
On Fri, 24 Jun 2011 03:59:33 +0400, Dmitry Kurochkin  wrote:
> ---
>  test/emacs |1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)

Thanks for the catch. That was left over from some debugging I was doing
while writing the patch originally.

All fixed.

-Carl

-- 
carl.d.worth at intel.com
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: 



[PATCH] test: remove useless test_emacs call from an emacs FCC test

2011-06-23 Thread Dmitry Kurochkin
---
 test/emacs |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/test/emacs b/test/emacs
index 9b5d485..6f82b08 100755
--- a/test/emacs
+++ b/test/emacs
@@ -124,7 +124,6 @@ mkdir -p mail/sent-string/new
 mkdir -p mail/sent-string/tmp
 
 test_begin_subtest notmuch-fcc-dirs set to a string
-test_emacs (setq notmuch-fcc-dirs nil) (notmuch-mua-mail) (princ 
(buffer-string))  OUTPUT
 test_emacs (setq notmuch-fcc-dirs \sent-string\) (notmuch-mua-mail) (princ 
(buffer-string))  OUTPUT
 cat EOF EXPECTED
 From: Notmuch Test Suite test_su...@notmuchmail.org
-- 
1.7.5.4

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] test: remove useless test_emacs call from an emacs FCC test

2011-06-23 Thread Carl Worth
On Fri, 24 Jun 2011 03:59:33 +0400, Dmitry Kurochkin 
dmitry.kuroch...@gmail.com wrote:
 ---
  test/emacs |1 -
  1 files changed, 0 insertions(+), 1 deletions(-)

Thanks for the catch. That was left over from some debugging I was doing
while writing the patch originally.

All fixed.

-Carl

-- 
carl.d.wo...@intel.com


pgppi9FO2JitG.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] test: remove useless test_emacs call from an emacs FCC test

2011-06-23 Thread David Bremner
On Thu, 23 Jun 2011 17:12:04 -0700, Carl Worth cwo...@cworth.org wrote:
 
 Thanks for the catch. That was left over from some debugging I was doing
 while writing the patch originally.

I cherry-picked all three of these into the release branch.  I'm going
to skip the typo fixes for 0.6, unless convinced otherwise.

d

P.S. It would be great if people built the release branch and reported
any (new) problems.


pgpzEOdptcEU8.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch