1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00
Commit Graph

1657 Commits

Author SHA1 Message Date
Chong Yidong
e4eb8462ca * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
lines in base64-encoded authentication response.
2006-09-28 17:16:12 +00:00
Richard M. Stallman
ee1d889f35 (rmail-get-new-mail): Say whether all msgs are spam.
(rmail-convert-to-babyl-format): Don't record undo, leave list empty.
2006-09-08 12:02:13 +00:00
Simon Josefsson
8bf5f8c5d2 2006-09-06 Simon Josefsson <jas@extundo.com>
* mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
2006-09-06 09:08:55 +00:00
Richard M. Stallman
8f921acb25 (rsf-scanning-messages-now): Doc fix.
(rsf-min-region-to-spam-list): Doc fix.
(rsf-add-content-type-field): Doc fix.
2006-09-04 16:54:25 +00:00
Chong Yidong
82695714e8 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
sendmail in several common directories.

	* mail/sendmail.el (sendmail-program): Moved here from pathe.el.

	* paths.el (sendmail-program): Removed.
2006-09-04 14:17:12 +00:00
Chong Yidong
c43d75391a * mail/sendmail.el (mail-send): Search explicitly for
mail-header-separator when checking for corrupted header lines.
2006-06-15 18:34:26 +00:00
Eli Zaretskii
3b96a16d2e (rmail-mime-charset-pattern): Add "?:" before "format".
(rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2006-05-20 17:36:45 +00:00
Romain Francoise
f948ab6c52 (rmail-convert-to-babyl-format): Use second group from
`rmail-mime-charset-pattern'.
2006-04-19 09:55:40 +00:00
Richard M. Stallman
4f07f2e8a5 (rmail-mime-charset-pattern): Ignore format and delsp specs
while looking for charset.
2006-04-10 03:19:09 +00:00
Eli Zaretskii
1da6a64db8 (tool-bar-map): Defvar it.
(rmail-tool-bar-map): Tool-bar buttons for Rmail.
(rmail-perm-variables): Make rmail-tool-bar-map a local variable.
2006-03-25 11:34:47 +00:00
Richard M. Stallman
052ec900fa (rmail-reply-regexp): Undo previous change. 2006-03-18 18:28:36 +00:00
Eli Zaretskii
710cb0d055 (rmail-summary-next-msg): Skip deleted messages, where "D" is the
6th character.
2006-03-11 16:18:20 +00:00
Richard M. Stallman
f7878d663b (rmail-ignored-headers): Discard DomainKey-Signature. 2006-03-11 15:13:47 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Juanma Barranquero
3db4118f6c (mailclient-place-body-on-clipboard-flag): Fix typo in docstring. 2006-02-02 12:04:23 +00:00
Richard M. Stallman
9b45278627 (rmail-make-summary-line-1): Don't set global binding of `line'. 2006-01-26 17:54:01 +00:00
Eli Zaretskii
5ef9bccd06 (rmail-output): Don't use content-type if it is nil. 2006-01-21 13:16:05 +00:00
Kenichi Handa
d9bf0f5a30 (rmail-enable-mime): Docstring fixed.
(rmail-mime-feature): Likewise.
(rmail-require-mime-maybe): Use display-warning to show a warning
message.
2006-01-19 11:59:55 +00:00
Jesper Harder
b0aea09e7b (smtpmail-send-it): Use insert-buffer-substring. 2006-01-18 20:49:00 +00:00
Simon Josefsson
0c91399adf Add comment describing AUTH PLAIN fix. 2006-01-10 14:06:14 +00:00
Thien-Thi Nguyen
9888f112a2 (report-emacs-bug-text-prompt): Delete var.
(report-emacs-bug): Don't record initial prompt text.
Instead, add text properties to prompting text.
(report-emacs-bug-hook): Delete prompting text.
2006-01-10 13:01:48 +00:00
Alex Schroeder
e1b3b7a2d9 (rmail-reply-regexp): Also ignore mailing list
identifiers sometimes added in square brackets at the beginning of
subject lines.
2006-01-08 23:48:56 +00:00
Alex Schroeder
8006823139 (rmail-current-subject): New function.
(rmail-current-subject-regexp): New function.
(rmail-next-same-subject): Use it.
2006-01-08 15:22:59 +00:00
Alex Schroeder
7d89781816 (rmail-summary-by-topic): Use
rmail-current-subject and rmail-current-subject-regexp.
(rmail-summary-next-same-subject): Ditto.
2006-01-08 15:17:45 +00:00
Eli Zaretskii
53dab082e3 (report-emacs-bug): Let explanations correctly reflect the address to which
the report will be sent.
2006-01-06 19:41:35 +00:00
Luc Teirlinck
4adc30a4ae (send-mail-function): Fix typo in comment. 2005-12-28 16:49:59 +00:00
Luc Teirlinck
5e7f11bc15 (send-mail-function): Autoload the standard-value. 2005-12-28 16:38:27 +00:00
Simon Josefsson
c3f69831cb Fix AUTH PLAIN authentication. 2005-12-28 08:46:05 +00:00
Eli Zaretskii
7c86d70e27 (rmail-next-same-subject): Handle multiple "Re: " strings and long subject
lines that were broken into multiple lines at arbitrary places.
2005-12-10 11:30:33 +00:00
Reiner Steib
e8f4db18e2 * files.el (save-buffer):
* 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.
2005-12-09 16:44:18 +00:00
Kim F. Storm
9cf328cc65 (smtpmail-via-smtp): Disable undo in SMTP buffer. 2005-12-09 09:44:35 +00:00
Simon Josefsson
98b537f715 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
prompts work for AUTH PLAIN.
2005-12-06 12:57:35 +00:00
Stefan Monnier
bb61f0fd71 (mail-yank-ignored-headers): Don't autoload. 2005-12-05 17:11:21 +00:00
Stefan Monnier
95fe848eb2 Remove unnecessary leading-star in docstrings.
(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.
2005-12-05 17:08:00 +00:00
Chong Yidong
15575807da * longlines.el (longlines-mode): Add mail-setup-hook.
* mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.

	* simple.el (sendmail-user-agent-compose, next-line):
	Conditionally use hard-newline.
2005-11-29 23:54:47 +00:00
Chong Yidong
4ea0018b7f * simple.el (hard-newline): New variable.
* 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.
2005-11-17 16:30:52 +00:00
Richard M. Stallman
63fcfa450f (smtpmail-send-it): Use insert-buffer-contents. 2005-11-16 22:22:18 +00:00
Eli Zaretskii
6c6bf1bbdd (rmail-output-to-rmail-file, rmail-output): Doc fix. 2005-11-04 14:51:08 +00:00
Richard M. Stallman
bf71490505 Use insert-buffer-substring, not insert-buffer. 2005-11-03 21:34:54 +00:00
Eli Zaretskii
214d564041 (mail-setup-hook, mail-aliases)
(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.
2005-10-20 14:34:42 +00:00
Richard M. Stallman
255d8b22d9 (send-mail-function): Use mailclient-send-it
as default on darwin and windows systems.
2005-10-16 17:52:04 +00:00
Masatake YAMATO
f5fab556d4 * message.el (message-expand-group): Pass the common
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'.
2005-10-16 09:31:48 +00:00
Glenn Morris
aff88519c0 Update maintainer email address. 2005-10-08 04:49:48 +00:00
Richard M. Stallman
edd6952073 Discard old maintainer email addr. 2005-10-03 01:12:41 +00:00
Bill Wohler
c727526be9 2005-09-30 Bill Wohler <wohler@newt.com>
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.
2005-09-30 17:48:04 +00:00
Miles Bader
aa5486323e Add arch tagline 2005-09-24 21:35:08 +00:00
Romain Francoise
5b76833fd5 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
* 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.
2005-09-24 13:44:02 +00:00
Richard M. Stallman
60a97d23c8 New file. 2005-09-23 18:31:49 +00:00
Deepak Goel
8381614263 Message format spec fixes (commit 6) 2005-09-18 12:37:20 +00:00
Chong Yidong
09c9e6bbb9 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
* 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-12 22:58:55 +00:00