[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to copy "raw", but decoded article body to a new buffer?
From: |
Tim Landscheidt |
Subject: |
Re: How to copy "raw", but decoded article body to a new buffer? |
Date: |
Sun, 24 Nov 2019 15:59:31 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) |
Lars Ingebrigtsen <larsi@gnus.org> wrote:
>> How can I copy the "raw", but decoded article body to a new
>> buffer?
> `C-u C-u g' and then `C-x C-w' the buffer to a file?
(I have used C-u g thousands of times, but was never aware
of C-u C-u g; thanks :-).)
That works fine when I type C-u C-u g, however when I run
| M-: (gnus-summary-show-article 16) RET
I get prompted "View as charset:" which somewhat defeats the
purpose of automation.
Any advice for that?
Tim