unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 0/2] Missing NEWS entries
@ 2011-11-16 17:53 Daniel Schoepe
  2011-11-16 17:53 ` [PATCH 1/2] NEWS entry for adding tab-completion to notmuch-search Daniel Schoepe
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Daniel Schoepe @ 2011-11-16 17:53 UTC (permalink / raw)
  To: notmuch

Here are the two missing news entries for the two patches of
mine that were applied recently.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 1/2] NEWS entry for adding tab-completion to notmuch-search
  2011-11-16 17:53 [PATCH 0/2] Missing NEWS entries Daniel Schoepe
@ 2011-11-16 17:53 ` Daniel Schoepe
  2011-11-16 17:53 ` [PATCH 2/2] NEWS entry for id-links Daniel Schoepe
  2011-11-16 18:39 ` [PATCH 0/2] Missing NEWS entries David Bremner
  2 siblings, 0 replies; 8+ messages in thread
From: Daniel Schoepe @ 2011-11-16 17:53 UTC (permalink / raw)
  To: notmuch

Add a news entry for commit6a280088e6769015ade7758b9790384997a21ff3.
---
 NEWS |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index f236505..ff12ca6 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,14 @@ Add "notmuch count --output" option
   The count command is now capable of counting threads in addition to
   messages. This is selected using the new --output=(threads|messages) option.
 
+New emacs UI features
+---------------------
+
+Add tab-completion for notmuch-search and notmuch-search-filter
+
+  These functions now support completion tags for query parts
+  starting with "tag:".
+
 Performance
 -----------
 
-- 
1.7.7.2

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 2/2] NEWS entry for id-links
  2011-11-16 17:53 [PATCH 0/2] Missing NEWS entries Daniel Schoepe
  2011-11-16 17:53 ` [PATCH 1/2] NEWS entry for adding tab-completion to notmuch-search Daniel Schoepe
@ 2011-11-16 17:53 ` Daniel Schoepe
  2011-11-16 18:04   ` Dmitry Kurochkin
  2011-11-16 18:39 ` [PATCH 0/2] Missing NEWS entries David Bremner
  2 siblings, 1 reply; 8+ messages in thread
From: Daniel Schoepe @ 2011-11-16 17:53 UTC (permalink / raw)
  To: notmuch

This adds a NEWS entry for commit 4a4ada73b751b1916c5dc4d408a8056411566e38
---
 NEWS |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index ff12ca6..a2fa69f 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,11 @@ Add tab-completion for notmuch-search and notmuch-search-filter
   These functions now support completion tags for query parts
   starting with "tag:".
 
+Turn "id:MSG-ID" links into buttons associated with notmuch searches
+
+  Text of the form "id:MSG-ID" in mails is now a clickable button that
+  opens a notmuch search for the given message id.
+
 Performance
 -----------
 
@@ -93,7 +98,6 @@ New functions
 
   notmuch_database_begin_atomic and notmuch_database_end_atomic allow
   multiple database operations to be performed atomically.
-
   notmuch_database_find_message_by_filename does exactly what it says.
 
 API changes
-- 
1.7.7.2

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH 2/2] NEWS entry for id-links
  2011-11-16 17:53 ` [PATCH 2/2] NEWS entry for id-links Daniel Schoepe
@ 2011-11-16 18:04   ` Dmitry Kurochkin
  2011-11-16 18:09     ` [PATCH v2 1/2] NEWS entry for adding tab-completion to notmuch-search daniel
                       ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Dmitry Kurochkin @ 2011-11-16 18:04 UTC (permalink / raw)
  To: Daniel Schoepe, notmuch

On Wed, 16 Nov 2011 18:53:13 +0100, Daniel Schoepe <daniel@schoepe.org> wrote:
> This adds a NEWS entry for commit 4a4ada73b751b1916c5dc4d408a8056411566e38
> ---
>  NEWS |    6 +++++-
>  1 files changed, 5 insertions(+), 1 deletions(-)
> 
> diff --git a/NEWS b/NEWS
> index ff12ca6..a2fa69f 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -41,6 +41,11 @@ Add tab-completion for notmuch-search and notmuch-search-filter
>    These functions now support completion tags for query parts
>    starting with "tag:".
>  
> +Turn "id:MSG-ID" links into buttons associated with notmuch searches
> +
> +  Text of the form "id:MSG-ID" in mails is now a clickable button that
> +  opens a notmuch search for the given message id.
> +
>  Performance
>  -----------
>  
> @@ -93,7 +98,6 @@ New functions
>  
>    notmuch_database_begin_atomic and notmuch_database_end_atomic allow
>    multiple database operations to be performed atomically.
> -

There is an unrelated white space change here...

Regards,
  Dmitry

>    notmuch_database_find_message_by_filename does exactly what it says.
>  
>  API changes
> -- 
> 1.7.7.2
> 
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH v2 1/2] NEWS entry for adding tab-completion to notmuch-search
  2011-11-16 18:04   ` Dmitry Kurochkin
@ 2011-11-16 18:09     ` daniel
       [not found]     ` <1321466963-29702-1-git-send-email-y>
  2011-11-16 18:18     ` [PATCH " David Bremner
  2 siblings, 0 replies; 8+ messages in thread
From: daniel @ 2011-11-16 18:09 UTC (permalink / raw)
  To: notmuch

From: Daniel Schoepe <daniel@schoepe.org>

Add a news entry for commit6a280088e6769015ade7758b9790384997a21ff3.
---
 NEWS |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index f236505..ff12ca6 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,14 @@ Add "notmuch count --output" option
   The count command is now capable of counting threads in addition to
   messages. This is selected using the new --output=(threads|messages) option.
 
+New emacs UI features
+---------------------
+
+Add tab-completion for notmuch-search and notmuch-search-filter
+
+  These functions now support completion tags for query parts
+  starting with "tag:".
+
 Performance
 -----------
 
-- 
1.7.7.2

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH v2 2/2] NEWS entry for id-links
       [not found]     ` <1321466963-29702-1-git-send-email-y>
@ 2011-11-16 18:09       ` daniel
  0 siblings, 0 replies; 8+ messages in thread
From: daniel @ 2011-11-16 18:09 UTC (permalink / raw)
  To: notmuch

From: Daniel Schoepe <daniel@schoepe.org>

This adds a NEWS entry for commit 4a4ada73b751b1916c5dc4d408a8056411566e38
---
 NEWS |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index ff12ca6..044a51e 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,11 @@ Add tab-completion for notmuch-search and notmuch-search-filter
   These functions now support completion tags for query parts
   starting with "tag:".
 
+Turn "id:MSG-ID" links into buttons associated with notmuch searches
+
+  Text of the form "id:MSG-ID" in mails is now a clickable button that
+  opens a notmuch search for the given message id.
+
 Performance
 -----------
 
-- 
1.7.7.2

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH 2/2] NEWS entry for id-links
  2011-11-16 18:04   ` Dmitry Kurochkin
  2011-11-16 18:09     ` [PATCH v2 1/2] NEWS entry for adding tab-completion to notmuch-search daniel
       [not found]     ` <1321466963-29702-1-git-send-email-y>
@ 2011-11-16 18:18     ` David Bremner
  2 siblings, 0 replies; 8+ messages in thread
From: David Bremner @ 2011-11-16 18:18 UTC (permalink / raw)
  To: Dmitry Kurochkin, Daniel Schoepe, notmuch

On Wed, 16 Nov 2011 22:04:05 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:
> On Wed, 16 Nov 2011 18:53:13 +0100, Daniel Schoepe <daniel@schoepe.org> wrote:
> 
> There is an unrelated white space change here...
> 

Sigh. I should have caught that. OK, cleaned up now.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/2] Missing NEWS entries
  2011-11-16 17:53 [PATCH 0/2] Missing NEWS entries Daniel Schoepe
  2011-11-16 17:53 ` [PATCH 1/2] NEWS entry for adding tab-completion to notmuch-search Daniel Schoepe
  2011-11-16 17:53 ` [PATCH 2/2] NEWS entry for id-links Daniel Schoepe
@ 2011-11-16 18:39 ` David Bremner
  2 siblings, 0 replies; 8+ messages in thread
From: David Bremner @ 2011-11-16 18:39 UTC (permalink / raw)
  To: Daniel Schoepe, notmuch

On Wed, 16 Nov 2011 18:53:11 +0100, Daniel Schoepe <daniel@schoepe.org> wrote:
> Here are the two missing news entries for the two patches of
> mine that were applied recently.

pushed

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-11-16 18:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-16 17:53 [PATCH 0/2] Missing NEWS entries Daniel Schoepe
2011-11-16 17:53 ` [PATCH 1/2] NEWS entry for adding tab-completion to notmuch-search Daniel Schoepe
2011-11-16 17:53 ` [PATCH 2/2] NEWS entry for id-links Daniel Schoepe
2011-11-16 18:04   ` Dmitry Kurochkin
2011-11-16 18:09     ` [PATCH v2 1/2] NEWS entry for adding tab-completion to notmuch-search daniel
     [not found]     ` <1321466963-29702-1-git-send-email-y>
2011-11-16 18:09       ` [PATCH v2 2/2] NEWS entry for id-links daniel
2011-11-16 18:18     ` [PATCH " David Bremner
2011-11-16 18:39 ` [PATCH 0/2] Missing NEWS entries David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).