aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* * message.el (message-expand-group): Pass the commonMasatake YAMATO2005-10-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prefix substring of completion to `display-completion-list'. * mh-comp.el (mh-complete-word): Pass the common prefix substring of completion to `display-completion-list'. * dabbrev.el (dabbrev-completion): Pass the common prefix substring of completion to `display-completion-list'. * filecache.el (file-cache-minibuffer-complete) (file-cache-complete): Ditto. * tempo.el (tempo-display-completions): Ditto. * wid-edit.el (widget-file-complete, widget-color-complete): Ditto. * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto. * eshell/em-hist.el (eshell-list-history): Ditto. * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto. * progmodes/etags.el (complete-tag): Ditto. * progmodes/make-mode.el (makefile-complete): Ditto. * progmodes/meta-mode.el (meta-complete-symbol): Ditto. * progmodes/octave-mod.el (octave-complete-symbol): Ditto. * progmodes/pascal.el (pascal-complete-word) (pascal-show-completions): Ditto. * textmodes/bibtex.el (bibtex-complete-internal): Ditto. * simple.el (completion-common-substring): New variable. (completion-setup-function): Use `completion-common-substring' to put faces. * minibuf.c (Fdisplay_completion_list): Add new optional argument COMMON_SUBSTRING. Bind `completion-common-substring' to the optional argument during running `completion-setup-hook'.
* Update maintainer email address.Glenn Morris2005-10-081-1/+1
|
* Discard old maintainer email addr.Richard M. Stallman2005-10-031-1/+1
|
* 2005-09-30 Bill Wohler <wohler@newt.com>Bill Wohler2005-09-302-38/+0
| | | | | | | | | | | | | | | | | | | | | | | | Moved MH-E image files from toolbar and mail directories into etc/images. * mail/reply2.*: Moved to etc/images/mail/reply*. * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm: * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Moved to etc/images. * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*: * toolbar/reply*: Moved to etc/images/mail. * toolbar/rescan.*: Moved and renamed to etc/images/refresh.*. * mh-e/mh-customize.el (mh-refile-msg, mh-tool-bar-reply-from) (mh-tool-bar-reply-to, mh-tool-bar-reply-all) (mh-alias-grab-from-field, mh-pack-folder): Image files moved to etc/images/mail so added "mail/" prefix. (mh-reply): Ditto. Also renamed reply2.* to reply.*. (mh-rescan-folder): Ditto. Renamed image file to refresh.* since it can be used in the general sense. Does not have "mail/" prefix.
* Add arch taglineMiles Bader2005-09-241-0/+1
|
* 2005-09-24 Emilio C. Lopes <eclig@gmx.net>Romain Francoise2005-09-244-30/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * woman.el (woman-file-name): * wid-edit.el (widget-file-prompt-value) (widget-coding-system-prompt-value): * w32-fns.el (set-w32-system-coding-system): * vc.el (vc-version-diff, vc-annotate): * textmodes/reftex-auc.el (reftex-arg-cite) (reftex-arg-index-tag): * textmodes/refer.el (refer-get-bib-files): * textmodes/artist.el (artist-figlet-choose-font): * terminal.el (terminal-emulator): * replace.el (occur-read-primary-args): * rect.el (string-rectangle, string-insert-rectangle): * ps-print.el (ps-print-preprint): * progmodes/pascal.el (pascal-goto-defun): * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer): * progmodes/compile.el (compilation-find-file): * printing.el (pr-interactive-n-up): * play/animate.el (animate-birthday-present): * net/rcompile.el (remote-compile): * man.el (man, Man-goto-section, Man-follow-manual-reference): * mail/rmailsum.el (rmail-summary-search-backward) (rmail-summary-search): * mail/rmailout.el (rmail-output-read-rmail-file-name) (rmail-output-read-file-name): * mail/rmail.el (rmail-search, rmail-search-backwards): * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs): * locate.el (locate): * international/quail.el (quail-show-keyboard-layout): * international/mule.el (set-buffer-file-coding-system) (revert-buffer-with-coding-system, set-file-name-coding-system) (set-terminal-coding-system, set-keyboard-coding-system) (set-next-selection-coding-system): * international/mule-diag.el (describe-coding-system) (describe-font, describe-fontset): * international/mule-cmds.el (universal-coding-system-argument) (search-unencodable-char, describe-input-method) (set-language-environment, describe-language-environment): * international/codepage.el (codepage-setup): * international/code-pages.el (codepage-setup): * info.el (Info-search, Info-follow-reference) (Info-search-backward): * emacs-lisp/advice.el (ad-read-advised-function) (ad-read-advice-class, ad-clear-cache, ad-activate) (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name) (ad-enable-advice, ad-disable-advice, ad-remove-advice) (ad-read-regexp): * ediff-util.el (ediff-toggle-regexp-match): * ediff-ptch.el (ediff-prompt-for-patch-file): * dired-aux.el (dired-diff): * diff.el (diff): * cus-edit.el (custom-variable-prompt): * calendar/timeclock.el (timeclock-ask-for-project): * calc/calcalg3.el (calc-get-fit-variables): * calc/calc-store.el (calc-edit-variable) (calc-permanent-variable): * vc-mcvs.el (vc-mcvs-register): * shadowfile.el (shadow-define-literal-group): * woman.el (woman-file-name): * vc.el (vc-version-diff, vc-merge): * textmodes/reftex-index.el (reftex-index-complete-tag): * format.el (format-decode-buffer, format-decode-region): * emulation/viper-cmd.el (viper-read-string-with-history): * emacs-lisp/debug.el (cancel-debug-on-entry): * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): * ediff.el (ediff-merge-revisions) (ediff-merge-revisions-with-ancestor, ediff-revision): * completion.el (interactive-completion-string-reader): * calc/calc-prog.el (calc-user-define-formula): Follow convention for reading with the minibuffer.
* New file.Richard M. Stallman2005-09-231-0/+173
|
* Message format spec fixes (commit 6)Deepak Goel2005-09-182-7/+7
|
* 2005-09-13 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-09-121-2/+5
| | | | | | | | * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'. Fix behavior if noerase is `t' and there is no mail buffer. * simple.el (sendmail-user-agent-compose): Use a new mail buffer if `continue' is nil, rather than signal an error.
* 2005-09-13 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-09-121-4/+14
| | | | | * mail/sendmail.el (mail): Use new buffer if `noerase' argument is `new'.
* (default-sendmail-coding-system): Doc fix.Eli Zaretskii2005-09-091-2/+2
|
* (send-mail-function): Add Mailclient alternative.Richard M. Stallman2005-09-091-0/+1
|