diff options
| author | Glenn Morris | 2008-11-13 04:38:10 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-11-13 04:38:10 +0000 |
| commit | 29c2869d40ffa43c4082120aa189aa3580a19138 (patch) | |
| tree | 33a4ecc6c9aad3e67ee191bb5c8dd9d0ec159158 | |
| parent | 2cc7988b9a5a77531668ae80551af0494ffbaa3e (diff) | |
| download | emacs-29c2869d40ffa43c4082120aa189aa3580a19138.tar.gz emacs-29c2869d40ffa43c4082120aa189aa3580a19138.zip | |
Henry Weller <hweller0 at gmail.com> (tiny change)
(mairix-widget-fields-list): Fix bug regarding searching in mail bodies.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/net/mairix.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a38f10e71e7..725ca428d3a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching | ||
| 4 | in mail bodies. | ||
| 5 | |||
| 1 | 2008-11-12 Juanma Barranquero <lekktu@gmail.com> | 6 | 2008-11-12 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * international/mule.el (autoload-coding-system, with-category-table) | 8 | * international/mule.el (autoload-coding-system, with-category-table) |
diff --git a/lisp/net/mairix.el b/lisp/net/mairix.el index 9582d16322a..575ddfa07cf 100644 --- a/lisp/net/mairix.el +++ b/lisp/net/mairix.el | |||
| @@ -201,7 +201,7 @@ The default chooses the largest window in the current frame." | |||
| 201 | (defvar mairix-widget-fields-list | 201 | (defvar mairix-widget-fields-list |
| 202 | '(("from" "f" "From") ("to" "t" "To") ("cc" "c" "Cc") | 202 | '(("from" "f" "From") ("to" "t" "To") ("cc" "c" "Cc") |
| 203 | ("subject" "s" "Subject") ("to" "tc" "To or Cc") | 203 | ("subject" "s" "Subject") ("to" "tc" "To or Cc") |
| 204 | ("from" "a" "Address") (nil "Body" "b") (nil "n" "Attachment") | 204 | ("from" "a" "Address") (nil "b" "Body") (nil "n" "Attachment") |
| 205 | ("Message-ID" "m" "Message ID") (nil "s" "Size") (nil "d" "Date")) | 205 | ("Message-ID" "m" "Message ID") (nil "s" "Size") (nil "d" "Date")) |
| 206 | "Fields that should be editable during interactive query customization. | 206 | "Fields that should be editable during interactive query customization. |
| 207 | Header, corresponding mairix command and description for editable | 207 | Header, corresponding mairix command and description for editable |