From 11dbb7ad5cd681c51f8c944ed7954b611ccbc85c Mon Sep 17 00:00:00 2001 From: keiichi Date: Wed, 4 Nov 1998 01:47:30 +0000 Subject: [PATCH] (gnus-version-number): Update to 6.10.3. Sync up with Semi-gnus 6.8. --- lisp/gnus.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/gnus.el b/lisp/gnus.el index b081c76..2726f65 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -253,7 +253,7 @@ is restarted, and sometimes reloaded." (defconst gnus-product-name "Nana-gnus" "Product name of this version of gnus.") -(defconst gnus-version-number "6.10.2" +(defconst gnus-version-number "6.10.3" "Version number for this version of gnus.") (defconst gnus-version @@ -1742,6 +1742,8 @@ gnus-newsrc-hashtb should be kept so that both hold the same information.") ("gnus-async" gnus-async-request-fetched-article gnus-async-prefetch-next gnus-async-prefetch-article gnus-async-prefetch-remove-group gnus-async-halt-prefetch) + ("pop3-fma" :interactive t + pop3-fma-set-pop3-password) ("gnus-agent" gnus-open-agent gnus-agent-get-function gnus-agent-save-groups gnus-agent-save-active gnus-agent-method-p gnus-agent-get-undownloaded-list gnus-agent-fetch-session -- 1.7.10.4