changeset 88239:e59b585c0d13

(rmail-summary-get-summary): Make sure sender is no longer than 25 characters.
author Henrik Enberg <henrik.enberg@telia.com>
date Fri, 20 Jan 2006 16:53:55 +0000
parents f278c9869d05
children 5b69f29cba30
files lisp/mail/rmailsum.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailsum.el	Fri Jan 20 16:29:51 2006 +0000
+++ b/lisp/mail/rmailsum.el	Fri Jan 20 16:53:55 2006 +0000
@@ -1514,7 +1514,7 @@
 	  subj (replace-regexp-in-string "\\s-+" " "
 					 (rmail-desc-get-subject n)))
     (funcall rmail-summary-line-decoder
-	     (format "%5s%s%6s %25s%s %s\n"
+	     (format "%5s%s%6s %25.25s%s %s\n"
 		     n
 		     (rmail-summary-get-summary-attributes n)
 		     (concat (rmail-desc-get-day-number n) "-"