X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=f3ff3af586dfd2a2fe76a990711fcb1ac4d6d3f5;hb=703136c57bc7a22edcc9b28ad3e9ff2a8dbdc3b3;hp=822387ddee860173a9022b2bdbf83e09c79119f7;hpb=9cf89a3c049bce8374333ad69d97e78a6c6d8b2d;p=notmuch diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index 822387dd..f3ff3af5 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -355,6 +355,14 @@ OBJECT." (setq pos next)))) object) +(defun notmuch-combine-face-text-property-string (string face &optional below) + (notmuch-combine-face-text-property + 0 + (length string) + face + below + string)) + (defun notmuch-logged-error (msg &optional extra) "Log MSG and EXTRA to *Notmuch errors* and signal MSG.