(elmo-nntp-server-command-index): Add entry `xhdr'.
authorhmurata <hmurata>
Sun, 6 Feb 2005 03:03:15 +0000 (03:03 +0000)
committerhmurata <hmurata>
Sun, 6 Feb 2005 03:03:15 +0000 (03:03 +0000)
elmo/ChangeLog
elmo/elmo-nntp.el

index f7fc547..472ec28 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'.
+
 2005-02-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * elmo-flag.el (elmo-flag-valid-p): Simplify.
index 728adb8..894e571 100644 (file)
@@ -177,7 +177,8 @@ Don't cache if nil.")
 
 (defconst elmo-nntp-server-command-index '((xover . 0)
                                           (listgroup . 1)
-                                          (list-active . 2)))
+                                          (list-active . 2)
+                                          (xhdr . 3)))
 
 (defmacro elmo-nntp-get-server-command (session)
   (` (assoc (cons (elmo-network-session-server-internal (, session))