Mercurial > emacs
view lisp/mail/ChangeLog @ 88204:cfd79a3dbf73
*** empty log message ***
author | Henrik Enberg <henrik.enberg@telia.com> |
---|---|
date | Wed, 18 Jan 2006 12:15:47 +0000 |
parents | 4ece5630c0fb |
children | a91053376300 |
line wrap: on
line source
2006-01-18 Henrik Enberg <enberg@printf.se> * rmail.el (rmail-get-inbox-list): New function. (rmail-get-new-mail): Use it. Only call `rmail-show-message' on file-error condition if no new messages are found. (rmail): Only call `rmail-show-message' if no new mail was found. * rmailsum.el (rmail-summary-get-new-mail): Only call `rmail-summary-goto-msg' if no new mail was found. 2006-01-18 Alex Schroeder <alex@gnu.org> * rmail.el (rmail): Only insert the file if it actually exists. (rmail-show-message): Do not display labels if there are no messages. This corrects the mistake if visiting an empty file, but it doesn't fix the situation where you delete the all messages and expunge them. This may leave the labels of the last message in the modeline. 2006-01-17 Henrik Enberg <enberg@printf.se> * rmailkwd.el: Don't require rmail. * rmail.el (rmail-process-new-messages): Don't require rmailkwd here, do it at toplevel instead. (rmail-process-new-messages): Add an X-Coding-System header if one doesn't exist. 2006-01-17 Alex Schroeder <alex@gnu.org> * rmailsum.el (rmail-summary-by-labels): No longer concatenate regexp with commas because of recent change to rmail-message-labels-p. (rmail-summary-rmail-update): Replace rmail-message-labels-p test with simple rmail-desc-get-keywords. * rmail.el (rmail-message-labels-p): Rewrote using rmail-desc-get-keywords. (rmail-auto-file): Rewrote test for "filed" using rmail-desc-get-keywords. * rmailsum.el (rmail-summary-font-lock-keywords): Fix regular expression for unread messages. (rmail-summary-mode): Added documentation for the filtering commands. (rmail-summary-mode-map): Added keybinding for rmail-summary-by-sender. (rmail-summary-get-summary): Don't show attributes, only user-defined keywords. * rmailedit.el (rmail-cease-edit): Do not adjust the marker of the last message. 2006-01-17 Henrik Enberg <enberg@printf.se> * rmailout.el (rmail-output-read-file-name): Make sure search in executed in `rmail-buffer'. (rmail-output-to-rmail-file): Use `rmail-output-read-file-name'. (rmail-output-read-rmail-file-name): Deleted. * rmailsum.el (rmail-summary-output-to-rmail-file): Use `rmail-output-read-file-name'. (rmail-summary-get-message-at-point): Handle 5-digit message ids. * rmail.el (rmail-process-new-messages): Require rmailkwd. (rmail-ignored-headers): Add "Original-Recipient" 2006-01-17 Alex Schroeder <alex@gnu.org> * rmail.el (rmail-display-labels): Use identity instead of lambda. * rmailsum.el (rmail-summary-font-lock-keywords): Fix typo for labels. (rmail-summary-get-summary): Add labels again. 2006-01-16 Alex Schroeder <alex@gnu.org> * rmail.el (rmail-nuke-pinhead-header, rmail-reformat-message) (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header): Deleted. (rmail-narrow-to-header): Fix typo, error if we cannot find the end of the headers. * rmailsum.el (rmail-message-subject-p, rmail-message-senders-p): Use mail-fetch-field instead of mail-header-get-header. (rmail-summary-next-same-subject): Simplify. * rmail.el (rmail): Create the buffer using file-name-nondirectory. (rmail-mode-map): Bind j to rmail-show-message instead of rmail-message. 2006-01-16 Henrik Enberg <enberg@printf.se> * rmailsum.el (rmail-new-summary): Make sure summary buffer is current when selecting message. (rmail-summary-browse-body): Deleted. (rmail-summary-rmail-update, rmail-summary-get-message-at-point, rmail-summary-goto-msg): Use string-to-number. (rmail-summary-toggle-header, rmail-summary-add-label, rmail-summary-kill-label): Use with-current-buffer. (rmail-summary-previous-msg): Add docstring. 2006-01-16 Alex Schroeder <alex@gnu.org> * rmail.el (rmail-ignored-headers): Merged several terms using grouping, added simple "from " (without a colon), and several other headers. (rmail): Automatically convert BABYL files to mbox files. (rmail-decode-babyl-format): Deleted, since conversion is handled by unrmail. * unrmail.el (unrmail): Use regular expression search to find message separators such that the fake separators inserted by rmime.el are not matched. The sections added by rmime.el are removed. 2006-01-16 Henrik Enberg <enberg@printf.se> * rmail.el: Don't require `rmailout' and `rmailsum'. * rmailsum.el (rmail-summary-get-line-count): Rightalign line count. (rmail-summary-get-summary): Display 5-digit message ids. (rmail-summary-goto-msg): Adjust for 5-digit ids. (rmail-summary-font-lock-keywords): Likewise. * rmail.el (rmail-url-map, rmail-activate-urls, rmail-visit-url-at-mouse, rmail-visit-url-at-point, rmail-browse-body): Deleted, don't duplicate goto-address functionality. 2004-10-02 Richard M. Stallman <rms@gnu.org> * mail/rmail.el (rmail): Convert Babyl files using decode-babyl-file. (rmail-use-spam-filter): Add defvar. * mail/unrmail.el: Mostly rewritten. Parses the file directly without calling any functions in Rmail. (batch-convert-babyl, convert-babyl-file, decode-babyl-file) (decode-babyl): New functions. (unrmail, batch-unrmail): Now aliases. 2004-09-27 Richard M. Stallman <rms@gnu.org> * mail/rmaildesc.el (rmail-message-deleted-p): Add as alias. * mail/rmail.el (rmail-message-vector, rmail-deleted-vector) (rmail-msgref-vector, rmail-summary-vector): Vars deleted. All code to initialize them deleted too. (rmail-forget-messages): Function deleted. Callers changed. (rmail-set-message-counters): Function deleted. Callers changed. (rmail-count-new-messages): Function deleted. Callers changed. (rmail-set-message-counters-counter): Likewise. (rmail-maybe-set-message-counters): Now no-op. (rmail-message-deleted-p, rmail-set-message-deleted-p): Fns deleted. (rmail-msg-number-after-expunge): Fn deleted. (rmail): Delete excess closeparen. (rmail-initialize-messages): Doc fix. (rmail-expunge-confirmed): Update to use rmail-desc-deleted-p. * mail/rmailsum.el (rmail-make-summary-line): Function deleted. (rmail-new-summary): Make it work once again as in old version. (rmail-summary-get-summary): Call rmail-summary-line-decoder. 2004-09-20 Richard M. Stallman <rms@gnu.org> * mail/rmail.el (rmail): Error if file is Babyl format. (rmail-process-new-messages, rmail-reply-callback, rmail-mark-message) (rmail-narrow-to-message): Doc fix. (rmail-reply, rmail-forward, rmail-resend, rmail-retry-failure) (rmail-browse-body): Immediate error if file is empty. * mail/rmail.el (rmail-convert-file, rmail-insert-rmail-file-header) (rmail-convert-to-babyl-format): Functions deleted. (rmail-mode): Don't call rmail-convert-file. * net/browse-url.el (browse-url-activate-urls): Add autoload. * mail/rmailedit.el (rmail-edit-current-message): Immediate error if file is empty. * mail/rmailkwd.el (rmail-read-label, rmail-set-label): Immediate error if file is empty. (rmail-parse-file-keywords): Function deleted. ;; Local Variables: ;; coding: iso-2022-7bit ;; End: