# HG changeset patch # User Richard M. Stallman # Date 825294060 0 # Node ID 17721fd2267bf7744b05984f9f89cc00788fc481 # Parent f585d3bf3a73e4aa150145b8d1b30b2eee1605ff (rmail-make-basic-summary-line): Less space before subj. diff -r f585d3bf3a73 -r 17721fd2267b lisp/mail/rmailsum.el --- a/lisp/mail/rmailsum.el Mon Feb 26 00:19:35 1996 +0000 +++ b/lisp/mail/rmailsum.el Mon Feb 26 00:21:00 1996 +0000 @@ -389,7 +389,7 @@ ((<= lines 999) " [%3d]") (t "[%d]")) lines)))) - " #" + " " (if (re-search-forward "^Subject:" nil t) (progn (skip-chars-forward " \t") (buffer-substring (point)