Re: Feature request: show destination in tree view when appropriate

2022-07-21 Thread Jon Hurst
I'll just add this to the record as well in case it is useful to someone searching for examples of how to use this functionality: (defun -notmuch-flag (format-string msg) (let ((tags (plist-get msg :tags))) (format format-string (cond ((member "deleted" tags) "D")

Re: Feature request: show destination in tree view when appropriate

2022-07-19 Thread Jon Hurst
ative "Sat. 22:30" :matched 3 :total 5 :authors "David Bremner, Jon Hurst| inwit" :subject "Feature request: show destination in tree view when appropriate" :query ("id:87ilnx5mxq@tethera.net id:877d4dry2i@hursts.org.uk id:87cze468zy@tethera

Re: Feature request: show destination in tree view when appropriate

2022-07-16 Thread Jon Hurst
ree-match-author-face 'notmuch-tree-no-match-author-face))) (if (string= author "Jon Hurst") (setq author (concat "To:" (notmuch-tree-clean-address to (when (> (length author) len) (setq author (substring author 0 len))) (propertize (f

Feature request: show destination in tree view when appropriate

2022-07-16 Thread Jon Hurst
ch is much more useful. Is there any way to achieve this behaviour with notmuch, and if not, may I request it as a feature. Many thanks, Jon Hurst ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-le...@notmuchmail.org