]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-make-basic-summary-line): Show 14 chars before @ and 11 after.
authorRichard M. Stallman <rms@gnu.org>
Fri, 6 May 1994 23:59:28 +0000 (23:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 6 May 1994 23:59:28 +0000 (23:59 +0000)
lisp/mail/rmailsum.el

index 3ea44ef0289fe4baf367747e5d0a5d213dfc8cf4..34ee023c9c72bedae9d1cd460bbdb6cdc0439a21 100644 (file)
@@ -334,10 +334,10 @@ nil for FUNCTION means all messages."
                        (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)