(rmail-make-basic-summary-line): Fix previous change.
This commit is contained in:
parent
88293b5777
commit
972a769bb9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue