diff options
| author | Lars Ingebrigtsen | 2018-04-15 18:02:50 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2018-04-15 18:02:50 +0200 |
| commit | bea6ae4e3e0814a4dbc81655d9e5ac36064bec1d (patch) | |
| tree | 9761ca6114b50c8cca3862e2a460e0bd41555ec9 /etc | |
| parent | c3ca885f4931a3b17b7e826cc866550d264d685a (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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 | ||
| 216 | article(s) to a pre-existing Message buffer, or create a new Message | ||
| 217 | buffer with the article(s) attached. | ||
| 218 | |||
| 213 | ** erc | 219 | ** erc |
| 214 | 220 | ||
| 215 | --- | 221 | --- |