From c844e386b49838bcbfb997dd63cff0d7821018c5 Mon Sep 17 00:00:00 2001 From: hmurata Date: Sun, 6 Feb 2005 03:03:15 +0000 Subject: [PATCH] (elmo-nntp-server-command-index): Add entry `xhdr'. --- elmo/ChangeLog | 4 ++++ elmo/elmo-nntp.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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)) -- 1.7.10.4