/[emacs]/emacs/lisp/mail/rmailout.el
ViewVC logotype

Diff of /emacs/lisp/mail/rmailout.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.70 by rfrancoise, Sat Sep 24 13:43:59 2005 UTC revision 1.71 by eliz, Fri Nov 4 14:51:08 2005 UTC
# Line 123  appended in inbox format, the same way ` Line 123  appended in inbox format, the same way `
123  The default file name comes from `rmail-default-rmail-file',  The default file name comes from `rmail-default-rmail-file',
124  which is updated to the name you use in this command.  which is updated to the name you use in this command.
125    
126  A prefix argument N says to output N consecutive messages  A prefix argument COUNT says to output that many consecutive messages,
127  starting with the current one.  Deleted messages are skipped and don't count.  starting with the current one.  Deleted messages are skipped and don't count.
128    
129  If optional argument STAY is non-nil, then leave the last filed  If the optional argument STAY is non-nil, then leave the last filed
130  mesasge up instead of moving forward to the next non-deleted message."  message up instead of moving forward to the next non-deleted message."
131    (interactive    (interactive
132     (list (rmail-output-read-rmail-file-name)     (list (rmail-output-read-rmail-file-name)
133           (prefix-numeric-value current-prefix-arg)))           (prefix-numeric-value current-prefix-arg)))
# Line 265  mesasge up instead of moving forward to Line 265  mesasge up instead of moving forward to
265  ;;;###autoload  ;;;###autoload
266  (defun rmail-output (file-name &optional count noattribute from-gnus)  (defun rmail-output (file-name &optional count noattribute from-gnus)
267    "Append this message to system-inbox-format mail file named FILE-NAME.    "Append this message to system-inbox-format mail file named FILE-NAME.
268  A prefix argument N says to output N consecutive messages  A prefix argument COUNT says to output that many consecutive messages,
269  starting with the current one.  Deleted messages are skipped and don't count.  starting with the current one.  Deleted messages are skipped and don't count.
270  When called from lisp code, N may be omitted.  When called from lisp code, COUNT may be omitted and defaults to 1.
271    
272  If the pruned message header is shown on the current message, then  If the pruned message header is shown on the current message, then
273  messages will be appended with pruned headers; otherwise, messages  messages will be appended with pruned headers; otherwise, messages

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26