summaryrefslogtreecommitdiff
path: root/lisp/mail/rmailout.el
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (rmail-file-p): Function moved to mail-utils.elRichard M. Stallman1995-09-211-13/+2
| | | | | and renamed to mail-file-babyl-p. (rmail-output, rmail-output-to-rmail-file): Use new name.
* (rmail-output): Don't quote "From " lines unless the capitalization is exact.Karl Heuer1994-12-021-3/+4
|
* (rmail-fields-not-to-output): New variable.Richard M. Stallman1994-11-171-2/+35
| | | | | (rmail-delete-unwanted-fields): New function. (rmail-output, rmail-output-to-rmail-file): Call it.
* (rmail-output-menu): Function deleted.Richard M. Stallman1994-09-191-11/+0
|
* (rmail-output): Doc fix.Richard M. Stallman1994-05-191-1/+1
|
* (rmail-output-menu): Set rmail-default-rmail-file.Richard M. Stallman1994-05-051-2/+4
| | | | (rmail-output-to-rmail-file): Doc fix.
* (rmail-output-menu): Don't call expand-file-name.Richard M. Stallman1994-05-041-4/+6
| | | | Do nothing if rmail-secondary-file-menu return nil.
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (rmail-default-file, rmail-default-rmail-file): Cancel new defvars.Karl Heuer1994-04-141-6/+0
| | | | The (require 'rmail) already picks them up.
* (rmail-default-file, rmail-default-rmail-file): New defvars.Richard M. Stallman1994-04-131-0/+6
|
* Doc fix.Richard M. Stallman1994-04-031-1/+1
|
* (rmail-output-menu): New command.Richard M. Stallman1994-03-181-0/+7
|
* Add (require 'rmail) so the macro will be byte-compiled properly.Karl Heuer1994-02-091-0/+2
|
* (rmail-output): Handle rmail-output-file-alist.Richard M. Stallman1994-02-061-11/+27
|
* Doc fix.Richard M. Stallman1994-01-151-0/+6
|
* Use new names rmail-default-file and rmail-default-rmail-file.Richard M. Stallman1994-01-151-10/+10
|
* (rmail-output-to-rmail-file): If just a dir is specified,Richard M. Stallman1994-01-011-10/+13
| | | | use default name in specified dir.
* (rmail-output-to-rmail-file): When copying to a buffer,Richard M. Stallman1993-12-241-0/+5
| | | | maybe enable auto save in that buffer.
* (rmail-output-to-rmail-file): Call rmail-update-summary.Richard M. Stallman1993-12-231-9/+19
| | | | | (rmail-output-to-rmail-file): Turn off the deleted attribute outside of the save-restriction.
* (rmail-file-p): Add autoload cookie.Richard M. Stallman1993-11-161-0/+1
|
* (rmail-output): New argument FROM-GNUS.Richard M. Stallman1993-11-151-33/+38
|
* (rmail-output-file-alist): Doc fix.Roland McGrath1993-10-141-0/+1
|
* (rmail-output): If message was shown with full headers,Richard M. Stallman1993-10-091-19/+56
| | | | | | | | copy the full headers (or each message copied) into the file. New local var original-headers-p, header-beginning, mail-from. Bind locals outside the while loop. Kill tembuf only after loop. If message has a saved mail-from field, use that. Detect reaching end of rmail buffer; display # messages copied.
* (rmail-output): New arg NOATTRIBUTE.Richard M. Stallman1993-07-251-5/+10
|
* (rmail-output-to-rmail-file): Set rmail-last-rmail-fileRichard M. Stallman1993-07-241-17/+17
| | | | | | while reading the interactive args. (rmail-output): Likewise, for rmail-last-file. (rmail-output-to-rmail-file): Use default-file consistently.
* Fix typos in previous change.Richard M. Stallman1993-07-101-2/+2
|
* (rmail-output): If file is an Rmail file,Richard M. Stallman1993-07-091-109/+117
| | | | | | | | | use rmail-output-to-rmail-file. (rmail-output-to-rmail-file): If file exists and is not an Rmail file, use rmail-output. If we find an element in rmail-output-file-alist, eval it. (rmail-file-p): New function. (rmail-output-file-alist): Now contains expressions to eval.
* (rmail-output): Check file can be read before trying to read part of it.Richard M. Stallman1993-06-191-7/+8
|
* (rmail-output): Use insert-file-contents to look atRichard M. Stallman1993-06-161-10/+8
| | | | beginning of output file.
* (rmail-output-to-rmail-file): Use the smart default in the prompt.Richard M. Stallman1993-06-111-17/+20
|
* (rmail-output): Undo June 11 1992 change:Richard M. Stallman1993-05-091-1/+1
| | | | Don't try to use Date field in the From.
* * rmailout.el (rmail-output, rmail-output-to-mail-file): ReverseJim Blandy1993-02-141-9/+16
| | | | | the order of the arguments and make COUNT optional, for backward compatibility's sake.
* (rmail-output-to-rmail-file): Call abbreviate-file-name.Richard M. Stallman1992-10-211-0/+1
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-2/+2
|
* *** empty log message ***Eric S. Raymond1992-07-151-0/+4
|
* *** empty log message ***Richard M. Stallman1992-06-111-1/+1
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Jim Blandy1991-03-011-2/+7
|
* *** empty log message ***Richard M. Stallman1990-12-241-1/+15
|
* Initial revisionroot1990-05-221-0/+163