Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
| | |||||
* | (rmail-file-p): Function moved to mail-utils.el | Richard M. Stallman | 1995-09-21 | 1 | -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 Heuer | 1994-12-02 | 1 | -3/+4 |
| | |||||
* | (rmail-fields-not-to-output): New variable. | Richard M. Stallman | 1994-11-17 | 1 | -2/+35 |
| | | | | | (rmail-delete-unwanted-fields): New function. (rmail-output, rmail-output-to-rmail-file): Call it. | ||||
* | (rmail-output-menu): Function deleted. | Richard M. Stallman | 1994-09-19 | 1 | -11/+0 |
| | |||||
* | (rmail-output): Doc fix. | Richard M. Stallman | 1994-05-19 | 1 | -1/+1 |
| | |||||
* | (rmail-output-menu): Set rmail-default-rmail-file. | Richard M. Stallman | 1994-05-05 | 1 | -2/+4 |
| | | | | (rmail-output-to-rmail-file): Doc fix. | ||||
* | (rmail-output-menu): Don't call expand-file-name. | Richard M. Stallman | 1994-05-04 | 1 | -4/+6 |
| | | | | Do nothing if rmail-secondary-file-menu return nil. | ||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
| | |||||
* | (rmail-default-file, rmail-default-rmail-file): Cancel new defvars. | Karl Heuer | 1994-04-14 | 1 | -6/+0 |
| | | | | The (require 'rmail) already picks them up. | ||||
* | (rmail-default-file, rmail-default-rmail-file): New defvars. | Richard M. Stallman | 1994-04-13 | 1 | -0/+6 |
| | |||||
* | Doc fix. | Richard M. Stallman | 1994-04-03 | 1 | -1/+1 |
| | |||||
* | (rmail-output-menu): New command. | Richard M. Stallman | 1994-03-18 | 1 | -0/+7 |
| | |||||
* | Add (require 'rmail) so the macro will be byte-compiled properly. | Karl Heuer | 1994-02-09 | 1 | -0/+2 |
| | |||||
* | (rmail-output): Handle rmail-output-file-alist. | Richard M. Stallman | 1994-02-06 | 1 | -11/+27 |
| | |||||
* | Doc fix. | Richard M. Stallman | 1994-01-15 | 1 | -0/+6 |
| | |||||
* | Use new names rmail-default-file and rmail-default-rmail-file. | Richard M. Stallman | 1994-01-15 | 1 | -10/+10 |
| | |||||
* | (rmail-output-to-rmail-file): If just a dir is specified, | Richard M. Stallman | 1994-01-01 | 1 | -10/+13 |
| | | | | use default name in specified dir. | ||||
* | (rmail-output-to-rmail-file): When copying to a buffer, | Richard M. Stallman | 1993-12-24 | 1 | -0/+5 |
| | | | | maybe enable auto save in that buffer. | ||||
* | (rmail-output-to-rmail-file): Call rmail-update-summary. | Richard M. Stallman | 1993-12-23 | 1 | -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. Stallman | 1993-11-16 | 1 | -0/+1 |
| | |||||
* | (rmail-output): New argument FROM-GNUS. | Richard M. Stallman | 1993-11-15 | 1 | -33/+38 |
| | |||||
* | (rmail-output-file-alist): Doc fix. | Roland McGrath | 1993-10-14 | 1 | -0/+1 |
| | |||||
* | (rmail-output): If message was shown with full headers, | Richard M. Stallman | 1993-10-09 | 1 | -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. Stallman | 1993-07-25 | 1 | -5/+10 |
| | |||||
* | (rmail-output-to-rmail-file): Set rmail-last-rmail-file | Richard M. Stallman | 1993-07-24 | 1 | -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. Stallman | 1993-07-10 | 1 | -2/+2 |
| | |||||
* | (rmail-output): If file is an Rmail file, | Richard M. Stallman | 1993-07-09 | 1 | -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. Stallman | 1993-06-19 | 1 | -7/+8 |
| | |||||
* | (rmail-output): Use insert-file-contents to look at | Richard M. Stallman | 1993-06-16 | 1 | -10/+8 |
| | | | | beginning of output file. | ||||
* | (rmail-output-to-rmail-file): Use the smart default in the prompt. | Richard M. Stallman | 1993-06-11 | 1 | -17/+20 |
| | |||||
* | (rmail-output): Undo June 11 1992 change: | Richard M. Stallman | 1993-05-09 | 1 | -1/+1 |
| | | | | Don't try to use Date field in the From. | ||||
* | * rmailout.el (rmail-output, rmail-output-to-mail-file): Reverse | Jim Blandy | 1993-02-14 | 1 | -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. Stallman | 1992-10-21 | 1 | -0/+1 |
| | |||||
* | entered into RCS | Eric S. Raymond | 1992-07-22 | 1 | -3/+2 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-17 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-15 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1992-06-11 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -1/+4 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1991-03-01 | 1 | -2/+7 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1990-12-24 | 1 | -1/+15 |
| | |||||
* | Initial revision | root | 1990-05-22 | 1 | -0/+163 |