branch: externals/notmuch-indicator
commit d25ece77e8ead14e6f37a2d8c05f19cb60362164
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Update notmuch-indicator to version 1.3.0
---
 CHANGELOG.org        | 43 +++++++++++++++++++++++++++++++++++++++++++
 README.org           | 12 +++++-------
 notmuch-indicator.el |  2 +-
 3 files changed, 49 insertions(+), 8 deletions(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index eccacd3dab..bc228bc2c2 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -9,6 +9,49 @@ project's main git repository: 
<https://github.com/protesilaos/notmuch-indicator
 The newest release is at the top.  For further details, please consult
 the manual: <https://protesilaos.com/emacs/notmuch-indicator>.
 
+* 1.3.0 on 2026-01-18
+:PROPERTIES:
+:CUSTOM_ID: h:e0d9caf2-b419-4bce-8521-f4ba5dff8b08
+:END:
+
+This version adds quality-of-life refinements to a stable package.
+
+** The ~notmuch-indicator-mode~ sets up the ~notmuch-after-tag-hook~
+:PROPERTIES:
+:CUSTOM_ID: h:2651878e-1104-4652-93a8-288b3d8d9dca
+:END:
+
+The indicator will be updated whenever a message's tags change. This
+way users do not need to rely on the timer-based method that we have
+always had.
+
+** The ~notmuch-indicator-refresh-count~ can be set to ~nil~
+:PROPERTIES:
+:CUSTOM_ID: h:032712b7-6394-44e5-965d-da122b33a5fb
+:END:
+
+Doing so has the effect of disabling the timer-based refresh of the
+indicator. It will now be updated only when some event happens, such
+as with the aforementioned change to tags or after the invocation of
+any of the commands listed in the user option 
~notmuch-indicator-force-refresh-commands~.
+
+** More configuration file paths
+:PROPERTIES:
+:CUSTOM_ID: h:b4ad9000-0a59-4e7e-9a96-0288b72a7b6d
+:END:
+
+When checking for the ~notmuch~ configuration file, we now also
+consider these two filesystem paths:
+
+- =$HOME/.config/notmuch/$NOTMUCH_PROFILE/config=
+- =$HOME/.config/notmuch/default/config=
+
+Thanks to Yejun Su for the contribution in pull request 6:
+<https://github.com/protesilaos/notmuch-indicator/pull/6>.
+
+The change is small, meaning that Yejun Su does not need to assign
+copyright to the Free Software Foundation.
+
 * 1.2.0 on 2024-05-11
 :PROPERTIES:
 :CUSTOM_ID: h:59674a50-c1b7-4ca3-92ce-2b986bc3f0bf
diff --git a/README.org b/README.org
index 37cdd40a9e..9b15a1a185 100644
--- a/README.org
+++ b/README.org
@@ -4,9 +4,9 @@
 #+language: en
 #+options: ':t toc:nil author:t email:t num:t
 #+startup: content
-#+macro: stable-version 1.2.0
-#+macro: release-date 2024-05-11
-#+macro: development-version 1.3.0-dev
+#+macro: stable-version 1.3.0
+#+macro: release-date 2026-01-18
+#+macro: development-version 1.4.0-dev
 #+export_file_name: notmuch-indicator.texi
 #+texinfo_filename: notmuch-indicator.info
 #+texinfo_dir_category: Emacs misc features
@@ -77,8 +77,7 @@ The indicator is displayed when ~notmuch-indicator-mode~ is 
enabled.
 The indicator is refreshed via the ~notmuch-after-tag-hook~, the
 ~notmuch-indicator-force-refresh-commands~, and/or after
 ~notmuch-indicator-refresh-count~ seconds. Those are covered further
-below. [ The inclusion of the ~notmuch-after-tag-hook~ is part of
-{{{development-version}}}. ]
+below.
 
 #+vindex: notmuch-indicator-args
 The user option ~notmuch-indicator-args~ provides the means to define
@@ -167,8 +166,7 @@ The user option ~notmuch-indicator-refresh-count~ 
determines how often
 the indicator is automatically refreshed, in seconds. If its value is
 ~nil~, then the indicator is never refreshed automatically: that
 happens only as part of the ~notmuch-indicator-force-refresh-commands~
-and/or the ~notmuch-after-tag-hook~. [ The ~notmuch-indicator-refresh-count~
-can be ~nil~ as part of {{{development-version}}}. ]
+and/or the ~notmuch-after-tag-hook~.
 
 #+vindex: notmuch-indicator-force-refresh-commands
 The user option ~notmuch-indicator-force-refresh-commands~ accepts as
diff --git a/notmuch-indicator.el b/notmuch-indicator.el
index 58c9cb0dfb..08b28a4e20 100644
--- a/notmuch-indicator.el
+++ b/notmuch-indicator.el
@@ -5,7 +5,7 @@
 ;; Author: Protesilaos Stavrou <[email protected]>
 ;; Maintainer: Protesilaos Stavrou <[email protected]>
 ;; URL: https://github.com/protesilaos/notmuch-indicator
-;; Version: 1.2.0
+;; Version: 1.3.0
 ;; Package-Requires: ((emacs "27.1"))
 ;; Keywords: convenience, mail
 

Reply via email to