aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
Commit message (Collapse)AuthorAgeFilesLines
* (report-emacs-bug): Fix typos in output message.Juanma Barranquero2006-11-061-1/+1
|
* (vms-pmail-save-and-exit, vms-pmail-abort, vms-pmail-setup):Juanma Barranquero2006-11-061-5/+5
| | | | Fix typos in docstrings.
* (feedmail-queue-reminder, feedmail-queue-reminder-alist,Juanma Barranquero2006-11-061-78/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | feedmail-confirm-outgoing, feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc, feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column, feedmail-sender-line, feedmail-force-binary-write, feedmail-from-line, feedmail-deduce-envelope-from, feedmail-x-mailer-line, feedmail-message-id-generator, feedmail-date-generator, feedmail-fiddle-plex-user-list, feedmail-enable-spray, feedmail-spray-this-address, feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue, feedmail-queue-runner-confirm-global, feedmail-ask-before-queue-prompt, feedmail-ask-before-queue-reprompt, feedmail-prompt-before-queue-standard-alist, feedmail-prompt-before-queue-user-alist, feedmail-prompt-before-queue-help-supplement, feedmail-queue-use-send-time-for-message-id, feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix, feedmail-mail-send-hook-splitter, feedmail-mail-send-hook, feedmail-mail-send-hook-queued, feedmail-confirm-addresses-hook-example, feedmail-last-chance-hook, feedmail-before-fcc-hook, feedmail-queue-runner-mode-setter, feedmail-queue-alternative-mail-header-separator, feedmail-queue-runner-message-sender, feedmail-buffer-eating-function, feedmail-binmail-template, feedmail-run-the-queue-no-prompts, feedmail-run-the-queue-global-prompt, feedmail-queue-subject-slug-maker, feedmail-fiddle-header, feedmail-envelope-deducer, feedmail-fiddle-date, feedmail-default-message-id-generator, feedmail-fiddle-message-id, feedmail-fiddle-x-mailer, feedmail-fiddle-spray-address, feedmail-deduce-address-list): Fix typos in docstrings.
* (rmail-redecode-body): New optional argument RAW.Eli Zaretskii2006-11-041-3/+29
| | | | | Don't encode body if RAW is non-nil, or if the old encoding is identical to the new encoding, or if the body contains only eight-bit-* characters.
* (rsf-scanning-messages-now): Use "non-nil" in docstrings.Juanma Barranquero2006-11-031-1/+1
|
* Comment change.Richard M. Stallman2006-10-181-0/+11
|
* (rmail-mime-charset-pattern): Allow a TAB between "Content-Type" andEli Zaretskii2006-10-071-1/+1
| | | | "text/plain".
* (rmail-redecode-body): If the old encoding is `undecided', callEli Zaretskii2006-10-071-0/+6
| | | | find-coding-systems-region to find a proper non-trivial encoding.
* 2006-10-02 MIYOSHI Masanori <[email protected]> (tiny change)Simon Josefsson2006-10-021-1/+1
| | | | | * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in 2006-09-28 commit.
* * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break longChong Yidong2006-09-281-4/+4
| | | | lines in base64-encoded authentication response.
* (rmail-get-new-mail): Say whether all msgs are spam.Richard M. Stallman2006-09-081-6/+11
| | | | (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
* 2006-09-06 Simon Josefsson <[email protected]>Simon Josefsson2006-09-061-1/+6
| | | | * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
* (rsf-scanning-messages-now): Doc fix.Richard M. Stallman2006-09-041-10/+9
| | | | | (rsf-min-region-to-spam-list): Doc fix. (rsf-add-content-type-field): Doc fix.
* * mail/feedmail.el (feedmail-buffer-to-sendmail): Look forChong Yidong2006-09-042-1/+19
| | | | | | | | sendmail in several common directories. * mail/sendmail.el (sendmail-program): Moved here from pathe.el. * paths.el (sendmail-program): Removed.
* * mail/sendmail.el (mail-send): Search explicitly forChong Yidong2006-06-151-5/+8
| | | | mail-header-separator when checking for corrupted header lines.
* (rmail-mime-charset-pattern): Add "?:" before "format".Eli Zaretskii2006-05-201-3/+3
| | | | (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
* (rmail-convert-to-babyl-format): Use second group fromRomain Francoise2006-04-191-2/+2
| | | | `rmail-mime-charset-pattern'.
* (rmail-mime-charset-pattern): Ignore format and delsp specsRichard M. Stallman2006-04-101-1/+3
| | | | while looking for charset.
* (tool-bar-map): Defvar it.Eli Zaretskii2006-03-251-0/+34
| | | | | (rmail-tool-bar-map): Tool-bar buttons for Rmail. (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
* (rmail-reply-regexp): Undo previous change.Richard M. Stallman2006-03-181-4/+4
|
* (rmail-summary-next-msg): Skip deleted messages, where "D" is theEli Zaretskii2006-03-111-1/+1
| | | | 6th character.
* (rmail-ignored-headers): Discard DomainKey-Signature.Richard M. Stallman2006-03-111-2/+8
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-0630-31/+38
|
* (mailclient-place-body-on-clipboard-flag): Fix typo in docstring.Juanma Barranquero2006-02-021-27/+27
|
* (rmail-make-summary-line-1): Don't set global binding of `line'.Richard M. Stallman2006-01-261-3/+2
|
* (rmail-output): Don't use content-type if it is nil.Eli Zaretskii2006-01-211-3/+5
|
* (rmail-enable-mime): Docstring fixed.Kenichi Handa2006-01-191-4/+17
| | | | | | (rmail-mime-feature): Likewise. (rmail-require-mime-maybe): Use display-warning to show a warning message.
* (smtpmail-send-it): Use insert-buffer-substring.Jesper Harder2006-01-181-1/+1
|
* Add comment describing AUTH PLAIN fix.Simon Josefsson2006-01-101-1/+6
|
* (report-emacs-bug-text-prompt): Delete var.Thien-Thi Nguyen2006-01-101-11/+13
| | | | | | (report-emacs-bug): Don't record initial prompt text. Instead, add text properties to prompting text. (report-emacs-bug-hook): Delete prompting text.
* (rmail-reply-regexp): Also ignore mailing listAlex Schroeder2006-01-081-2/+4
| | | | | identifiers sometimes added in square brackets at the beginning of subject lines.
* (rmail-current-subject): New function.Alex Schroeder2006-01-081-13/+35
| | | | | (rmail-current-subject-regexp): New function. (rmail-next-same-subject): Use it.
* (rmail-summary-by-topic): UseAlex Schroeder2006-01-081-12/+14
| | | | | rmail-current-subject and rmail-current-subject-regexp. (rmail-summary-next-same-subject): Ditto.
* (report-emacs-bug): Let explanations correctly reflect the address to whichEli Zaretskii2006-01-061-12/+12
| | | | the report will be sent.
* (send-mail-function): Fix typo in comment.Luc Teirlinck2005-12-281-1/+1
|
* (send-mail-function): Autoload the standard-value.Luc Teirlinck2005-12-281-0/+9
|
* Fix AUTH PLAIN authentication.Simon Josefsson2005-12-281-7/+4
|
* (rmail-next-same-subject): Handle multiple "Re: " strings and long subjectEli Zaretskii2005-12-101-4/+9
| | | | lines that were broken into multiple lines at arbitrary places.
* * files.el (save-buffer):Reiner Steib2005-12-092-4/+8
| | | | | | * international/ucs-tables.el (ucs-set-table-for-input): * mail/mail-extr.el (mail-extract-address-components): * mail/sendmail.el (mail-mode): Reformat doc string.
* (smtpmail-via-smtp): Disable undo in SMTP buffer.Kim F. Storm2005-12-091-0/+1
|
* * mail/smtpmail.el (smtpmail-try-auth-methods): Make passwordSimon Josefsson2005-12-061-1/+1
| | | | prompts work for AUTH PLAIN.
* (mail-yank-ignored-headers): Don't autoload.Stefan Monnier2005-12-051-1/+0
|
* Remove unnecessary leading-star in docstrings.Stefan Monnier2005-12-051-171/+163
| | | | | | | | | | (mail-yank-ignored-headers): Use regexp-opt. (mail-mode-map): Move initialization into declaration. (mail-sent-via): Remove unused shadowed var `to-line'. (mail-mailer-swallows-blank-line): Use with-temp-buffer. (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer. (mail-do-fcc): Use dolist and push. (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
* * longlines.el (longlines-mode): Add mail-setup-hook.Chong Yidong2005-11-292-42/+39
| | | | | | | * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes. * simple.el (sendmail-user-agent-compose, next-line): Conditionally use hard-newline.
* * simple.el (hard-newline): New variable.Chong Yidong2005-11-172-39/+42
| | | | | | | | | | | | | * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field) (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc) (mail-mail-reply-to, mail-mail-followup-to) (mail-position-on-field, mail-signature, mail-yank-original) (mail-attach-file): Use it. * mail/mailheader.el (mail-header-format) (mail-header-format-function): Likewise. * add-log.el (add-change-log-entry, change-log-merge): Likewise.
* (smtpmail-send-it): Use insert-buffer-contents.Richard M. Stallman2005-11-161-1/+1
|
* (rmail-output-to-rmail-file, rmail-output): Doc fix.Eli Zaretskii2005-11-041-5/+5
|
* Use insert-buffer-substring, not insert-buffer.Richard M. Stallman2005-11-031-3/+3
|
* (mail-setup-hook, mail-aliases)Eli Zaretskii2005-10-201-0/+10
| | | | | | | (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks) (mail-citation-prefix-regexp, mail-signature-file) (mail-default-headers, mail-bury-selects-summary) (mail-send-nonascii): Add autoload cookies.
* (send-mail-function): Use mailclient-send-itRichard M. Stallman2005-10-161-1/+4
| | | | as default on darwin and windows systems.