branch: externals/notmuch-indicator
commit d24ae8718a3686723ff0526e591027933ecab426
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add outline headings
---
 notmuch-indicator.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/notmuch-indicator.el b/notmuch-indicator.el
index ba70ef5dd2..45bf5d8f00 100644
--- a/notmuch-indicator.el
+++ b/notmuch-indicator.el
@@ -35,6 +35,8 @@
   "WORK-IN-PROGRESS."
   :group 'notmuch)
 
+;;;; User options
+
 (defcustom notmuch-indicator-args
   '((:terms "tag:unread and tag:inbox" :label "@"))
   "List of plists specifying terms for notmuch count.
@@ -72,6 +74,8 @@ It probably is better to not set this to a very low number."
   :type 'number
   :group 'notmuch-indicator)
 
+;;;; Helper functions and the minor-mode
+
 (defun notmuch-indicator--return-count ()
   "Parse `notmuch-indicator-args' and format them as single string."
   (mapconcat

Reply via email to