unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 1/2] NEWS: notmuch insert, search updates
@ 2014-11-10 19:27 Jani Nikula
  2014-11-10 19:27 ` [PATCH 2/2] NEWS: functions in emacs notmuch-show-stash-mlarchive-link-alist Jani Nikula
  0 siblings, 1 reply; 3+ messages in thread
From: Jani Nikula @ 2014-11-10 19:27 UTC (permalink / raw)
  To: notmuch

News for

- cli: add support for notmuch search --duplicate=N with --output=messages
- cli/insert: add post-insert hook
- cli/insert: require succesful message indexing for success statu
---
 NEWS | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/NEWS b/NEWS
index 7a121e4b7c79..0b51a6eb4327 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,29 @@ Stopped `notmuch dump` failing if someone writes to the database
   process already has the write lock the dump will not start, so
   script callers should still check the return value.
 
+`notmuch insert` requires succesful message indexing for success status
+
+  Previously the `notmuch insert` subcommand indicated success even if
+  the message indexing failed, as long as the message was delivered to
+  file system. This could have lead to delivered messages missing
+  tags, etc. `notmuch insert` is now more strict, also requiring
+  succesful indexing for success status. Use the new `--keep` option
+  to revert to the old behaviour (keeping the delivered message file
+  and returning success even if indexing fails).
+
+`notmuch insert` has gained support for `post-insert` hook
+
+  The new `post-insert` hook is run after message delivery, similar to
+  `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 search` now supports `--duplicate=N` option with `--output=messages`
+
+  Complementing the `notmuch search --duplicate=N --output=files`
+  options, the new `--duplicate=N --output=messages` combination
+  limits output of message IDs to messages matching search terms that
+  have at least `N` files associated with them.
+
 Emacs Interface
 ---------------
 
-- 
2.1.1

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

* [PATCH 2/2] NEWS: functions in emacs notmuch-show-stash-mlarchive-link-alist
  2014-11-10 19:27 [PATCH 1/2] NEWS: notmuch insert, search updates Jani Nikula
@ 2014-11-10 19:27 ` Jani Nikula
  2014-11-11  7:16   ` David Bremner
  0 siblings, 1 reply; 3+ messages in thread
From: Jani Nikula @ 2014-11-10 19:27 UTC (permalink / raw)
  To: notmuch

News for emacs: allow functions in
notmuch-show-stash-mlarchive-link-alist.
---
 NEWS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/NEWS b/NEWS
index 0b51a6eb4327..8d7ed0af0963 100644
--- a/NEWS
+++ b/NEWS
@@ -56,6 +56,15 @@ Improved `q` binding in notmuch buffers
   buffer if there are multiple windows showing the buffer. If only a
   single window is showing the buffer, it is killed.
 
+`notmuch-show-stash-mlarchive-link-alist` now supports functions
+
+  Some list archives may use a more complicated scheme for referring
+  to messages than just concatenated URL and message ID. For example,
+  patchwork requires a query to translate message ID to a patchwork
+  patch ID. `notmuch-show-stash-mlarchive-link-alist` now supports
+  functions to better cover such cases. See the help documentation for
+  the variable for details.
+
 Library changes
 ---------------
 
-- 
2.1.1

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

* Re: [PATCH 2/2] NEWS: functions in emacs notmuch-show-stash-mlarchive-link-alist
  2014-11-10 19:27 ` [PATCH 2/2] NEWS: functions in emacs notmuch-show-stash-mlarchive-link-alist Jani Nikula
@ 2014-11-11  7:16   ` David Bremner
  0 siblings, 0 replies; 3+ messages in thread
From: David Bremner @ 2014-11-11  7:16 UTC (permalink / raw)
  To: Jani Nikula, notmuch

Jani Nikula <jani@nikula.org> writes:

> News for emacs: allow functions in
> notmuch-show-stash-mlarchive-link-alist.

pushed both, to master and release.

d

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

end of thread, other threads:[~2014-11-11  7:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-10 19:27 [PATCH 1/2] NEWS: notmuch insert, search updates Jani Nikula
2014-11-10 19:27 ` [PATCH 2/2] NEWS: functions in emacs notmuch-show-stash-mlarchive-link-alist Jani Nikula
2014-11-11  7:16   ` 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).