aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | (mh-invisible-header-fields-internal): Added:Jeffrey C Honig2011-12-272-2/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bounces-To:, Bounces_to:, X-ACL-Warn:, X-BFI:, X-BPS1:, X-BPS2:, X-Campaign-Id:, X-Campaign:, X-Cloudmark-SP-, X-Destination-ID:, X-detected-operating-system:, X-DocGen-Version:, X-EM-, X-Email-Type-Id:, X-FB-SS:, X-FuHaFi:, X-MailFlowPolicy:, X-mail_abuse-inquires, X-MailingID:, X-Match:, X-MaxCode-Template:, X-ME-Bayesian:, X-Sendergroup:, X-SFDC-, X-SMFBL:, X-SMHeaderMap:, X-VGI-OESCD:, X-VirtualServer:, X-VirtualServerGroup:, X-XPT-XSL-Name:, X-Y-GMX-Trusted:, X-XWALL-, X-ZixNet:. Changed X-Habeas-SWE- to X-Habeas-. Updated the comment. (addresses SF #1916032).
* | | Update release notes to reflect a fixed, reported bug.Bill Wohler2011-12-271-1/+2
|\ \ \ | | |/ | |/| | | | Merge from trunk.
| * | Update release notes to reflect a fixed, reported bug.Bill Wohler2011-12-271-1/+2
| | |
* | | Postpone junk processing (closes SF #2945712). Patch submitted by TedBill Wohler2011-12-276-58/+343
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Phelps and refined by Bill Wohler. * mh-e.el (mh-blacklist, mh-whitelist): New variables. (mh-whitelist-preserves-sequences-flag): New option. (mh-before-commands-processed-hook): Update documentation. (mh-blacklist-msg-hook, mh-whitelist-msg-hook): New hooks. (mh-folder-blacklisted, mh-folder-whitelisted): New faces. * mh-folder.el (mh-folder-message-menu): Add "Junk" to "Undo." (mh-folder-font-lock-keywords): Add regexps for blacklisted and whitelisted messages. (mh-folder-mode): Add mh-blacklist and mh-whitelist variables. (mh-execute-commands): Update documentation. (mh-undo, mh-outstanding-commands-p, mh-process-commands) (mh-delete-a-msg, mh-refile-a-msg, mh-undo-msg): Handle blacklisted and whitelisted messages. * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Update to put messages in blacklist and whitelist respectively for latter processing. (mh-blacklist-a-msg, mh-junk-whitelist-a-msg): New function to support previous functions. (mh-junk-blacklist-disposition): New function. (mh-junk-process-blacklist, mh-junk-process-whitelist): New functions that perform the blacklisting and whitelisting respectively that used to be performed by mh-junk-blacklist and mh-junk-whitelist. * mh-scan.el (mh-scan-blacklisted-msg-regexp) (mh-scan-whitelisted-msg-regexp): New scan line regexps. (mh-scan-good-msg-regexp): Add B and W characters to regexp. (mh-scan-cmd-note-width): Update documentation. (mh-note-blacklisted, mh-note-whitelisted): New scan line characters. * mh-search.el (mh-index-execute-commands): Handle blacklisted and whitelisted messages.
* | | * ChangeLog: Fix typo.Bill Wohler2011-12-271-1/+1
| |/ |/|
* | (mh-yank-cur-msg): Replace usage of set-buffer withJeffrey C Honig2011-12-272-63/+70
| | | | | | | | | | | | with-current-buffer in mh-yang-cur-msg, semantics changed in emacs 23 and we do not want to use set-buffer unless we actually want to change the buffer the user is looking at (cloases SF #2830504).
* | * mh-e.el (mh-invisible-header-fields-internal): Add X-AnalysisOut,Bill Wohler2011-12-272-2/+34
| | | | | | | | | | | | | | | | | | X-Authentication-Info, X-Auto-Response-Suppress, X-Bayes-Prob, X-Cam-, X-CanIt-Geo, X-Completed, X-Facebook, X-Forwarded-, X-Generated-By, X-Headers-End, X-IEEE-UCE, X-Jira-Fingerprint, X-Junkmail-, X-Launchpad-, X-MXL-Hash, X-Notification-, X-Notifications, X-Oracle-Calendar. Replace X-DCC-Usenix-Metrics with X-DCC- (addresses SF #1916032).
* | (mh-show-folder-map): Add missing key binding for mh-show-pack-folderJeffrey C Honig2011-12-272-0/+6
| | | | | | | | (closes SF #3466086).
* | Update release notes to reflect a fixed, reported bug.Bill Wohler2011-12-261-1/+1
|\ \ | |/ | | | | Merge from trunk.
| * Update release notes to reflect a fixed, reported bug.Bill Wohler2011-12-261-1/+1
| |
* | * mh-e.el (Version, mh-version): Add +bzr to version.Bill Wohler2011-12-252-2/+6
|/
* Fix typos.Juanma Barranquero2011-12-191-1/+1
|
* Fix typos.Juanma Barranquero2011-12-061-2/+2
|
* Spelling fixes (mostly "inactive" vs "deactivate").Paul Eggert2011-11-271-1/+1
|
* Spelling fixes.Paul Eggert2011-11-261-1/+1
|
* Spelling fixes.Paul Eggert2011-11-241-2/+1
|
* Fix typos.Juanma Barranquero2011-11-241-1/+1
|
* Spelling fixes.Paul Eggert2011-11-221-1/+1
|
* * mh-e.el (Version, mh-version): Update for release 8.3.1.Bill Wohler2011-11-202-2/+8
|
* Fix typos.Juanma Barranquero2011-11-202-2/+2
|
* Fix typos.Juanma Barranquero2011-11-203-7/+12
|
* Spelling fixes.Paul Eggert2011-11-191-1/+1
|
* Spelling fixes.Paul Eggert2011-11-171-6/+6
|
* Fix typos.Juanma Barranquero2011-11-163-8/+12
|
* Spelling fixes.Paul Eggert2011-11-142-2/+2
|
* Fix typos.Juanma Barranquero2011-11-151-5/+5
|
* Spelling fixes.Paul Eggert2011-11-141-1/+1
|
* Fix typos.Juanma Barranquero2011-11-141-11/+11
|
* Spelling fixes.Paul Eggert2011-11-132-2/+2
|
* Spelling fixes.Paul Eggert2011-11-121-1/+1
|
* * mh-e.el (Version, mh-version): Update for release 8.3.mh-e-8.3Bill Wohler2011-09-192-2/+8
|
* * mh-show.el (mh-unvisit-file): Clarify language in yes-or-no-p andBill Wohler2011-09-192-2/+7
| | | | error messages.
* * mh-e.el (Version, mh-version): Update for release 8.2.93.Bill Wohler2011-07-172-2/+6
|
* * mh-compat.el (mh-pop-to-buffer-same-window): Delete.Bill Wohler2011-07-173-16/+11
| | | | | | * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder) (mh-make-folder): Revert to switch-to-buffer, as the Emacs folks decided that it was fine to use it in programs.
* * mh-e.el (Version, mh-version): Update for release 8.2.92.mh-e-8.2.92Bill Wohler2011-07-162-2/+8
|
* * mh-e.el (Version, mh-version): Update for release 8.2.91.Bill Wohler2011-07-112-2/+6
|
* * mh-compat.el (mh-pop-to-buffer-same-window): Add compatibilityBill Wohler2011-07-113-14/+36
| | | | | | | | | function to call switch-to-buffer on systems that lack pop-to-buffer-same-window. * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder) (mh-make-folder): Call mh-pop-to-buffer-same-window instead of switch-to-buffer. The previous change which used pop-to-buffer produced the wrong behavior.
* * mh-xface.el (mh-picon-get-image): Remove quote from block argument.Bill Wohler2011-07-113-9/+15
| | | | * mh-mime.el (mh-mh-directive-present-p): Ditto.
* Fix typoAndreas Schwab2011-07-111-1/+1
|
* * mh-e.el (Version, mh-version): Update for release 8.2.90.mh-e-8.2.90Bill Wohler2011-07-102-3/+7
|
* * mh-utils.el (mh-sub-folders-actual): Remove FIXME question.Bill Wohler2011-07-102-1/+4
|
* * mh-mime.el (mh-decode-message-subject): Fix case of Subject.Bill Wohler2011-07-101-1/+1
|
* * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)Bill Wohler2011-07-102-4/+11
| | | | | | (mh-make-folder): Replace calls to switch-to-buffer with of pop-to-buffer. The former is intended for interactive use only and generates warnings in Emacs 24.
* Document "ignored" arguments to keep checkdoc happy.Bill Wohler2011-07-095-8/+23
| | | | | | | * mh-speed.el (mh-speed-toggle,mh-speed-view): Ditto * mh-search.el (mh-flists-execute): Ditto. * mh-funcs.el (mh-undo-folder): Ditto. * mh-comp.el (mh-user-agent-compose): Ditto.
* * mh-xface.el (mh-face-to-png, mh-uncompface)Bill Wohler2011-07-091-3/+6
| | | | | (mh-picon-file-contents): Only call set-buffer-multibyte if it exists, which it doesn't in XEmacs.
* * mh-e.el: Just require mh-loaddefs since loading it in anBill Wohler2011-07-032-4/+4
| | | | eval-and-compile block causes compilation errors in XEmacs.
* * mh-acros.el, mh-comp.el, mh-e.el, mh-folder.el, mh-letter.el:Bill Wohler2011-07-039-13/+27
| | | | | * mh-mime.el, mh-search.el, mh-seq.el: Shush XEmacs compiler in mh-do-in-xemacs block.
* * mh-compat.el (mh-window-full-height-p): Add compatibility functionBill Wohler2011-07-031-3/+1
| | | | | | for XEmacs. * mh-show.el (mh-show-msg): Use it, and avoid compiler warning on XEmacs.
* * mh-compat.el (mh-window-full-height-p): Add compatibility functionBill Wohler2011-07-032-5/+21
| | | | | | for XEmacs. * mh-show.el (mh-show-msg): Use it, and avoid compiler warning on XEmacs.
* * mh-letter.el (mh-letter-mode-map, mh-letter-complete)Bill Wohler2011-07-032-9/+18
| | | | | | | (mh-complete-word): Remove FIXME comments since these functions are still needed in other Emacsen. However, they can probably stand to be generalized like completion-at-point. (mh-letter-complete-or-space): Remove unused variable.