emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/rmailout.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/rmailout.el
Date: Fri, 04 Nov 2005 09:51:08 -0500

Index: emacs/lisp/mail/rmailout.el
diff -c emacs/lisp/mail/rmailout.el:1.70 emacs/lisp/mail/rmailout.el:1.71
*** emacs/lisp/mail/rmailout.el:1.70    Sat Sep 24 13:43:59 2005
--- emacs/lisp/mail/rmailout.el Fri Nov  4 14:51:08 2005
***************
*** 123,133 ****
  The default file name comes from `rmail-default-rmail-file',
  which is updated to the name you use in this command.
  
! A prefix argument N says to output N consecutive messages
  starting with the current one.  Deleted messages are skipped and don't count.
  
! If optional argument STAY is non-nil, then leave the last filed
! mesasge up instead of moving forward to the next non-deleted message."
    (interactive
     (list (rmail-output-read-rmail-file-name)
         (prefix-numeric-value current-prefix-arg)))
--- 123,133 ----
  The default file name comes from `rmail-default-rmail-file',
  which is updated to the name you use in this command.
  
! A prefix argument COUNT says to output that many consecutive messages,
  starting with the current one.  Deleted messages are skipped and don't count.
  
! If the optional argument STAY is non-nil, then leave the last filed
! message up instead of moving forward to the next non-deleted message."
    (interactive
     (list (rmail-output-read-rmail-file-name)
         (prefix-numeric-value current-prefix-arg)))
***************
*** 265,273 ****
  ;;;###autoload
  (defun rmail-output (file-name &optional count noattribute from-gnus)
    "Append this message to system-inbox-format mail file named FILE-NAME.
! A prefix argument N says to output N consecutive messages
  starting with the current one.  Deleted messages are skipped and don't count.
! When called from lisp code, N may be omitted.
  
  If the pruned message header is shown on the current message, then
  messages will be appended with pruned headers; otherwise, messages
--- 265,273 ----
  ;;;###autoload
  (defun rmail-output (file-name &optional count noattribute from-gnus)
    "Append this message to system-inbox-format mail file named FILE-NAME.
! A prefix argument COUNT says to output that many consecutive messages,
  starting with the current one.  Deleted messages are skipped and don't count.
! When called from lisp code, COUNT may be omitted and defaults to 1.
  
  If the pruned message header is shown on the current message, then
  messages will be appended with pruned headers; otherwise, messages




reply via email to

[Prev in Thread] Current Thread [Next in Thread]