comparison lisp/mh-e/ChangeLog @ 69221:7db1bc48b98c

* mh-limit.el (mh-narrow-to-cc, mh-narrow-to-from) (mh-narrow-to-subject, mh-narrow-to-to): Fix inability to narrow to subjects with special characters by quoting regular expression characters in pick expression derived from existing subjects and other fields (closes SF #1432548). * mh-utils.el (mh-pick-regexp-chars, mh-quote-pick-expr): New variable and function for quoting pick regular expression characters (closes SF #1432548).
author Bill Wohler <wohler@newt.com>
date Wed, 01 Mar 2006 05:33:18 +0000
parents ef5cd9601f14
children f6aa586588ea
comparison
equal deleted inserted replaced
69220:1c12656cdcb0 69221:7db1bc48b98c
1 2006-02-28 Bill Wohler <wohler@newt.com> 1 2006-02-28 Bill Wohler <wohler@newt.com>
2
3 * mh-limit.el (mh-narrow-to-cc, mh-narrow-to-from)
4 (mh-narrow-to-subject, mh-narrow-to-to): Fix inability to narrow
5 to subjects with special characters by quoting regular expression
6 characters in pick expression derived from existing subjects and
7 other fields (closes SF #1432548).
2 8
3 * mh-utils.el (mh-image-load-path): Rename variable to 9 * mh-utils.el (mh-image-load-path): Rename variable to
4 mh-image-directory. 10 mh-image-directory.
5 (mh-image-load-path): Access mh-image-directory instead of 11 (mh-image-load-path): Access mh-image-directory instead of
6 mh-image-load-path. 12 mh-image-load-path.
7 (mh-folder-list): Fix problem with passing in a folder and getting 13 (mh-folder-list): Fix problem with passing in a folder and getting
8 nothing back. Fix problem with passing in empty string and getting 14 nothing back. Fix problem with passing in empty string and getting
9 the entire filesystem (or infinite loop). Don't append slash to 15 the entire filesystem (or infinite loop). Don't append slash to
10 folder. These fixes fix problems observed with the pick search. 16 folder. These fixes fix problems observed with the pick search.
11 Thanks to Thomas Baumann for the help (closes SF #1435381). 17 Thanks to Thomas Baumann for the help (closes SF #1435381).
18 (mh-pick-regexp-chars, mh-quote-pick-expr): New variable and
19 function for quoting pick regular expression characters (closes SF
20 #1432548).
12 21
13 2006-02-27 Bill Wohler <wohler@newt.com> 22 2006-02-27 Bill Wohler <wohler@newt.com>
14 23
15 * mh-e.el (mh-default-folder-for-message-function): Sync docstring 24 * mh-e.el (mh-default-folder-for-message-function): Sync docstring
16 with manual. 25 with manual.