comparison lisp/vm/vm-delete.el @ 10:49a24b4fd526 r19-15b6

Import from CVS: tag r19-15b6
author cvs
date Mon, 13 Aug 2007 08:47:52 +0200
parents ac2d302a0011
children 859a2309aef8
comparison
equal deleted inserted replaced
9:6f2bbbbbe05a 10:49a24b4fd526
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 27 COUNT - 1 messages are deleted. A negative argument means the
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 74 COUNT - 1 messages are undeleted. A negative argument means the
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."