Mercurial > hg > xemacs-beta
comparison lisp/vm/vm-delete.el @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 49a24b4fd526 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
22 | 22 |
23 The message will be physically deleted from the current folder the next | 23 The message will be physically deleted from the current folder the next |
24 time the current folder is expunged. | 24 time the current folder is expunged. |
25 | 25 |
26 With a prefix argument COUNT, the current message and the next | 26 With a prefix argument COUNT, the current message and the next |
27 COUNT - 1 messages are deleted. A negative argument means the | 27 COUNT - 1 messages are deleted. A negative argument means |
28 the current message and the previous |COUNT| - 1 messages are | 28 the current message and the previous |COUNT| - 1 messages are |
29 deleted. | 29 deleted. |
30 | 30 |
31 When invoked on marked messages (via vm-next-command-uses-marks), | 31 When invoked on marked messages (via vm-next-command-uses-marks), |
32 only marked messages are deleted, other messages are ignored." | 32 only marked messages are deleted, other messages are ignored." |
69 | 69 |
70 (defun vm-undelete-message (count) | 70 (defun vm-undelete-message (count) |
71 "Remove the `deleted' attribute from the current message. | 71 "Remove the `deleted' attribute from the current message. |
72 | 72 |
73 With a prefix argument COUNT, the current message and the next | 73 With a prefix argument COUNT, the current message and the next |
74 COUNT - 1 messages are undeleted. A negative argument means the | 74 COUNT - 1 messages are undeleted. A negative argument means |
75 the current message and the previous |COUNT| - 1 messages are | 75 the current message and the previous |COUNT| - 1 messages are |
76 deleted. | 76 deleted. |
77 | 77 |
78 When invoked on marked messages (via vm-next-command-uses-marks), | 78 When invoked on marked messages (via vm-next-command-uses-marks), |
79 only marked messages are undeleted, other messages are ignored." | 79 only marked messages are undeleted, other messages are ignored." |