From: Glenn Morris Date: Thu, 13 Nov 2008 04:38:10 +0000 (+0000) Subject: Henry Weller (tiny change) X-Git-Tag: emacs-pretest-23.0.90~1859 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29c2869d40ffa43c4082120aa189aa3580a19138;p=emacs.git Henry Weller (tiny change) (mairix-widget-fields-list): Fix bug regarding searching in mail bodies. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a38f10e71e7..725ca428d3a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-11-13 Henry Weller (tiny change) + + * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching + in mail bodies. + 2008-11-12 Juanma Barranquero * 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." (defvar mairix-widget-fields-list '(("from" "f" "From") ("to" "t" "To") ("cc" "c" "Cc") ("subject" "s" "Subject") ("to" "tc" "To or Cc") - ("from" "a" "Address") (nil "Body" "b") (nil "n" "Attachment") + ("from" "a" "Address") (nil "b" "Body") (nil "n" "Attachment") ("Message-ID" "m" "Message ID") (nil "s" "Size") (nil "d" "Date")) "Fields that should be editable during interactive query customization. Header, corresponding mairix command and description for editable