[PATCH] News for emacs saved-searches change.

2014-04-11 Thread Tomi Ollila
On Wed, Apr 09 2014, Mark Walters  wrote:

> ---
> The important point is that the changed search variable is not forward
> compatible (it *is* backwards compatible): that is previous version of
> notmuch-emacs will be unusable with a new style notmuch-saved-search
> variable.

the above part could be before '---' so that it is added to the commit
message, too. 

>
> Best wishes
>
> Mark
>
>
>
>  NEWS |   17 +
>  1 file changed, 17 insertions(+)
>
> diff --git a/NEWS b/NEWS
> index d4f4ea4..8aa4182 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -15,6 +15,23 @@ Command-Line Interface
>  Emacs Interface
>  ---
>  
> +Changed format for saved searches.
> +
> +  The format for `notmuch-saved-searches` has changed, but old style
> +  saved searches are still supported. The new style means that a saved
> +  search can store the desired sort order for the search, and it can
> +  store a separate query to use for generating the count notmuch
> +  shows.
> +
> +  The variable is fully customizable and any configuration done
> +  through customize should `just work', with the additional options

I'm afraid the `just work' work badly when contained in markdown page
(perhaps *just work*?).

Tomi


> +  mentioned above. For manual customization see the documentation for
> +  `notmuch-saved-searches`.
> +
> +  IMPORTANT: a new style notmuch-saved-searches variable will break
> +  previous versions of notmuch-emacs (even search will not work); to
> +  fix remove the customization for notmuch-saved-searches.
> +
>  Bug fix for saved searches with newlines in them.
>  
>Split lines confuse `notmuch count --batch`, so we remove embedded
> -- 
> 1.7.10.4


[PATCH] News for emacs saved-searches change.

2014-04-11 Thread David Bremner
Tomi Ollila  writes:
>
> I'm afraid the `just work' work badly when contained in markdown page
> (perhaps *just work*?).
>

sorry missed that. Care to fixup my mess? ;)

d


Re: [PATCH] News for emacs saved-searches change.

2014-04-11 Thread Tomi Ollila
On Wed, Apr 09 2014, Mark Walters markwalters1...@gmail.com wrote:

 ---
 The important point is that the changed search variable is not forward
 compatible (it *is* backwards compatible): that is previous version of
 notmuch-emacs will be unusable with a new style notmuch-saved-search
 variable.

the above part could be before '---' so that it is added to the commit
message, too. 


 Best wishes

 Mark



  NEWS |   17 +
  1 file changed, 17 insertions(+)

 diff --git a/NEWS b/NEWS
 index d4f4ea4..8aa4182 100644
 --- a/NEWS
 +++ b/NEWS
 @@ -15,6 +15,23 @@ Command-Line Interface
  Emacs Interface
  ---
  
 +Changed format for saved searches.
 +
 +  The format for `notmuch-saved-searches` has changed, but old style
 +  saved searches are still supported. The new style means that a saved
 +  search can store the desired sort order for the search, and it can
 +  store a separate query to use for generating the count notmuch
 +  shows.
 +
 +  The variable is fully customizable and any configuration done
 +  through customize should `just work', with the additional options

I'm afraid the `just work' work badly when contained in markdown page
(perhaps *just work*?).

Tomi


 +  mentioned above. For manual customization see the documentation for
 +  `notmuch-saved-searches`.
 +
 +  IMPORTANT: a new style notmuch-saved-searches variable will break
 +  previous versions of notmuch-emacs (even search will not work); to
 +  fix remove the customization for notmuch-saved-searches.
 +
  Bug fix for saved searches with newlines in them.
  
Split lines confuse `notmuch count --batch`, so we remove embedded
 -- 
 1.7.10.4
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] News for emacs saved-searches change.

2014-04-11 Thread David Bremner
Mark Walters markwalters1...@gmail.com writes:

 ---
 The important point is that the changed search variable is not forward
 compatible (it *is* backwards compatible): that is previous version of
 notmuch-emacs will be unusable with a new style notmuch-saved-search
 variable.

pushed, with that paragraph as commit message
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] News for emacs saved-searches change.

2014-04-11 Thread David Bremner
Tomi Ollila tomi.oll...@iki.fi writes:

 I'm afraid the `just work' work badly when contained in markdown page
 (perhaps *just work*?).


sorry missed that. Care to fixup my mess? ;)

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


[PATCH] News for emacs saved-searches change.

2014-04-09 Thread Mark Walters
---
The important point is that the changed search variable is not forward
compatible (it *is* backwards compatible): that is previous version of
notmuch-emacs will be unusable with a new style notmuch-saved-search
variable.

Best wishes

Mark



 NEWS |   17 +
 1 file changed, 17 insertions(+)

diff --git a/NEWS b/NEWS
index d4f4ea4..8aa4182 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,23 @@ Command-Line Interface
 Emacs Interface
 ---

+Changed format for saved searches.
+
+  The format for `notmuch-saved-searches` has changed, but old style
+  saved searches are still supported. The new style means that a saved
+  search can store the desired sort order for the search, and it can
+  store a separate query to use for generating the count notmuch
+  shows.
+
+  The variable is fully customizable and any configuration done
+  through customize should `just work', with the additional options
+  mentioned above. For manual customization see the documentation for
+  `notmuch-saved-searches`.
+
+  IMPORTANT: a new style notmuch-saved-searches variable will break
+  previous versions of notmuch-emacs (even search will not work); to
+  fix remove the customization for notmuch-saved-searches.
+
 Bug fix for saved searches with newlines in them.

   Split lines confuse `notmuch count --batch`, so we remove embedded
-- 
1.7.10.4



[PATCH] News for emacs saved-searches change.

2014-04-09 Thread Mark Walters
---
The important point is that the changed search variable is not forward
compatible (it *is* backwards compatible): that is previous version of
notmuch-emacs will be unusable with a new style notmuch-saved-search
variable.

Best wishes

Mark



 NEWS |   17 +
 1 file changed, 17 insertions(+)

diff --git a/NEWS b/NEWS
index d4f4ea4..8aa4182 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,23 @@ Command-Line Interface
 Emacs Interface
 ---
 
+Changed format for saved searches.
+
+  The format for `notmuch-saved-searches` has changed, but old style
+  saved searches are still supported. The new style means that a saved
+  search can store the desired sort order for the search, and it can
+  store a separate query to use for generating the count notmuch
+  shows.
+
+  The variable is fully customizable and any configuration done
+  through customize should `just work', with the additional options
+  mentioned above. For manual customization see the documentation for
+  `notmuch-saved-searches`.
+
+  IMPORTANT: a new style notmuch-saved-searches variable will break
+  previous versions of notmuch-emacs (even search will not work); to
+  fix remove the customization for notmuch-saved-searches.
+
 Bug fix for saved searches with newlines in them.
 
   Split lines confuse `notmuch count --batch`, so we remove embedded
-- 
1.7.10.4

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