mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Henry Weller <hweller0 at gmail.com> (tiny change)
(mairix-widget-fields-list): Fix bug regarding searching in mail bodies.
This commit is contained in:
parent
2cc7988b9a
commit
29c2869d40
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue