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

2022-07-19 Thread inwit
On Sat Jul 16, 2022 at 3:23 PM CEST, Jon Hurst wrote: > For the record: > > (defun -notmuch-authors-or-to (format-string result) (let* ((headers > (plist-get result :headers)) (match (plist-get result :match)) (to (plist-get > headers :To)) (author (notmuch-tree-clean-address (plist-get headers :Fr

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

2022-07-19 Thread Jon Hurst
> (defun inwit/notmuch-search-authors-or-to (format-string result) > (let* ((headers (plist-get result :headers)) > (to (plist-get headers :To)) > (author (plist-get headers :From))) >(format format-string > (if (string-match "inwit" author) > (concat "To: "