| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (mail-specify-envelope-from): Fix quoting of doc string. | Dave Love | 1999-08-10 | 1 | -1/+1 |
| | | |||||
| * | (sendmail-send-it): Let mail-specify-envelope-from | Karl Heuer | 1999-08-10 | 1 | -6/+20 |
| | | | | | | | control use of -f option. (mail-specify-envelope-from): New variable. (mail-from-style): Doc fix. | ||||
| * | (sendmail-coding-system): Doc-string fixed. | Kenichi Handa | 1999-07-31 | 1 | -2/+2 |
| | | | | | (default-sendmail-coding-system): Doc-string fixed. | ||||
| * | (mail-sent-via): Use copy-marker not make-marker. | Karl Heuer | 1999-04-26 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in error string for sendmail-send-it. | Stephen Eglen | 1999-03-14 | 1 | -1/+1 |
| | | |||||
| * | (mail-mode): Eliminate ambiguous match from paragraph-start. | Richard M. Stallman | 1999-01-02 | 1 | -2/+6 |
| | | | | | | (mail-yank-original): Remove text properties after insertion. (mail-yank-region): Barf if no mark is set in the message being replied to. | ||||
| * | (sendmail-send-it): Don't wait for sendmail to | Karl Heuer | 1998-12-10 | 1 | -2/+2 |
| | | | | | exit when mail-interactive is nil. | ||||
| * | (sendmail-send-it): Check for failure. | Karl Heuer | 1998-11-05 | 1 | -33/+36 |
| | | |||||
| * | (sendmail-coding-system, | Andreas Schwab | 1998-10-30 | 1 | -2/+2 |
| | | | | | default-sendmail-coding-system): Doc fix. | ||||
| * | Comment fix. | Karl Heuer | 1998-10-06 | 1 | -1/+1 |
| | | |||||
| * | (sendmail-coding-system): Doc-string modified. | Kenichi Handa | 1998-08-24 | 1 | -13/+18 |
| | | | | | | | (default-sendmail-coding-system): New variable. (sendmail-send-it): Encode the message by a coding system select-message-coding-system returns. | ||||
| * | (sendmail-send-it): Report invalid values of mail-from-style. | Richard M. Stallman | 1998-08-14 | 1 | -1/+4 |
| | | |||||
| * | (mail-setup): After using `fill-region-as-paragraph' | Richard M. Stallman | 1998-08-12 | 1 | -1/+1 |
| | | | | | on a new address field, ensure that it ends with a newline. | ||||
| * | (mail-setup): After using `fill-region-as-paragraph' | Richard M. Stallman | 1998-08-11 | 1 | -4/+13 |
| | | | | | on a new address field, ensure that it ends with a newline. | ||||
| * | (mail-citation-header): New variable. | Richard M. Stallman | 1998-08-10 | 1 | -6/+32 |
| | | | | | | (mail-yank-original, mail-yank-region): Bind mail-citation-header. (mail-citation-hook): Doc fix. | ||||
| * | (mail-yank-region): Bind mark-even-if-inactive to t. | Richard M. Stallman | 1998-08-01 | 1 | -1/+6 |
| | | | | | (mail-yank-original was similarly changed, a few versions ago.) | ||||
| * | (mail-mode): Add the citation regexp | Richard M. Stallman | 1998-07-27 | 1 | -3/+7 |
| | | | | | | | | to adaptive-fill-regexp after the usual contents. But modify the usual contents not to match whitespace alone; match that again last. Add that citation regexp to paragraph-start and paragraph-separate too. | ||||
| * | (mail-citation-prefix-regexp): New variable. | Richard M. Stallman | 1998-07-13 | 1 | -1/+10 |
| | | | | | | (mail-fill-yanked-message): Pass mail-citation-prefix-regexp to fill-individual-paragraphs. | ||||
| * | (mail): Avoid changing auto-save file name. | Richard M. Stallman | 1998-06-28 | 1 | -1/+4 |
| | | |||||
| * | (mail-header-end): Widen. | Richard M. Stallman | 1998-06-09 | 1 | -7/+11 |
| | | | | | (mail-text-start): Widen. | ||||
| * | (mail-mode): Include `-- ' and `---+' in | Richard M. Stallman | 1998-06-07 | 1 | -0/+1 |
| | | | | | paragraph-start and paragraph-separate. | ||||
| * | (mail-from-style): Rename new alternative to `system-default'. | Richard M. Stallman | 1998-05-28 | 1 | -2/+3 |
| | | |||||
| * | (mail-from-style): Fix prev change. | Richard M. Stallman | 1998-05-28 | 1 | -0/+1 |
| | | |||||
| * | (mail-from-style): New alternative, `default'. | Richard M. Stallman | 1998-05-28 | 1 | -2/+3 |
| | | |||||
| * | (sendmail-send-it): | Richard M. Stallman | 1998-05-28 | 1 | -4/+6 |
| | | | | | If mail-from-style isn't angles, parens or nil, don't use -f option. | ||||
| * | (mail-signature): Allow expression as value. | Richard M. Stallman | 1998-05-09 | 1 | -4/+15 |
| | | | | | | Improve prompts in custom type. Add risky-local-variable property. (mail-setup): Implement that feature. | ||||
| * | (send-mail-function): Doc fix. | Richard M. Stallman | 1998-05-03 | 1 | -37/+39 |
| | | | | | | | | | | | (mail-header-end, mail-text-start): New functions. (mail-sendmail-delimit-header): New function. (mail-sendmail-undelimit-header): New function. (mail-mode-auto-fill): Use mail-header-end. (mail-mode-fill-paragraph, mail-send, sendmail-send-it): Likewise. (mail-sent-via, mail-position-on-field): Likewise. (mail-fill-yanked-message, mail-text): Use mail-text-start | ||||
| * | (mail-mode): Doc fix. | Karl Heuer | 1998-04-15 | 1 | -10/+10 |
| | | |||||
| * | use a string that will never match. | Simon Marshall | 1998-03-27 | 1 | -1/+1 |
| | | |||||
| * | check length of mail-header-separator before using in font-lock-keywords. | Simon Marshall | 1998-03-25 | 1 | -2/+4 |
| | | |||||
| * | Customized. | Stephen Eglen | 1998-02-22 | 1 | -38/+81 |
| | | |||||
| * | Changed font-lock-reference-face to font-lock-constant-face. | Simon Marshall | 1998-02-20 | 1 | -1/+1 |
| | | |||||
| * | (sendmail-coding-system): Doc-string modified. | Kenichi Handa | 1998-01-22 | 1 | -1/+5 |
| | | | | | | (sendmail-send-it): Select a safe coding system to encode an outgoing mail. | ||||
| * | (sendmail-send-it): Parse folded | Karl Heuer | 1997-12-04 | 1 | -1/+3 |
| | | | | | Resent-To header properly; don't ignore folded lines. | ||||
| * | (mail-do-fcc): Handle dont-write-the-file | Karl Heuer | 1997-10-20 | 1 | -20/+20 |
| | | | | | correctly--don't write msg to the file after saving it from a buffer. | ||||
| * | (mail-bury): Check for value, not just | Karl Heuer | 1997-10-15 | 1 | -1/+1 |
| | | | | | existence, of alist element. | ||||
| * | (mail-do-fcc): When writing to an Rmail file, | Richard M. Stallman | 1997-09-13 | 1 | -10/+13 |
| | | | | | use rmail-file-coding-system or else emacs-mule. | ||||
| * | (sendmail-send-it): If both | Kenichi Handa | 1997-09-12 | 1 | -1/+2 |
| | | | | | | buffer-file-coding-system and sendmail-coding-system are nil, use iso-latin-1 for encoding. | ||||
| * | (sendmail-send-it): The priority of coding | Kenichi Handa | 1997-09-10 | 1 | -2/+5 |
| | | | | | | | system for encoding outgoing mails is (1) local value of buffer-file-coding-system, (2) sendmail-coding-syste, (3) default-buffer-file-coding-system. | ||||
| * | (mail-mode): Allow dash in citation prefixes | Richard M. Stallman | 1997-09-08 | 1 | -2/+2 |
| | | | | | in adaptive-fill-regexp and adaptive-fill-first-line-regexp. | ||||
| * | (mail-mode): Set adaptive-fill-first-line-regexp | Richard M. Stallman | 1997-09-03 | 1 | -1/+2 |
| | | | | | specially, not same as adaptive-fill-regexp. | ||||
| * | (mail-send): Complain about invalid header line. | Richard M. Stallman | 1997-08-30 | 1 | -1/+9 |
| | | |||||
| * | (mail-yank-original): Bind mark-even-if-inactive | Richard M. Stallman | 1997-08-20 | 1 | -2/+5 |
| | | | | | | | around the indentation and citation hooks code. (mail-send-nonascii): Make the default t. | ||||
| * | (mail-send): Ask for confirmation if | Richard M. Stallman | 1997-08-14 | 1 | -1/+19 |
| | | | | | | message contains non-ASCII characters. (mail-send-nonascii): New variable. | ||||
| * | (sendmail-send-it): Bind sendmail-coding-system | Kenichi Handa | 1997-08-07 | 1 | -1/+3 |
| | | | | | to buffer-file-coding-system if it is non-nil. | ||||
| * | (mail-mode): Allow TAB after prefix in previous change. | Richard M. Stallman | 1997-08-05 | 1 | -2/+2 |
| | | |||||
| * | (mail-mode): Fix previous change. | Richard M. Stallman | 1997-08-05 | 1 | -2/+3 |
| | | | | | | Treat a supercite prefix not followed by text as a paragraph separator. | ||||
| * | (mail-mode): Recognize foo> prefix | Richard M. Stallman | 1997-08-01 | 1 | -1/+1 |
| | | | | | even without leading space. | ||||
| * | (mail-mode): Make adaptive-fill-regexp | Richard M. Stallman | 1997-07-26 | 1 | -1/+3 |
| | | | | | match more values. Bind adaptive-fill-first-line-regexp too. | ||||
| * | (mail): Improve confirmation questions for file-visiting mail buffers. | Richard M. Stallman | 1997-07-25 | 1 | -4/+13 |
| | | |||||