2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
+ * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
+
* nnimap.el (nnimap-open-connection): Revert the change that would look
into authinfo for imaps instead of imap.
(when (> (length mode-string) max-len)
(setq mode-string
(concat (truncate-string-to-width mode-string (- max-len 3))
- "...")))
- ;; Pad the mode string a bit.
- (setq mode-string (format (format "%%-%ds" max-len) mode-string))))
+ "...")))))
;; Update the mode line.
(setq mode-line-buffer-identification
(gnus-mode-line-buffer-identification (list mode-string)))