From 29c2869d40ffa43c4082120aa189aa3580a19138 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 13 Nov 2008 04:38:10 +0000 Subject: [PATCH] Henry Weller (tiny change) (mairix-widget-fields-list): Fix bug regarding searching in mail bodies. --- lisp/ChangeLog | 5 +++++ lisp/net/mairix.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.5