aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail/sendmail.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (mail-specify-envelope-from): Fix quoting of doc string.Dave Love1999-08-101-1/+1
|
* (sendmail-send-it): Let mail-specify-envelope-fromKarl Heuer1999-08-101-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 Handa1999-07-311-2/+2
| | | | (default-sendmail-coding-system): Doc-string fixed.
* (mail-sent-via): Use copy-marker not make-marker.Karl Heuer1999-04-261-1/+1
|
* Fix typo in error string for sendmail-send-it.Stephen Eglen1999-03-141-1/+1
|
* (mail-mode): Eliminate ambiguous match from paragraph-start.Richard M. Stallman1999-01-021-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 toKarl Heuer1998-12-101-2/+2
| | | | exit when mail-interactive is nil.
* (sendmail-send-it): Check for failure.Karl Heuer1998-11-051-33/+36
|
* (sendmail-coding-system,Andreas Schwab1998-10-301-2/+2
| | | | default-sendmail-coding-system): Doc fix.
* Comment fix.Karl Heuer1998-10-061-1/+1
|
* (sendmail-coding-system): Doc-string modified.Kenichi Handa1998-08-241-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. Stallman1998-08-141-1/+4
|
* (mail-setup): After using `fill-region-as-paragraph'Richard M. Stallman1998-08-121-1/+1
| | | | on a new address field, ensure that it ends with a newline.
* (mail-setup): After using `fill-region-as-paragraph'Richard M. Stallman1998-08-111-4/+13
| | | | on a new address field, ensure that it ends with a newline.
* (mail-citation-header): New variable.Richard M. Stallman1998-08-101-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. Stallman1998-08-011-1/+6
| | | | (mail-yank-original was similarly changed, a few versions ago.)
* (mail-mode): Add the citation regexpRichard M. Stallman1998-07-271-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. Stallman1998-07-131-1/+10
| | | | | (mail-fill-yanked-message): Pass mail-citation-prefix-regexp to fill-individual-paragraphs.
* (mail): Avoid changing auto-save file name.Richard M. Stallman1998-06-281-1/+4
|
* (mail-header-end): Widen.Richard M. Stallman1998-06-091-7/+11
| | | | (mail-text-start): Widen.
* (mail-mode): Include `-- ' and `---+' inRichard M. Stallman1998-06-071-0/+1
| | | | paragraph-start and paragraph-separate.
* (mail-from-style): Rename new alternative to `system-default'.Richard M. Stallman1998-05-281-2/+3
|
* (mail-from-style): Fix prev change.Richard M. Stallman1998-05-281-0/+1
|
* (mail-from-style): New alternative, `default'.Richard M. Stallman1998-05-281-2/+3
|
* (sendmail-send-it):Richard M. Stallman1998-05-281-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. Stallman1998-05-091-4/+15
| | | | | Improve prompts in custom type. Add risky-local-variable property. (mail-setup): Implement that feature.
* (send-mail-function): Doc fix.Richard M. Stallman1998-05-031-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 Heuer1998-04-151-10/+10
|
* use a string that will never match.Simon Marshall1998-03-271-1/+1
|
* check length of mail-header-separator before using in font-lock-keywords.Simon Marshall1998-03-251-2/+4
|
* Customized.Stephen Eglen1998-02-221-38/+81
|
* Changed font-lock-reference-face to font-lock-constant-face.Simon Marshall1998-02-201-1/+1
|
* (sendmail-coding-system): Doc-string modified.Kenichi Handa1998-01-221-1/+5
| | | | | (sendmail-send-it): Select a safe coding system to encode an outgoing mail.
* (sendmail-send-it): Parse foldedKarl Heuer1997-12-041-1/+3
| | | | Resent-To header properly; don't ignore folded lines.
* (mail-do-fcc): Handle dont-write-the-fileKarl Heuer1997-10-201-20/+20
| | | | correctly--don't write msg to the file after saving it from a buffer.
* (mail-bury): Check for value, not justKarl Heuer1997-10-151-1/+1
| | | | existence, of alist element.
* (mail-do-fcc): When writing to an Rmail file,Richard M. Stallman1997-09-131-10/+13
| | | | use rmail-file-coding-system or else emacs-mule.
* (sendmail-send-it): If bothKenichi Handa1997-09-121-1/+2
| | | | | buffer-file-coding-system and sendmail-coding-system are nil, use iso-latin-1 for encoding.
* (sendmail-send-it): The priority of codingKenichi Handa1997-09-101-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 prefixesRichard M. Stallman1997-09-081-2/+2
| | | | in adaptive-fill-regexp and adaptive-fill-first-line-regexp.
* (mail-mode): Set adaptive-fill-first-line-regexpRichard M. Stallman1997-09-031-1/+2
| | | | specially, not same as adaptive-fill-regexp.
* (mail-send): Complain about invalid header line.Richard M. Stallman1997-08-301-1/+9
|
* (mail-yank-original): Bind mark-even-if-inactiveRichard M. Stallman1997-08-201-2/+5
| | | | | | around the indentation and citation hooks code. (mail-send-nonascii): Make the default t.
* (mail-send): Ask for confirmation ifRichard M. Stallman1997-08-141-1/+19
| | | | | message contains non-ASCII characters. (mail-send-nonascii): New variable.
* (sendmail-send-it): Bind sendmail-coding-systemKenichi Handa1997-08-071-1/+3
| | | | to buffer-file-coding-system if it is non-nil.
* (mail-mode): Allow TAB after prefix in previous change.Richard M. Stallman1997-08-051-2/+2
|
* (mail-mode): Fix previous change.Richard M. Stallman1997-08-051-2/+3
| | | | | Treat a supercite prefix not followed by text as a paragraph separator.
* (mail-mode): Recognize foo> prefixRichard M. Stallman1997-08-011-1/+1
| | | | even without leading space.
* (mail-mode): Make adaptive-fill-regexpRichard M. Stallman1997-07-261-1/+3
| | | | match more values. Bind adaptive-fill-first-line-regexp too.
* (mail): Improve confirmation questions for file-visiting mail buffers.Richard M. Stallman1997-07-251-4/+13
|