emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/mairix.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/net/mairix.el,v
Date: Thu, 13 Nov 2008 04:38:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/11/13 04:38:01

Index: mairix.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/mairix.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- mairix.el   30 Jul 2008 02:40:52 -0000      1.2
+++ mairix.el   13 Nov 2008 04:38:01 -0000      1.3
@@ -201,7 +201,7 @@
 (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




reply via email to

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