emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug fix for mairix.el


From: David Engster
Subject: Bug fix for mairix.el
Date: Mon, 10 Nov 2008 23:33:39 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (gnu/linux)

Henry Weller discovered a little bug in mairix.el regarding searching in
mail bodies when using widgets. Attached is a patch which fixes this (it
is a one line fix, so no papers are needed). The ChangeLog entry:

2008-11-10  Henry Weller  <address@hidden>:
            * net/mairix.el (mairix-widget-fields-list): Fix bug
            regarding searching in mail bodies.

-David

Index: mairix.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/mairix.el,v
retrieving revision 1.2
diff -r1.2 mairix.el
204c204
<     ("from" "a" "Address") (nil "Body" "b") (nil "n" "Attachment")
---
>     ("from" "a" "Address") (nil "b" "Body") (nil "n" "Attachment")

reply via email to

[Prev in Thread] Current Thread [Next in Thread]