aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2018-04-15 18:02:50 +0200
committerLars Ingebrigtsen2018-04-15 18:02:50 +0200
commitbea6ae4e3e0814a4dbc81655d9e5ac36064bec1d (patch)
tree9761ca6114b50c8cca3862e2a460e0bd41555ec9 /etc
parentc3ca885f4931a3b17b7e826cc866550d264d685a (diff)
downloademacs-bea6ae4e3e0814a4dbc81655d9e5ac36064bec1d.tar.gz
emacs-bea6ae4e3e0814a4dbc81655d9e5ac36064bec1d.zip
Add new command `gnus-summary-attach-article'
* doc/misc/gnus.texi (Summary Message Commands): Document it. * lisp/gnus/gnus-msg.el (gnus-summary-attach-article): New command and keystroke (bug#19788). * lisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entry for it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0c4daee9acf..13033797265 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -210,6 +210,12 @@ concept index in the Gnus manual for the `match-list' entry.
210+++ 210+++
211*** nil is no longer an allowed value for `mm-text-html-renderer'. 211*** nil is no longer an allowed value for `mm-text-html-renderer'.
212 212
213+++
214*** A new Gnus summary mode command, `S A'
215(`gnus-summary-attach-article') can be used to attach the current
216article(s) to a pre-existing Message buffer, or create a new Message
217buffer with the article(s) attached.
218
213** erc 219** erc
214 220
215--- 221---