[Mew-dist 3210] From 行がおかしい

Isao Tatewaki i-tate at example.com
1997年 12月 18日 (木) 09:35:32 JST


たてわき(帯刀)と申します。
XEmacs-20.3 + Mew-1.92 + im-76で使用しています。

最近気づいたのですが、Summaryで見たとき、他の人のメールは正しく表示して
いるのですが自分のメールだけ(このメールもそうです)が発信者の部分が、

	To: mew-dist at example.com

のようにFrom行ではなく、To行で指定したものが表示されます。

これは、POPでメールをとってきたあとの Summary表示のときにおかしくなるの
でしょうか?(でも他の人のメールは正しいからそうではない?)それとも発信の
際になにかおかしくなっているのでしょうか?
また、どうすれば発信者がきちんと表示できるのでしょうか?

どなたかおたすけください。

~/.emacsの設定および ~/.im/Configの設定を添付しました。よろしくお願いし
ます。
---
Isao Tatewaki <i-tate at example.com>
-------------- next part --------------
MeWの関連部分のみ
;;
;; mew
;;
(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)
(setq mew-mail-domain-list '("avisnet.or.jp"))
(setq mew-icon-directory "/usr/local/lib/xemacs-20.3/etc/mew")
(setq mew-draft-mode-hook (function (lambda () (auto-fill-mode 1))))
(setq mew-from "Isao Tatewaki <i-tate at example.com>")
(setq mew-fcc "+outbox")
(setq mew-dcc "i-tate at example.com")
(setq mew-cite-fields '("From:" "Subject:" "Date:" "Message-ID:"))
(setq mew-cite-format "From: %s\nSubject: %s\nDate: %s\nMessage-ID: %s\n\n")
(setq mew-cite-prefix-function 'mew-cite-prefix-username)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Window tips
;;;

;; If you use XEmacs and your video chip provides only limited
;; color map(e.g. 256), put the following line to avoid exhaustion
;; of colors.
;(setq mew-demo-picture nil)

(cond
 ((string-match "XEmacs" emacs-version)
  (setq url-be-asynchronous t)
  (setq-default buffer-file-coding-system 'iso-2022-jp)
  (setq keyboard-coding-system    'iso-2022-jp)
  (setq terminal-coding-system    'iso-2022-jp)
  (add-menu-item '("Apps") "Read Mail (Mew)" 'mew t "Read Mail (VM)...")
  (add-menu-item '("Apps") "Send Mail (Mew)" 'mew-send t "Read Mail (VM)...")
  (delete-menu-item '("Apps" "Read Mail (VM)..."))
  (delete-menu-item '("Apps" "Read Mail (MH)..."))
  (delete-menu-item '("Apps" "Send mail..."))
  (setq toolbar-mail-reader 'Mew)
  (setq toolbar-mail-commands-alist
	(cons '(Mew . mew) toolbar-mail-commands-alist))
  )
 ((string< "20" emacs-version)
;  (setq standard-fontset-spec14
;	"-*-fixed-medium-r-normal-*-14-*-*-*-*-*-fontset-standard")
;  (create-fontset-from-fontset-spec standard-fontset-spec14 nil 'noerror)
;  (set-default-font standard-fontset-spec14)
  (setup-japanese-environment)
  )
 (t ;; Mule 2.3 or Emacs 19
  )
 )
-------------- next part --------------
### コメントは削除しました。
Address=i-tate at example.com
FromDomain=avisnet.or.jp
ToDomain=avisnet.or.jp
MailDir=Mail
NewsDir=News			# for saved news
AliasesFile=Aliases		# relative to ~/.im/
PetnameFile=Petnames		# relative to ~/.im/
Form=%5n %m%d %-14A|%-30S|%b	# no body
AllowCRLF=no			# saved messages may contain CRLF (DOS style)
Width=80			# default width for scanning
JisSafe=on			# escape seq. of JIS char. should be managed
Indent=2			# indent step for threading
Smtpservers=SMTPサーバ名	# default server for SMTP
EmgSmtpSvrs=localhost		# SMTP server just for error return
NntpServers=NEWSサーバ名	# default server for NNTP

Queuing=yes
QueueDir=/var/spool/imqueue


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