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
5c7e8442
Commit
5c7e8442
authored
Feb 07, 2014
by
Lars Ingebrigtsen
Committed by
Katsumi Yamaoka
Feb 07, 2014
Browse files
lisp/gnus/ietf-drums.el (ietf-drums-parse-address): Don't bug out when called with an empty string
parent
a60a2b6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/ietf-drums.el
lisp/gnus/ietf-drums.el
+2
-1
No files found.
lisp/gnus/ChangeLog
View file @
5c7e8442
2014-02-07 Lars Ingebrigtsen <larsi@gnus.org>
* ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
with an empty string.
2014-02-06 Lars Ingebrigtsen <larsi@gnus.org>
* gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
...
...
lisp/gnus/ietf-drums.el
View file @
5c7e8442
...
...
@@ -214,7 +214,8 @@ backslash and doublequote.")
(
mapconcat
'identity
(
reverse
display-name
)
" "
))
(
setq
display-string
(
ietf-drums-get-comment
string
)))
(
if
(
not
mailbox
)
(
when
(
string-match
"@"
display-string
)
(
when
(
and
display-string
(
string-match
"@"
display-string
))
(
cons
(
mapconcat
'identity
(
nreverse
display-name
)
""
)
(
ietf-drums-get-comment
string
)))
...
...
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