Mercurial > emacs
comparison lisp/mail/unrmail.el @ 86440:4aedd218aad1
* mail/mspools.el (rmail-get-new-mail):
* mail/reporter.el (mail-position-on-field, mail-text):
* mail/rmail.el (mail-position-on-field, mail-text-start)
(rmail-update-summary):
* mail/rmailedit.el (rmail-summary-disable)
(rmail-summary-enable):
* mail/rmailmsc.el (rmail-parse-file-inboxes)
(rmail-show-message):
* mail/rmailout.el (rmail-update-summary):
* mail/rmailsort.el (rmail-update-summary):
* mail/sendmail.el (dired-move-to-filename, dired-get-filename)
(dired-view-file):
* mail/uce.el (mail-strip-quoted-names):
* mail/undigest.el (rmail-update-summary):
* mail/unrmail.el (mail-strip-quoted-names):
* ediff.el (diff-latest-backup-file): Declare as functions.
* obsolete/mlsupport.el (ml-previous-page): Fix typo.
(kill-to-end-of-line):
* obsolete/rnews.el (news-set-minor-modes): Remove non working
functions.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 25 Nov 2007 16:48:31 +0000 |
parents | 8e27d63c45eb |
children | 107ccd98fa12 53108e6cea98 |
comparison
equal
deleted
inserted
replaced
86439:62ce066ba56f | 86440:4aedd218aad1 |
---|---|
45 (concat (car command-line-args-left) ".mail")) | 45 (concat (car command-line-args-left) ".mail")) |
46 (setq error t)) | 46 (setq error t)) |
47 (setq command-line-args-left (cdr command-line-args-left))) | 47 (setq command-line-args-left (cdr command-line-args-left))) |
48 (message "Done") | 48 (message "Done") |
49 (kill-emacs (if error 1 0)))) | 49 (kill-emacs (if error 1 0)))) |
50 | |
51 (declare-function mail-strip-quoted-names "mail-utils" (address)) | |
50 | 52 |
51 ;;;###autoload | 53 ;;;###autoload |
52 (defun unrmail (file to-file) | 54 (defun unrmail (file to-file) |
53 "Convert Rmail file FILE to system inbox format file TO-FILE." | 55 "Convert Rmail file FILE to system inbox format file TO-FILE." |
54 (interactive "fUnrmail (rmail file): \nFUnrmail into (new mailbox file): ") | 56 (interactive "fUnrmail (rmail file): \nFUnrmail into (new mailbox file): ") |