branch: externals/notmuch-indicator commit c9b7b8c2296e39c150622650a51bafbd291b7e33 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
The package is no longer a work-in-progress --- README.md | 5 ----- notmuch-indicator.el | 2 -- 2 files changed, 7 deletions(-) diff --git a/README.md b/README.md index d58bd4b5a1..a227ef9a63 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # notmuch-indicator for Emacs -WORK-IN-PROGRESS. Read the announcement: -<https://protesilaos.com/codelog/2022-09-19-emacs-notmuch-indicator-prototype/>. - -* * * - This is a simple package that renders an indicator with an email count of the `notmuch` index on the Emacs mode line. The underlying mechanism is that of `notmuch-count(1)`, which is used to find the number of items diff --git a/notmuch-indicator.el b/notmuch-indicator.el index e9556c646b..0faa7f8b99 100644 --- a/notmuch-indicator.el +++ b/notmuch-indicator.el @@ -27,8 +27,6 @@ ;;; Commentary: ;; -;; Work-in-progress. -;; ;; This is a simple package that renders an indicator with an email count ;; of the `notmuch' index on the Emacs mode line. The underlying mechanism ;; is that of `notmuch-count(1)', which is used to find the number of items