Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
97bd30eb
Commit
97bd30eb
authored
Feb 12, 2000
by
Gerd Moellmann
Browse files
(rmail-dont-reply-to): Remove leading commas as well.
parent
090f7baa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/mail/mail-utils.el
lisp/mail/mail-utils.el
+1
-1
No files found.
lisp/mail/mail-utils.el
View file @
97bd30eb
...
...
@@ -247,7 +247,7 @@ Usenet paths ending in an element that matches are removed also."
(if (setq pos (string-match "
[
,
\t\n]*\\
'
" userids))
(setq userids (substring userids 0 pos)))
;; remove leading spaces. they bother me.
(if (string-match "
\\
s
*
" userids)
(if (string-match "
\\
(
\\s
\\|,\\)
*" userids)
(substring userids (match-end 0))
userids)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment