mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1513
This commit is contained in:
parent
2188975fbf
commit
e3e955fed3
21 changed files with 562 additions and 191 deletions
|
|
@ -1677,6 +1677,11 @@ this is a reply."
|
|||
group method t t))))
|
||||
(gnus-message 1 "Couldn't store article in group %s: %s"
|
||||
group (gnus-status-message method)))
|
||||
(when (stringp method)
|
||||
(setq method (gnus-server-to-method method)))
|
||||
(when (and (listp method)
|
||||
(gnus-native-method-p method))
|
||||
(setq group (gnus-group-short-name group)))
|
||||
(when (and group-art
|
||||
;; FIXME: Should gcc-mark-as-read work when
|
||||
;; Gnus is not running?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue