mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
(rmail-make-basic-summary-line): Fix previous change.
This commit is contained in:
parent
88293b5777
commit
972a769bb9
@ -389,7 +389,7 @@ nil for FUNCTION means all messages."
|
||||
((<= lines 999) " [%3d]")
|
||||
(t "[%d]"))
|
||||
lines))))
|
||||
" "
|
||||
" #" ;The # is part of the format.
|
||||
(if (re-search-forward "^Subject:" nil t)
|
||||
(progn (skip-chars-forward " \t")
|
||||
(buffer-substring (point)
|
||||
|
Loading…
Reference in New Issue
Block a user