nnmbox.el: Coding-system for creating.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 26 Apr 2000 14:12:03 +0000 (14:12 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 26 Apr 2000 14:12:03 +0000 (14:12 +0000)
webmail.el: A comment for yahoo.

lisp/ChangeLog
lisp/nnmbox.el
lisp/webmail.el

index 703a193..f977726 100644 (file)
@@ -1,3 +1,8 @@
+2000-04-26 10:06:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+       * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
+       if nnmbox-file-coding-system-for-write is nil.
+
 2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-msg.el (gnus-configure-posting-styles): Just remove the
index 1793852..5f6ecd1 100644 (file)
 (defun nnmbox-create-mbox ()
   (when (not (file-exists-p nnmbox-mbox-file))
     (let ((nnmail-file-coding-system
-          nnmbox-file-coding-system-for-write))
+          (or nnmbox-file-coding-system-for-write
+              nnmbox-file-coding-system)))
       (nnmail-write-region 1 1 nnmbox-mbox-file t 'nomesg))))
 
 (defun nnmbox-read-mbox ()
index d7eb667..bc33f3a 100644 (file)
@@ -23,6 +23,9 @@
 
 ;;; Commentary:
 
+;; Note: Now mail.yahoo.com provides POP3 service, the webmail
+;; fetching is not going to be supported.
+
 ;; Note: You need to have `url' and `w3' installed for this backend to
 ;; work. `w3' must be 4.0pre46+one-line-cookie patch or standalone
 ;; `url'.