unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 6fcebff91bb12891975d609cc5b3e2a772430262 1144 bytes (raw)
name: emacs/notmuch-tagger.el 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 
;; notmuch-tagger.el --- Library to improve the way tags are displayed
;;
;; Copyright © Damien Cassou
;;
;; This file is part of Notmuch.
;;
;; Notmuch is free software: you can redistribute it and/or modify it
;; under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;;
;; Notmuch is distributed in the hope that it will be useful, but
;; WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
;; General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with Notmuch.  If not, see <http://www.gnu.org/licenses/>.
;;
;; Authors: Damien Cassou <damien.cassou@gmail.com>
;;; Commentary:
;;
;;; Code:
;;

(defun notmuch-tagger-format-tags-header-line (tags)
  "Format TAGS as a `mode-line-format' template.
The result is suitable for inclusion in `header-line-format'."
  (list
   "("
   (notmuch-intersperse tags " ")
   ")"))

(provide 'notmuch-tagger)
;;; notmuch-tagger.el ends here

debug log:

solving 6fcebff ...
found 6fcebff in https://yhetil.org/notmuch/1355149964-27905-2-git-send-email-damien.cassou@gmail.com/ ||
	https://yhetil.org/notmuch/1355216437-21109-2-git-send-email-damien.cassou@gmail.com/ ||
	https://yhetil.org/notmuch/1355404167-31750-2-git-send-email-damien.cassou@gmail.com/

applying [1/1] https://yhetil.org/notmuch/1355149964-27905-2-git-send-email-damien.cassou@gmail.com/
diff --git a/emacs/notmuch-tagger.el b/emacs/notmuch-tagger.el
new file mode 100644
index 0000000..6fcebff

Checking patch emacs/notmuch-tagger.el...
Applied patch emacs/notmuch-tagger.el cleanly.

skipping https://yhetil.org/notmuch/1355216437-21109-2-git-send-email-damien.cassou@gmail.com/ for 6fcebff
skipping https://yhetil.org/notmuch/1355404167-31750-2-git-send-email-damien.cassou@gmail.com/ for 6fcebff
index at:
100644 6fcebff91bb12891975d609cc5b3e2a772430262	emacs/notmuch-tagger.el

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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).