comparison lisp/vm/vm-delete.el @ 76:c0c698873ce1 r20-0b33

Import from CVS: tag r20-0b33
author cvs
date Mon, 13 Aug 2007 09:05:10 +0200
parents 131b0175ea99
children 0d2f883870bc
comparison
equal deleted inserted replaced
75:a4e0195b387b 76:c0c698873ce1
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."