VM

setting all messages read

Asked by damien wetzel

Hi all,
I have a big mailboxes where plenty of messages have the U flag, i would like to set all messages Read, to get rid of all U flags
i already find how to do this in the past but i can't recall. somebody has a clue ?
Damien,

Question information

Language:
English Edit question
Status:
Solved
For:
VM Edit question
Assignee:
No assignee Edit question
Solved by:
damien wetzel
Solved:
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Uday Reddy (reddyuday) said :
#2

In the trunk version of VM, you can use `M-0 .' That is, with a prefix argument 0, run `vm-mark-message-read'.

With the public release, you have to mark all the messages using `M R' and then do `M n' and M-x vm-mark-message-read.

Revision history for this message
damien wetzel (dwetzel) said :
#3

Hi,
In fact i found the solution, i'm using that fonction
vm-set-message-attributes
Damien