diff options
author | jao <jao@gnu.org> | 2020-07-10 15:19:13 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-07-10 15:19:13 +0100 |
commit | d20944171c05350b2621e719ae26111e6b883470 (patch) | |
tree | 9206a1ebb0a8d504110e1075a1400926d1feae75 | |
parent | d5aeb0de1b95f792a31efb26d89d61d8439d6dce (diff) | |
download | elibs-d20944171c05350b2621e719ae26111e6b883470.tar.gz elibs-d20944171c05350b2621e719ae26111e6b883470.tar.bz2 |
fix the above
-rw-r--r-- | net/jao-maildir.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/jao-maildir.el b/net/jao-maildir.el index bedaa7f..93269aa 100644 --- a/net/jao-maildir.el +++ b/net/jao-maildir.el @@ -63,7 +63,7 @@ (s (if (string-empty-p s) s (concat s " ")))) (setq jao-maildir-mode-line-string (format "%s%s" total s)) (when (and jao-maildir-echo-p (not (string-empty-p s))) - (message "Mail%s" s)) + (message "Mail %s" s)) (force-mode-line-update t)))) (defvar jao-maildir--watches nil) |