From: hmurata Date: Sun, 6 Feb 2005 03:03:15 +0000 (+0000) Subject: (elmo-nntp-server-command-index): Add entry `xhdr'. X-Git-Tag: wl-2_14-root~63 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c844e386b49838bcbfb997dd63cff0d7821018c5;p=elisp%2Fwanderlust.git (elmo-nntp-server-command-index): Add entry `xhdr'. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index f7fc547..472ec28 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,7 @@ +2005-02-06 Hiroya Murata + + * elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'. + 2005-02-01 Hiroya Murata * elmo-flag.el (elmo-flag-valid-p): Simplify. diff --git a/elmo/elmo-nntp.el b/elmo/elmo-nntp.el index 728adb8..894e571 100644 --- a/elmo/elmo-nntp.el +++ b/elmo/elmo-nntp.el @@ -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))