[Mew-dist 17152] Getting messages

sako at example.com sako at example.com
2001年 4月 18日 (水) 13:29:35 JST


こんにちは。

Mew 1.95b119 をつかいはじめました。

環境は、
Windows 2000
Meadow 1.14
です。

おなじメールを何回もよんでしまうことがあるので、
ちょっとこまっています。
なにか設定が必要なんでしょうか?

たとえば、POP サーバにメッセージが 200 あったとすると、
メッセージを全部よみこんでも、100 ほどサーバにのこります。
もういちど、全部よみこんでも、また 50 ほどのこります。

インストールのあと変更したのは、以下のところだけです。

vars.el
< (defcustom mew-pop-auth 'apop
--
> (defcustom mew-pop-auth 'pass

.emacs には、こういうのをいれてあります。

;;; Mew
     (autoload 'mew "mew" nil t)
     (autoload 'mew-send "mew" nil t)
     ;; mew-mail-domain-list is automatically set if you configure
     ;; 'mew-config-alist'.
     (setq mew-mail-domain-list '("css1.kbnes.nec.co.jp"))
     (setq mew-pop-server "dragoon")
     (setq mew-smtp-server "dragoon")
     ;; See also mew-config-alist for advanced use
     (autoload 'mew-user-agent-compose "mew" nil t)
     (if (boundp 'mail-user-agent)
         (setq mail-user-agent 'mew-user-agent))
     (if (fboundp 'define-mail-user-agent)
         (define-mail-user-agent
           'mew-user-agent
           'mew-user-agent-compose
           'mew-draft-send-message
           'mew-draft-kill
           'mew-send-hook))

;; password caching
(setq mew-use-cached-passwd t) ; imget's password
(setq mew-passwd-timer-unit 3600) ; timer-unit x lifetime
(setq mew-passwd-lifetime 8)    ;    = interval(sec) of flushing cache.

なにかへんでしょうか?
--
SAKOHATA ///



Mew-dist メーリングリストの案内