aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
Commit message (Collapse)AuthorAgeFilesLines
* (rmail-summary-goto-msg): Preserve the current buffer.Richard M. Stallman1994-09-131-2/+5
|
* (set-rmail-inbox-list): Doc fix.Richard M. Stallman1994-09-061-2/+2
|
* (rmail-get-new-mail): Run rmail-get-new-mail-hook.Richard M. Stallman1994-09-051-1/+4
|
* (mh-get-new-mail): Always use mh-inc-prog, never `inc'.Richard M. Stallman1994-09-031-3/+3
|
* (rmail-summary-output-menu): New command.Richard M. Stallman1994-08-261-3/+23
| | | | | | (rmail-summary-mode-map): Add Output and Input with menu of files. (rmail-summary-rmail-update): Check whether rmail-buffer is dead.
* (rmail-ignored-headers): Split string constant into lines.Richard M. Stallman1994-08-231-2/+4
|
* (news-select-message): Do most of the workRichard M. Stallman1994-08-211-8/+9
| | | | even for nonexistent article. (Code copied from 18.59).
* (rmail-retry-failure, mail-unsent-separator): Doc fix.Richard M. Stallman1994-08-191-2/+5
|
* (news-mode): Don't set mode-name to a list.Richard M. Stallman1994-08-191-5/+2
| | | | Use mode-line-process instead.
* (rmail-summary-scroll-msg-up): Put rmail bufferRichard M. Stallman1994-08-141-1/+5
| | | | on the screen if necessary--but don't scroll in that case.
* (rmail-resend): Preserve point around expand-mail-aliases.Richard M. Stallman1994-08-141-1/+2
|
* (rmail-retry-failure): Narrow to just the old headerRichard M. Stallman1994-08-131-21/+33
| | | | | | | | for calling mail-fetch-field. (rmail-maybe-display-summary): Don't set summary window height if its frame isn't split. If summary is in some frame, just use that.
* (rmail-forward): Anchor `mail-header-separator' on bothRichard M. Stallman1994-08-101-1/+1
| | | | sides to match whole line, not just initial substring.
* (rmail-abort-edit): Call `rmail-highlight-headers'.Richard M. Stallman1994-08-091-1/+2
|
* (define-mail-alias): Avoid error if DEFINITION is "".Richard M. Stallman1994-08-091-3/+4
|
* (mail-alias-file): Add autoload cookie.Richard M. Stallman1994-08-081-0/+1
|
* (rmail-select-summary): Preserve rmail buffer's value ofRichard M. Stallman1994-08-041-12/+19
| | | | rmail-total-messages even while summary buffer is current.
* (rmail-mode-map): Fix the Get New Mail entry.Richard M. Stallman1994-08-021-13/+13
| | | | Add `...' where appropriate.
* (rmail-summary-mode-map): Add `...' where appropriate.Richard M. Stallman1994-08-021-11/+11
|
* (rmail-summary-mode-map): Fix typo.Richard M. Stallman1994-08-021-1/+1
|
* (rmail-mode-map): Fix the Get New Mail entry.Richard M. Stallman1994-08-021-1/+1
|
* (rmail-summary-mode-map): Fix the Get New Mail entry.Richard M. Stallman1994-08-021-1/+1
|
* (sendmail-send-it): Handle resent-to specially.Richard M. Stallman1994-08-021-3/+21
|
* (rmail-retry-failure): Handle a weird case withRichard M. Stallman1994-07-311-0/+8
| | | | a couple of lines before the old message header.
* (rmail-mode-map): Move new Re-send menu item to right place.Richard M. Stallman1994-07-311-3/+3
|
* (rmail-summary-mode-map): Move new Re-send menu item to right place.Richard M. Stallman1994-07-311-2/+8
| | | | Add Get New Mail item.
* (rmail-new-summary): If just one window,Richard M. Stallman1994-07-301-1/+11
| | | | put the summary in the upper window and Rmail buffer below.
* (rmail-display-summary): New variable.Richard M. Stallman1994-07-301-3/+10
| | | | | | | (rmail): Call rmail-summary at the end if rmail-display-summary is set. (rmail-highlight-face): New variable. (rmail-highlight-headers): Use it if non-nil.
* (rmail-highlighted-face): New variable.Richard M. Stallman1994-07-301-4/+9
| | | | (rmail-highlight-headers): Use it if non-nil.
* (rmail-summary-mode-map): Add Re-send menu item.Richard M. Stallman1994-07-291-0/+3
|
* (rmail-mode-map): Add Re-send menu item.Richard M. Stallman1994-07-291-0/+3
|
* (what-domain): Doc fix.Richard M. Stallman1994-07-271-1/+1
|
* (mail-extr-all-top-level-domains): Update a few long names.Richard M. Stallman1994-07-241-4/+4
|
* (reporter-dump-state, reporter-submit-bug-report):Richard M. Stallman1994-07-181-104/+251
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't print package name if pkgname is nil. Don't dump state if varlist is nil. (reporter-bug-hook, reporter-submit-bug-report) (reporter-calculate-separator, reporter-initial-text): New or modified functions and variables attempting to prohibit submission of empty bug reporters. (reporter-prompt-for-summary-p): Default value now nil. (reporter-dump-state): Make sure there's a final newline after the setq sexp. Pass mail buffer as second arg to print fcn. Use symbol-value to get varsym's value. (reporter-dump-variable): Handle long sexp's even after entering newline. Done by filling current line. Much better pretty printing of long lists!! Handle void variables. (reporter-version): New variable. (reporter-submit-bug-report-internal): Leave point after the salutation. (reporter-submit-bug-report): Prompt for a subject.
* (mh-folder-mode): Use local-write-file-hooks.Richard M. Stallman1994-07-181-4/+4
|
* Make sure that headers are case-insensitive.Richard M. Stallman1994-07-181-5/+9
| | | | Upped version to 1.3.
* (mail-mailer-swallows-blank-line): Verify sendmail.cfRichard M. Stallman1994-07-151-1/+1
| | | | exists before reading it.
* (rmail-movemail-program): New variable.Richard M. Stallman1994-07-131-2/+6
| | | | (rmail-insert-inbox-text): Use it.
* (rmail-mode-map): Fix previous change.Richard M. Stallman1994-07-131-1/+1
|
* (rmail-mode-map): Add "Get New Mail" menu item under Mail.Richard M. Stallman1994-07-121-0/+6
|
* (mail-setup): Insert -- line before .signature file.Richard M. Stallman1994-07-121-1/+3
|
* (define-mail-abbrev): Don't try to parse empty aliases.Richard M. Stallman1994-07-121-6/+6
|
* Comment out losing call to set-visited-file-name; this shouldn't hurtMichael I. Bushnell1994-07-051-1/+1
| | | | | as long as nobody actually calls buffers `*mail*'. (This isn't a real fix.) set-visited-file-name fails when given a nil argument.
* foo?Michael I. Bushnell1994-07-051-1/+4
|
* (sendmail-send-it): Allow specifying Sender.Richard M. Stallman1994-07-031-2/+0
|
* Fix up previous change.Richard M. Stallman1994-07-031-3/+0
|
* (report-emacs-bug-hook): Error if user has added no text.Richard M. Stallman1994-07-031-1/+25
| | | | | (report-emacs-bug): Set local report-emacs-bug-orig-text. Add to mail-send-hook. Use mail-send-and-exit for the echo area msg.
* (rmail-highlight-headers): Do nothing ifRichard M. Stallman1994-06-301-2/+4
| | | | rmail-highlighted-headers is nil.
* (define-mail-alias): Copy parsing code from mailabbrev.el.Richard M. Stallman1994-06-191-18/+24
| | | | | New arg from-mailrc-file. (build-mail-aliases): Pass t as new arg.
* (define-mail-alias): Doc fix.Richard M. Stallman1994-06-191-2/+3
|