aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail/rmail.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use new backquote syntax.Gerd Moellmann1999-11-151-19/+19
|
* (rmail-pop-password-error): Add alternative.Dave Love1999-10-141-1/+2
|
* (rmail-retry-failure): Unconditionally move to beginning of message.Richard M. Stallman1999-09-061-2/+2
|
* (rmail-read-password): Deleted.Dave Love1999-09-061-24/+1
| | | | (rmail-get-pop-password): Use read-password.
* (mail-unsent-separator): Add a missing \\|.Richard M. Stallman1999-07-071-1/+1
|
* (rmail-next-same-subject): When searching, ignoreKarl Heuer1999-04-261-2/+2
| | | | the same whitespace that was ignored in choosing the subject string.
* (rmail-decode-babyl-format): Undo previous change.Richard M. Stallman1999-04-071-3/+3
|
* (rmail-ignored-headers): Doc fix.Richard M. Stallman1999-04-051-1/+7
|
* (rmail-decode-babyl-format):Karl Heuer1999-03-261-3/+3
| | | | To prevent locking, bind buffer-file-name to nil.
* (rmail-show-message): If an unseen message has aRichard M. Stallman1999-02-161-0/+4
| | | | | Summary-line in its header, get past one more line before looking for the X-Coding-System header.
* (rmail-search): Track match with a marker, not an integer.Richard M. Stallman1999-02-101-1/+1
|
* (rmail-mime-charset-pattern): Add optional TABsEli Zaretskii1999-01-311-1/+1
| | | | | and NLs before "charset", and allow the charset name be in double quotes.
* (rmail-decode-babyl-format): Avoid locking when decoding.Richard M. Stallman1999-01-311-0/+1
|
* (rmail-insert-inbox-text): Handle POP mailboxesAndrew Innes1999-01-291-8/+12
| | | | where the userid contains directory separators.
* (rmail-decode-mime-charset): New variable.Richard M. Stallman1999-01-281-1/+35
| | | | | | (rmail-mime-charset-pattern): New variable. (rmail-convert-to-babyl-format): Decode by MIME-charset if rmail-decode-mime-charset is non-nil.
* (rmail-quit): run `rmail-quit-hook'.Richard M. Stallman1999-01-181-1/+4
|
* (rmail-encode-string): Make sure mask value isRichard M. Stallman1998-12-311-0/+1
| | | | | positive; (emacs-pid) returns a negative number on Windows 9x which causes odd behaviour.
* (rmail-set-message-counters-counter): Detect messages that have beenAndrew Innes1998-11-221-13/+27
| | | | | added with DOS line endings and convert the line endings for such messages.
* (mail-unsent-separator): Additional alternative.Richard M. Stallman1998-11-211-1/+2
|
* (rmail-get-new-mail): Delete garbage in any case.Richard M. Stallman1998-10-211-2/+2
|
* (rmail-retry-failure): Allow blanks in boundaryKarl Heuer1998-10-061-3/+8
| | | | string. Expose mime stuff while searching.
* (rmail-resend): Work properly if invoked from summary.Karl Heuer1998-09-211-4/+4
|
* (rmail-decode-babyl-format): Recognize bothKarl Heuer1998-09-211-1/+2
| | | | `undecided' and `undecided-unix'.
* (rmail-movemail-program): Fix customize type.Andreas Schwab1998-09-181-1/+1
|
* (rmail-primary-inbox-list): Make the initialKarl Heuer1998-09-041-3/+3
| | | | value in the `repeat' alternative a list.
* (rmail-encoded-pop-password): New variable.Richard M. Stallman1998-08-051-0/+2
|
* (rmail-dont-reply-to-names): Doc fix.Richard M. Stallman1998-07-281-1/+2
|
* (rmail-insert-inbox-text): Use rmail-have-password,Richard M. Stallman1998-07-271-11/+51
| | | | | | | 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.
* No longer depends on speedbspec for byte compile.Karl Heuer1998-07-101-6/+31
| | | | | | | | | (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'.
* (rmail): If existing buffer, use localRichard M. Stallman1998-07-091-3/+18
| | | | | | 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'.
* (mail-unsent-separator): Add new alternative.Richard M. Stallman1998-06-251-0/+1
|
* (rmail-enable-mime): Use `other' widget type.Andreas Schwab1998-06-241-1/+1
|
* (rmail): Make the buffer multibyteRichard M. Stallman1998-06-151-5/+5
| | | | even if it was already nonempty, if it should be multibyte.
* (rmail-variables): Locally bindRichard M. Stallman1998-06-131-4/+5
| | | | | | local-enable-local-variables, not enable-local-variables. (rmail): Don't switch buffers inside the binding of enable-local-variables.
* (rmail-toggle-header): Fix previous change.Richard M. Stallman1998-06-111-17/+26
|
* (rmail): Prevent find-file from callingRichard M. Stallman1998-06-061-10/+9
| | | | rmail-mode for a new buffer. Do it later, instead.
* (rmail-toggle-header): Redo previous change;Karl Heuer1998-06-041-35/+58
| | | | | don't move point if possible. (rmail-count-screen-lines): Add.
* (rmail-toggle-header): Preserve pointKarl Heuer1998-06-021-30/+36
| | | | and window-start (more or less) when reverting to original header.
* (rmail-msg-is-pruned): Delete junk from definition.Richard M. Stallman1998-05-271-6/+3
|
* (rmail-default-body-file): New variable.Richard M. Stallman1998-05-231-0/+5
|
* (mail-unsent-separator): Handle "returned message follows".Richard M. Stallman1998-05-201-0/+1
|
* (rmail-toggle-header): Ensure blank line between headers and body.Richard M. Stallman1998-05-191-0/+3
|
* (rmail-mime-feature): Doc fix.Richard M. Stallman1998-05-191-4/+3
|
* (rmail-retry-failure):Richard M. Stallman1998-05-161-1/+1
| | | | Use mail-sendmail-delimit-header, not mail-send-delimit-header.
* (rmail-decode-babyl-format):Richard M. Stallman1998-05-121-29/+79
| | | | | | | | | | | | | | | 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.
* (rmail-forward): Use mail-text-start.Richard M. Stallman1998-04-301-10/+4
| | | | | (rmail-resend): Don't bind mail-header-separator. (rmail-retry-failure): Use mail-send-delimit-header, etc.
* (rmail): Don't bind enable-local-variables.Richard M. Stallman1998-04-221-6/+7
|
* *** empty log message ***Dan Nicolaescu1998-04-201-1/+2
|
* (rmail-message-regexp-p):Richard M. Stallman1998-04-181-8/+15
| | | | | Handle unreformatted messages for real. (rmail-message-recipients-p): Undo previous change.
* (rmail-movemail-flags): Fix customize type.Andreas Schwab1998-04-141-1/+1
|