PATCH: notmuch-mutt.rc macros (with correct commit msg)

2012-08-06 Thread Jani Nikula

On Sun, 27 May 2012, Jason Ryan  wrote:
> Ref: id:"20120527004107.GA4869 at Centurion"
>
> Please find attached the patch with a descriptive commit message?

Hi, this patch no longer applies to master, so I've tagged it as
notmuch::stale. (See http://nmbug.tethera.net/status/)

>
> /J
>
> -- 
>
> http://jasonwryan.com/  [GnuPG Key: B1BD4E40]
>
>
> From 9dd4db8dfeafb6464cccf81cb78038b7a252d080 Mon Sep 17 00:00:00 2001
> From: jasonwryan 
> Date: Sun, 27 May 2012 12:34:27 +1200
> Subject: [PATCH] Small fix to two macros in notmuch-mutt.rc
>
> A couple of minor fixes to ensure that the two macros,
> for  and  work as advertised.
> ---
>  contrib/notmuch-mutt/notmuch-mutt.rc |8 
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/contrib/notmuch-mutt/notmuch-mutt.rc 
> b/contrib/notmuch-mutt/notmuch-mutt.rc
> index c0ff000..38ad584 100644
> --- a/contrib/notmuch-mutt/notmuch-mutt.rc
> +++ b/contrib/notmuch-mutt/notmuch-mutt.rc
> @@ -2,8 +2,8 @@ macro index  \
>"unset wait_keynotmuch-mutt 
> --prompt search`echo 
> ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`" \
>"notmuch: search mail"
>  macro index  \
> -  "unset wait_keynotmuch-mutt 
> thread`echo 
> ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`set
>  wait_key" \
> -  "notmuch: reconstruct thread"
> +  "unset wait_keyunignore 
> message-idnotmuch-mutt 
> thread`echo 
> ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`set
>  wait_key" \
> +  "search and reconstruct owning thread with notmuch"
>  macro index  \
> -  "unset wait_keynotmuch-mutt tag 
> -inbox" \
> -  "notmuch: remove message from inbox"
> +  "unset wait_keyunignore 
> message-idnotmuch-mutt -- tag -inbox" \
> +  "remove message from inbox with notmuch"
> -- 
> 1.7.10.2
>
> ___
> notmuch mailing list
> notmuch at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch


Re: PATCH: notmuch-mutt.rc macros (with correct commit msg)

2012-08-06 Thread Jani Nikula

On Sun, 27 May 2012, Jason Ryan  wrote:
> Ref: id:"20120527004107.GA4869@Centurion"
>
> Please find attached the patch with a descriptive commit messageā€¦

Hi, this patch no longer applies to master, so I've tagged it as
notmuch::stale. (See http://nmbug.tethera.net/status/)

>
> /J
>
> -- 
>
> http://jasonwryan.com/  [GnuPG Key: B1BD4E40]
>
>
> From 9dd4db8dfeafb6464cccf81cb78038b7a252d080 Mon Sep 17 00:00:00 2001
> From: jasonwryan 
> Date: Sun, 27 May 2012 12:34:27 +1200
> Subject: [PATCH] Small fix to two macros in notmuch-mutt.rc
>
> A couple of minor fixes to ensure that the two macros,
> for  and  work as advertised.
> ---
>  contrib/notmuch-mutt/notmuch-mutt.rc |8 
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/contrib/notmuch-mutt/notmuch-mutt.rc 
> b/contrib/notmuch-mutt/notmuch-mutt.rc
> index c0ff000..38ad584 100644
> --- a/contrib/notmuch-mutt/notmuch-mutt.rc
> +++ b/contrib/notmuch-mutt/notmuch-mutt.rc
> @@ -2,8 +2,8 @@ macro index  \
>"unset wait_keynotmuch-mutt 
> --prompt search`echo 
> ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`" \
>"notmuch: search mail"
>  macro index  \
> -  "unset wait_keynotmuch-mutt 
> thread`echo 
> ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`set
>  wait_key" \
> -  "notmuch: reconstruct thread"
> +  "unset wait_keyunignore 
> message-idnotmuch-mutt 
> thread`echo 
> ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`set
>  wait_key" \
> +  "search and reconstruct owning thread with notmuch"
>  macro index  \
> -  "unset wait_keynotmuch-mutt tag 
> -inbox" \
> -  "notmuch: remove message from inbox"
> +  "unset wait_keyunignore 
> message-idnotmuch-mutt -- tag -inbox" \
> +  "remove message from inbox with notmuch"
> -- 
> 1.7.10.2
>
> ___
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


PATCH: notmuch-mutt.rc macros (with correct commit msg)

2012-05-27 Thread Jason Ryan
Ref: id:"20120527004107.GA4869 at Centurion"

Please find attached the patch with a descriptive commit message?

/J

-- 

http://jasonwryan.com/  [GnuPG Key: B1BD4E40]


-- next part --


PATCH: notmuch-mutt.rc macros (with correct commit msg)

2012-05-27 Thread Jason Ryan
Ref: id:"20120527004107.GA4869@Centurion"

Please find attached the patch with a descriptive commit messageā€¦

/J

-- 

http://jasonwryan.com/  [GnuPG Key: B1BD4E40]


From 9dd4db8dfeafb6464cccf81cb78038b7a252d080 Mon Sep 17 00:00:00 2001
From: jasonwryan 
Date: Sun, 27 May 2012 12:34:27 +1200
Subject: [PATCH] Small fix to two macros in notmuch-mutt.rc

A couple of minor fixes to ensure that the two macros,
for  and  work as advertised.
---
 contrib/notmuch-mutt/notmuch-mutt.rc |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/contrib/notmuch-mutt/notmuch-mutt.rc 
b/contrib/notmuch-mutt/notmuch-mutt.rc
index c0ff000..38ad584 100644
--- a/contrib/notmuch-mutt/notmuch-mutt.rc
+++ b/contrib/notmuch-mutt/notmuch-mutt.rc
@@ -2,8 +2,8 @@ macro index  \
   "unset wait_keynotmuch-mutt --prompt 
search`echo 
${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`" \
   "notmuch: search mail"
 macro index  \
-  "unset wait_keynotmuch-mutt 
thread`echo 
${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`set 
wait_key" \
-  "notmuch: reconstruct thread"
+  "unset wait_keyunignore 
message-idnotmuch-mutt 
thread`echo 
${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`set 
wait_key" \
+  "search and reconstruct owning thread with notmuch"
 macro index  \
-  "unset wait_keynotmuch-mutt tag 
-inbox" \
-  "notmuch: remove message from inbox"
+  "unset wait_keyunignore 
message-idnotmuch-mutt -- tag -inbox" \
+  "remove message from inbox with notmuch"
-- 
1.7.10.2



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