changeset 7368:5e3d372d6016

(rmail-make-basic-summary-line): Show 14 chars before @ and 11 after.
author Richard M. Stallman <rms@gnu.org>
date Fri, 06 May 1994 23:59:28 +0000
parents 969e565dffff
children cc6d237a7c7e
files lisp/mail/rmailsum.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailsum.el	Fri May 06 21:22:39 1994 +0000
+++ b/lisp/mail/rmailsum.el	Fri May 06 23:59:28 1994 +0000
@@ -334,10 +334,10 @@
 			(if (or (not mch) (<= len 25))
 			    (substring from (max 0 (- len 25)))
 			  (substring from
-				     (setq lo (cond ((< (- mch 9) 0) 0)
-						    ((< len (+ mch 16))
+				     (setq lo (cond ((< (- mch 14) 0) 0)
+						    ((< len (+ mch 11))
 						     (- len 25))
-						    (t (- mch 9))))
+						    (t (- mch 14))))
 				     (min len (+ lo 25))))))))
 	  "  #"
 	  (if (re-search-forward "^Subject:" nil t)