X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=3a7038796ec6bf6240f5ff0ae887269a18c745a3;hb=404c6121e5b255850052eea55d88f65c9c439590;hp=5d601acf4da0aca87677005d7158a458075fb6fc;hpb=ca5ae54cb1aa91dc2c3ba9372d70d6fa080851d8;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 5d601acf..3a703879 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -174,7 +174,7 @@ diagonal." :notify #'notmuch-hello-widget-search :notmuch-search-terms (cdr elem) (format "%s " (car elem))) - (insert (make-string (1- (- widest (length (car elem)))) ? ))) + (insert (make-string (1+ (- widest (length (car elem)))) ? ))) (setq count (1+ count)) (if (eq (% count tags-per-line) 0) (widget-insert "\n"))))