1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

305 Commits

Author SHA1 Message Date
Richard M. Stallman
ea0d05b411 (mail-unsent-separator): Add a missing \\|. 1999-07-07 16:45:31 +00:00
Karl Heuer
805297bbc0 (rmail-next-same-subject): When searching, ignore
the same whitespace that was ignored in choosing the subject string.
1999-04-26 19:12:44 +00:00
Richard M. Stallman
b68a01e799 (rmail-decode-babyl-format): Undo previous change. 1999-04-07 06:11:36 +00:00
Richard M. Stallman
7c41178033 (rmail-ignored-headers): Doc fix. 1999-04-05 06:56:50 +00:00
Karl Heuer
db0e544166 (rmail-decode-babyl-format):
To prevent locking, bind buffer-file-name to nil.
1999-03-26 17:58:09 +00:00
Richard M. Stallman
2751e20bad (rmail-show-message): If an unseen message has a
Summary-line in its header, get past one more line before looking
for the X-Coding-System header.
1999-02-16 01:05:33 +00:00
Richard M. Stallman
64e95896cc (rmail-search): Track match with a marker, not an integer. 1999-02-10 03:50:50 +00:00
Eli Zaretskii
1d0f30ecee (rmail-mime-charset-pattern): Add optional TABs
and NLs before "charset", and allow the charset name be in double
quotes.
1999-01-31 14:49:43 +00:00
Richard M. Stallman
bda2515e22 (rmail-decode-babyl-format): Avoid locking when decoding. 1999-01-31 04:35:56 +00:00
Andrew Innes
1f0402c393 (rmail-insert-inbox-text): Handle POP mailboxes
where the userid contains directory separators.
1999-01-29 18:13:30 +00:00
Richard M. Stallman
aa2d5fe49c (rmail-decode-mime-charset): New variable.
(rmail-mime-charset-pattern): New variable.
(rmail-convert-to-babyl-format): Decode by MIME-charset if
rmail-decode-mime-charset is non-nil.
1999-01-28 03:13:51 +00:00
Richard M. Stallman
dd5ee393a8 (rmail-quit): run `rmail-quit-hook'. 1999-01-18 02:32:36 +00:00
Richard M. Stallman
7d6d84c1db (rmail-encode-string): Make sure mask value is
positive; (emacs-pid) returns a negative number on Windows 9x
which causes odd behaviour.
1998-12-31 13:44:02 +00:00
Andrew Innes
582e5ff70c (rmail-set-message-counters-counter): Detect messages that have been
added with DOS line endings and convert the line endings for such
messages.
1998-11-22 21:36:51 +00:00
Richard M. Stallman
b63e51c5fc (mail-unsent-separator): Additional alternative. 1998-11-21 02:34:50 +00:00
Richard M. Stallman
c317dd9330 (rmail-get-new-mail): Delete garbage in any case. 1998-10-21 18:39:15 +00:00
Karl Heuer
526e342958 (rmail-retry-failure): Allow blanks in boundary
string.  Expose mime stuff while searching.
1998-10-06 22:54:20 +00:00
Karl Heuer
7d8a6e1fc4 (rmail-resend): Work properly if invoked from summary. 1998-09-21 19:47:00 +00:00
Karl Heuer
6ec74fd45a (rmail-decode-babyl-format): Recognize both
`undecided' and `undecided-unix'.
1998-09-21 17:43:57 +00:00
Andreas Schwab
e1c3516e8e (rmail-movemail-program): Fix customize type. 1998-09-18 09:13:07 +00:00
Karl Heuer
65e7e846c9 (rmail-primary-inbox-list): Make the initial
value in the `repeat' alternative a list.
1998-09-04 20:38:16 +00:00
Richard M. Stallman
90d56ed8b0 (rmail-encoded-pop-password): New variable. 1998-08-05 20:31:24 +00:00
Richard M. Stallman
02eddff24a (rmail-dont-reply-to-names): Doc fix. 1998-07-28 07:30:04 +00:00
Richard M. Stallman
639540eca3 (rmail-insert-inbox-text): Use rmail-have-password,
rmail-get-pop-password and rmail-set-pop-password.
(rmail-have-password, rmail-get-pop-password)
(rmail-set-pop-password): New functions.
(rmail-encode-string): New function.
1998-07-27 08:35:47 +00:00
Karl Heuer
b04fa5c5a0 No longer depends on speedbspec for byte compile.
(rmail-speedbar-match-folder-regexp) new variable.
(rmail-speedbar-menu-items) Updated speedbar menu items.
(rmail-speedbar-key-map) New keymap.
(rmail-install-speedbar-variables) New function.
Install speedbar keymap only when speedbar is loaded.
(rmail-speedbar-buttons) Use `rmail-speedbar-match-folder-regexp'.
1998-07-10 16:46:21 +00:00
Richard M. Stallman
1ed79e4156 (rmail): If existing buffer, use local
enable-multibyte-characters for rmail-enable-multibyte.
(rmail-revert): Bind coding-system-for-read to raw-text,
then convert and make buffer multibyte, as in `rmail'.
1998-07-09 04:45:33 +00:00
Richard M. Stallman
0599b92511 (mail-unsent-separator): Add new alternative. 1998-06-25 18:52:18 +00:00
Andreas Schwab
16c53cdb99 (rmail-enable-mime): Use `other' widget type. 1998-06-24 09:17:20 +00:00
Richard M. Stallman
e995c41549 (rmail): Make the buffer multibyte
even if it was already nonempty, if it should be multibyte.
1998-06-15 22:46:24 +00:00
Richard M. Stallman
4cc4a962ca (rmail-variables): Locally bind
local-enable-local-variables, not enable-local-variables.
(rmail): Don't switch buffers inside the binding of
enable-local-variables.
1998-06-13 06:01:41 +00:00
Richard M. Stallman
f4b5ab4cea (rmail-toggle-header): Fix previous change. 1998-06-11 07:38:23 +00:00
Richard M. Stallman
b5e00b0200 (rmail): Prevent find-file from calling
rmail-mode for a new buffer.  Do it later, instead.
1998-06-06 22:10:19 +00:00
Karl Heuer
6a91b84a41 (rmail-toggle-header): Redo previous change;
don't move point if possible.
(rmail-count-screen-lines): Add.
1998-06-04 06:25:21 +00:00
Karl Heuer
72f69d0fb3 (rmail-toggle-header): Preserve point
and window-start (more or less) when reverting to original header.
1998-06-02 06:54:40 +00:00
Richard M. Stallman
903e09b79c (rmail-msg-is-pruned): Delete junk from definition. 1998-05-27 21:05:02 +00:00
Richard M. Stallman
966fbd0042 (rmail-default-body-file): New variable. 1998-05-23 20:08:19 +00:00
Richard M. Stallman
dc47993c49 (mail-unsent-separator): Handle "returned message follows". 1998-05-20 04:31:10 +00:00
Richard M. Stallman
2be0e54113 (rmail-toggle-header): Ensure blank line between headers and body. 1998-05-19 00:42:55 +00:00
Richard M. Stallman
c1c92f8b62 (rmail-mime-feature): Doc fix. 1998-05-19 00:15:22 +00:00
Richard M. Stallman
4375252dc1 (rmail-retry-failure):
Use mail-sendmail-delimit-header, not mail-send-delimit-header.
1998-05-16 22:26:27 +00:00
Richard M. Stallman
578b64159b (rmail-decode-babyl-format):
Set save-buffer-coding-system instead of buffer-file-coding-system.
Decode the whole Babyl text at once, not message by message.
Don't alter global value of rmail-file-coding-system.
(rmail-show-message): Set buffer-file-coding-system from
X-Coding-System header field.
(rmail-convert-to-babyl-format): Record X-Coding-System header
for each message that was converted.
(rmail-variables): Make local binding for save-buffer-coding-system,
and set it from buffer-file-coding-system if not already non-nil.

(rmail-ignored-headers): Ignore X-Coding-System header.
Ignore Return-Path, Errors-To, X-Attribution, X-Disclaimer.
1998-05-12 23:26:17 +00:00
Richard M. Stallman
c7ed80bcf7 (rmail-forward): Use mail-text-start.
(rmail-resend): Don't bind mail-header-separator.
(rmail-retry-failure): Use mail-send-delimit-header, etc.
1998-04-30 06:21:57 +00:00
Richard M. Stallman
078395abe7 (rmail): Don't bind enable-local-variables. 1998-04-22 06:18:02 +00:00
Dan Nicolaescu
cd32a7baa4 *** empty log message *** 1998-04-20 02:34:53 +00:00
Richard M. Stallman
b4b87b68dd (rmail-message-regexp-p):
Handle unreformatted messages for real.
(rmail-message-recipients-p): Undo previous change.
1998-04-18 01:54:05 +00:00
Andreas Schwab
848407099a (rmail-movemail-flags): Fix customize type. 1998-04-14 10:48:10 +00:00
Karl Heuer
9cda36c036 (rmail-message-regexp-p): Handle messages
whose headers have not been reformatted.
(rmail-message-recipients-p): Likewise.

(rmail-movemail-program): Customized.
(rmail-message-filter): Customized.
(rmail-display-summary): Customized.
(rmail-inbox-list, rmail-keywords, rmail-current-message)
(rmail-total-messages, rmail-message-vector, rmail-deleted-vector)
(rmail-msgref-vector, rmail-overlay-list, rmail-view-buffer)
(rmail-last-label, rmail-last-regexp): Now permanent locals.
(rmail-perm-variables): Set up all permanent locals here.
(rmail-variables): Not here.
(rmail-variables): Set enable-local-variables here.
(rmail-mode-2): Not here.
1998-04-08 19:02:34 +00:00
Stephen Eglen
74ae80cdf3 Doc fix in rmail-mode. 1998-04-07 08:56:13 +00:00
Karl Heuer
442f5309d9 Fix previous change. 1998-04-06 22:22:05 +00:00
Karl Heuer
757c233251 (rmail-movemail-flags): New customizable variable
to specify additional flags to pass to movemail.
(rmail-insert-inbox-text): Use rmail-movemail-flags.
1998-04-06 22:05:23 +00:00