comparison lisp/net/mairix.el @ 99522:01e562636dff

Henry Weller <hweller0 at gmail.com> (tiny change) (mairix-widget-fields-list): Fix bug regarding searching in mail bodies.
author Glenn Morris <rgm@gnu.org>
date Thu, 13 Nov 2008 04:38:01 +0000
parents 2abff4e5c97f
children a9dc0e7c3f2b
comparison
equal deleted inserted replaced
99521:76deb34c1e85 99522:01e562636dff
199 ;; Other variables 199 ;; Other variables
200 200
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
208 fields in interactive query customization. The header specifies 208 fields in interactive query customization. The header specifies
209 which header contents should be inserted into the editable field 209 which header contents should be inserted into the editable field