X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=28f39f19a8cb4724642e51b522d2b64282139510;hb=6acd61dad91cb1b5c43261a3c6cf7583ecf16f13;hp=e9caade5d4c1e6ad5fe2f6d76c63182d527c9212;hpb=596a2076dcc1ebec2dc217f6d967397ef125aac4;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index e9caade5..28f39f19 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -461,7 +461,7 @@ Such a list can be computed with `notmuch-hello-query-counts'." ;; just insert `(- widest (length name))' spaces - the ;; column separator is included in the button if ;; `(equal widest (length name)'. - (widget-insert (make-string (max 1 + (widget-insert (make-string (max 0 (- widest (length name))) ? ))))) (setq count (1+ count))