How can I mark a read message in gnus as “unread”?

4

This is a simple question, but I did not find an answer:

How can I change a read message to "unread" and how can I toggle the read state of a message?

Rainer

Posted 2013-03-29T11:16:31.477

Reputation: 205

Answers

6

You can clear its mark by Mc or M-u.

Seki

Posted 2013-03-29T11:16:31.477

Reputation: 313

6

Here's how to find the answer:

  • C-h i - open Info
  • m gnus RET - open the Gnus manual
  • i mark as unread RET - look up "mark as unread" in the index

This gives you:

`M c'
`M-u'
     Clear all readedness-marks from the current article
     (`gnus-summary-clear-mark-forward').  In other words, mark the
     article as unread.

Though you have the correct answer already, I just wanted to grab the opportunity to show that the Gnus manual is actually quite easy to access.

legoscia

Posted 2013-03-29T11:16:31.477

Reputation: 2 197

Thanks - but the strange thing is: I do not have the gnus manual there? Any suggestions? – Rainer – 2013-04-03T16:39:34.493

Are you by any chance using Emacs from Debian packages? Debian considers the GNU Free Documentation License (GFDL) non-free in certain cases, so the Emacs documentation is in the emacs23-common-non-dfsg package in the non-free section.

– legoscia – 2013-04-03T17:41:16.737

Spot on - I am using ubuntu and emacs24 and there is the dfsg package. Installed and there it is - thanks – Rainer – 2013-04-04T08:51:52.750