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
0c189568
Commit
0c189568
authored
Dec 03, 2013
by
Vitalie Spinu
Committed by
Katsumi Yamaoka
Dec 03, 2013
Browse files
lisp/gnus/message.el (message-send-mail-with-sendmail): Don't kill error buffer if sending fails
parent
0f457a37
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/message.el
lisp/gnus/message.el
+3
-1
No files found.
lisp/gnus/ChangeLog
View file @
0c189568
2013-12-03 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
* message.el (message-send-mail-with-sendmail):
Don't kill error buffer if sending fails.
2013-11-28 Jan Tatarik <jan.tatarik@gmail.com>
* gnus-icalendar.el (gnus-icalendar-event-from-ical)
...
...
lisp/gnus/message.el
View file @
0c189568
...
...
@@ -4739,7 +4739,9 @@ that instead."
(list resend-to-addresses)
'("
-t
"))))))
(unless (or (null cpr) (and (numberp cpr) (zerop cpr)))
(if errbuf (pop-to-buffer errbuf))
(when errbuf
(pop-to-buffer errbuf)
(setq errbuf nil))
(error "
Sending...failed
with
exit
value
%d
" cpr)))
(when message-interactive
(with-current-buffer errbuf
...
...
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