[PATCH 1/2] NEWS: notmuch address

2014-11-13 Thread David Bremner
Michal Sojka  writes:

> ---
>  NEWS | 8 
>  1 file changed, 8 insertions(+)

Pushed both patches, thanks.

d


[PATCH] News for mark read handling

2014-11-13 Thread David Bremner
markwalters1009 at gmail.com writes:

> ---
> Hi
>
> here is the news for the unread handling changes. Please feel free to
> tweak as my net access is very erratic currently.

Thanks Mark. I just capitalized one "notmuch" at the beginning of a
sentence. Otherwise it seems Good Enough (TM), so I pushed it.

Additional tidying patches for NEWS are welcome (from anyone), but
please send them soon, as I'd like to release Friday November 14.

d


[PATCH 2/2] NEWS: deprecate notmuch deliver

2014-11-13 Thread David Bremner
notmuch-deliver has no commits for about 2.5 years. notmuch-insert has
all the features that deliver does, and as far as I understand the
error handling has now caught up.
---
 NEWS | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index 0115322..ce7695a 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,13 @@ Stopped `notmuch dump` failing if someone writes to the 
database
   `post-new`. There's also a new option `notmuch insert --no-hooks` to
   skip the hook. See the notmuch-hooks(1) man page for details.

+`notmuch deliver` is deprecated
+
+  With this release we believe that `notmuch insert` has reached
+  parity with `notmuch deliver`. We recommend that all users of
+  `notmuch deliver` switch to `notmuch insert` as the former is
+  currently unmaintained.
+
 `notmuch search` now supports `--duplicate=N` option with `--output=messages`

   Complementing the `notmuch search --duplicate=N --output=files`
-- 
2.1.1



[PATCH 1/2] NEWS: add short overview section

2014-11-13 Thread David Bremner
I decided to err on the side of brevity, since the details are just
below.
---
 NEWS | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/NEWS b/NEWS
index 8df124f..0115322 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
 Notmuch 0.19~rc2 (2014-11-09)
 =

+Overview
+
+
+This release improves the reliability of `notmuch dump` and the error
+handling for `notmuch insert`. The new `notmuch address` command is
+intended to make searching for email addresses more convenient. At the
+library level the revised handling of missing messages fixes at least
+one bug in threading. The release also includes several interface
+improvements to the emacs interface, most notably the ability to bind
+keyboard shortcuts to saved searches.
+
 Command-Line Interface
 --

-- 
2.1.1



[PATCH] News for mark read handling

2014-11-13 Thread markwalters1...@gmail.com

---
Hi

here is the news for the unread handling changes. Please feel free to
tweak as my net access is very erratic currently.

Best wishes

Mark



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

diff --git a/NEWS b/NEWS
index 8d7ed0a..d8a4222 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,16 @@ Use the `j` key to access saved searches from anywhere in 
notmuch
   with the default saved searches `j i` from anywhere in notmuch will
   bring up the inbox.

+Improved handling of the unread tag
+
+  notmuch now marks an open message read (i.e., removes the unread
+  tag) if point enters the message at any time in a show buffer
+  regardless of how point got there (mouse click, cursor command, page
+  up/down, notmuch commands such as n,N etc). This fixes various
+  anomalies or bugs in the previous handling. Additionally it is
+  possible to customize the mark read handling by setting
+  `notmuch-show-mark-read-function` to a custom function.
+
 Expanded default saved search settings

   The default saved searches now include several more common searches,
-- 
1.7.10.4



Re: [PATCH 1/2] NEWS: notmuch address

2014-11-13 Thread David Bremner
Michal Sojka  writes:

> ---
>  NEWS | 8 
>  1 file changed, 8 insertions(+)

Pushed both patches, thanks.

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


Re: [PATCH] News for mark read handling

2014-11-13 Thread David Bremner
markwalters1...@gmail.com writes:

> ---
> Hi
>
> here is the news for the unread handling changes. Please feel free to
> tweak as my net access is very erratic currently.

Thanks Mark. I just capitalized one "notmuch" at the beginning of a
sentence. Otherwise it seems Good Enough (TM), so I pushed it.

Additional tidying patches for NEWS are welcome (from anyone), but
please send them soon, as I'd like to release Friday November 14.

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


[PATCH 1/2] NEWS: add short overview section

2014-11-13 Thread David Bremner
I decided to err on the side of brevity, since the details are just
below.
---
 NEWS | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/NEWS b/NEWS
index 8df124f..0115322 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
 Notmuch 0.19~rc2 (2014-11-09)
 =
 
+Overview
+
+
+This release improves the reliability of `notmuch dump` and the error
+handling for `notmuch insert`. The new `notmuch address` command is
+intended to make searching for email addresses more convenient. At the
+library level the revised handling of missing messages fixes at least
+one bug in threading. The release also includes several interface
+improvements to the emacs interface, most notably the ability to bind
+keyboard shortcuts to saved searches.
+
 Command-Line Interface
 --
 
-- 
2.1.1

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


[PATCH 2/2] NEWS: deprecate notmuch deliver

2014-11-13 Thread David Bremner
notmuch-deliver has no commits for about 2.5 years. notmuch-insert has
all the features that deliver does, and as far as I understand the
error handling has now caught up.
---
 NEWS | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index 0115322..ce7695a 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,13 @@ Stopped `notmuch dump` failing if someone writes to the 
database
   `post-new`. There's also a new option `notmuch insert --no-hooks` to
   skip the hook. See the notmuch-hooks(1) man page for details.
 
+`notmuch deliver` is deprecated
+
+  With this release we believe that `notmuch insert` has reached
+  parity with `notmuch deliver`. We recommend that all users of
+  `notmuch deliver` switch to `notmuch insert` as the former is
+  currently unmaintained.
+
 `notmuch search` now supports `--duplicate=N` option with `--output=messages`
 
   Complementing the `notmuch search --duplicate=N --output=files`
-- 
2.1.1

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


Synchronising mail and notmuch tags between machines

2014-11-13 Thread David Bremner
Edward Betts  writes:
>
> It would be helpful if the notmuch would always add the sync tag when a
> message was modified, unless the sync tag is explicitly being removed. That
> way there is no risk of me forgetting to add the sync tag when I'm modifying
> tags using the command line tools.
> -- 

Hi Edward;

You may want to look at the patch series

id:1413181203-1676-1-git-send-email-aclements at csail.mit.edu

If it helps your tool, you might even want to help polish the series so
that it can be merged upstream.

Cheers,

d


[PATCH] News for mark read handling

2014-11-13 Thread markwalters1009

---
Hi

here is the news for the unread handling changes. Please feel free to
tweak as my net access is very erratic currently.

Best wishes

Mark



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

diff --git a/NEWS b/NEWS
index 8d7ed0a..d8a4222 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,16 @@ Use the `j` key to access saved searches from anywhere in 
notmuch
   with the default saved searches `j i` from anywhere in notmuch will
   bring up the inbox.
 
+Improved handling of the unread tag
+
+  notmuch now marks an open message read (i.e., removes the unread
+  tag) if point enters the message at any time in a show buffer
+  regardless of how point got there (mouse click, cursor command, page
+  up/down, notmuch commands such as n,N etc). This fixes various
+  anomalies or bugs in the previous handling. Additionally it is
+  possible to customize the mark read handling by setting
+  `notmuch-show-mark-read-function` to a custom function.
+
 Expanded default saved search settings
 
   The default saved searches now include several more common searches,
-- 
1.7.10.4

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


Re: Synchronising mail and notmuch tags between machines

2014-11-13 Thread David Bremner
Edward Betts  writes:
>
> It would be helpful if the notmuch would always add the sync tag when a
> message was modified, unless the sync tag is explicitly being removed. That
> way there is no risk of me forgetting to add the sync tag when I'm modifying
> tags using the command line tools.
> -- 

Hi Edward;

You may want to look at the patch series

id:1413181203-1676-1-git-send-email-acleme...@csail.mit.edu

If it helps your tool, you might even want to help polish the series so
that it can be merged upstream.

Cheers,

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