[Mew-Win32 02573] Removing old name: permission denied

Yuzo Nitta nitta.y at example.com
2000年 4月 19日 (水) 15:32:44 JST


新田ともうします。
mule-win32でpermission deniedが出るのですが
どなたか解決法を御教授いただけないでしょうか?

【環境】
OS:win98
Im141
Mule2.3Win32-W122-i386
ActivePerl-5.6.0.613
MEW195B32

でメール送信時(C-c)をしたときに
Removing old name: permission denied, c:/WINDOWS/TEMP/ema59777
がでてしまいます。

その後ホームディレクトリには
#$mail$#a59777#
というファイルができております。

またc:\windows\tempには
ema59777
というファイルができております。

permissionですがwin98にそのような
概念が無いと思うのですが、どういう意味なのかわからず
悩んでおります。

--------------ホームディレクトリ配下の.emacs--------------


;;; Mew Easy Settings (generated automatically)
(if (file-exists-p
     (concat exec-directory "../site-lisp/mew"))
    (setq load-path  ; Mule for Windows and site-lisp exists
   (cons (expand-file-name (concat exec-directory "../site-lisp/mew"))
  load-path))
  (setq load-path  ; Mule for Windows and site-lisp do not exist
 (cons (expand-file-name (concat exec-directory "../lisp")) load-path)))

(setq mew-mail-address "nitta.y at example.com")
(setq mew-mail-domain-list '("bch.west.ntt.co.jp"))

(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)
(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-letter
      'mew-draft-kill
      'mew-send-hook))

;(setq mew-cc nil)
;(setq mew-fcc "+Backup")

;; modify Cc:
;(setq mew-replyto-to-list '("Reply-To:"))
;(setq mew-replyto-cc-list '("To:" "Apparently-To:"))

;; offline mode
;(setq mew-auto-get nil)
;(setq mew-auto-flush-queue t)

;; printing (for Meadow or Mule for Windows)
;(setq mew-w32-prog-print     "notepad.exe")
;(setq mew-w32-prog-print-arg "/p")
;(if (featurep 'meadow)
;    (setq mew-w32-cs-print       'shift_jis-dos)  ; Japanese
;  (setq mew-w32-cs-print       *sjis*dos))        ; Japanese
;(define-process-argument-editing "/notepad\.exe$"
;  (lambda (x)
;    (general-process-argument-editing-function x nil t)))

;; caesar decryption
;(add-hook 'mew-init-hook (lambda () (require 'mew-caesar)))

;; virtual threading
;(eval-after-load "mew" '(require 'mew-virtual-thread))

;; colorful highlighting
;(eval-after-load "mew" '(require 'mew-cite-color))

;; Another Mew search method, powered by Namazu.
;(eval-after-load "mew" '(require 'mew-nmz))
;(setq mew-nmz-use-backslash t) ; for Win32 environment

;; browse-url
;(require 'mew-browse)
;(define-key global-map [S-mouse-2] 'browse-url-at-mouse)

;; illegal subject (CAUTION : This behavior is OUT OF RFC SPECIFICATION!)
;(setq mew-decode-quoted t)

;; fake CDP: (CAUTION: This behavior is OUT OF RFC SPECIFICATION!)
;;(eval-after-load "mew" '(load "mew-fake-cdp"))

;; password caching
;(setq mew-use-cached-passwd t) ; imget's password
;(setq mew-use-pgp-cached-passphrase t) ; PGP/GPG's passphrase
;(setq mew-passwd-timer-unit 10) ; timer-unit x lifetime
;(setq mew-passwd-lifetime 2)    ;    = interval(sec) of flushing cache.
(set-language-environment "Japanese")


;;; Mew Easy Settings (generated automatically)
(if (file-exists-p
     (concat exec-directory "../site-lisp/mew"))
    (setq load-path  ; Mule for Windows and site-lisp exists
   (cons (expand-file-name (concat exec-directory "../site-lisp/mew"))
  load-path))
  (setq load-path  ; Mule for Windows and site-lisp do not exist
 (cons (expand-file-name (concat exec-directory "../lisp")) load-path)))

(setq mew-mail-address "nitta.y at example.com")
(setq mew-mail-domain-list '("bch.west.ntt.co.jp"))

(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)
(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-letter
      'mew-draft-kill
      'mew-send-hook))

;(setq mew-cc nil)
;(setq mew-fcc "+Backup")

;; modify Cc:
;(setq mew-replyto-to-list '("Reply-To:"))
;(setq mew-replyto-cc-list '("To:" "Apparently-To:"))

;; offline mode
;(setq mew-auto-get nil)
;(setq mew-auto-flush-queue t)

;; printing (for Meadow or Mule for Windows)
;(setq mew-w32-prog-print     "notepad.exe")
;(setq mew-w32-prog-print-arg "/p")
;(if (featurep 'meadow)
;    (setq mew-w32-cs-print       'shift_jis-dos)  ; Japanese
;  (setq mew-w32-cs-print       *sjis*dos))        ; Japanese
;(define-process-argument-editing "/notepad\.exe$"
;  (lambda (x)
;    (general-process-argument-editing-function x nil t)))

;; caesar decryption
;(add-hook 'mew-init-hook (lambda () (require 'mew-caesar)))

;; virtual threading
;(eval-after-load "mew" '(require 'mew-virtual-thread))

;; colorful highlighting
;(eval-after-load "mew" '(require 'mew-cite-color))

;; Another Mew search method, powered by Namazu.
;(eval-after-load "mew" '(require 'mew-nmz))
;(setq mew-nmz-use-backslash t) ; for Win32 environment

;; browse-url
;(require 'mew-browse)
;(define-key global-map [S-mouse-2] 'browse-url-at-mouse)

;; illegal subject (CAUTION : This behavior is OUT OF RFC SPECIFICATION!)
;(setq mew-decode-quoted t)

;; fake CDP: (CAUTION: This behavior is OUT OF RFC SPECIFICATION!)
;;(eval-after-load "mew" '(load "mew-fake-cdp"))

;; password caching
;(setq mew-use-cached-passwd t) ; imget's password
;(setq mew-use-pgp-cached-passphrase t) ; PGP/GPG's passphrase
;(setq mew-passwd-timer-unit 10) ; timer-unit x lifetime
;(setq mew-passwd-lifetime 2)    ;    = interval(sec) of flushing cache.
-------------ここまで----------------------

------------~/.im/config/Config---------------
################################################################
###
### Sample ~/.im/Config
###
### Syntax::
### key=value
###
###  * "key=value" is equivalent to "--key=value" style command option.
###  * "key" must start at the beginning of the line.
###  * "=" must follow after "key" without white spaces.
###  * White spaces are allowed between "=" and "value".
###  * ":" can be used instead of "=".
###  * Characters after "#" are ignored.
###
### The following examples are all the same:
### key=value
### key=  value
### key:value
###     key:  value
###
### $variable will be expanded.
### '~' will be expanded.
###

##
## Individual information
##

Address=nitta.y at example.com
FromDomain=bch.west.ntt.co.jp
ToDomain=bch.west.ntt.co.jp
#Name=Full Name   # commentary name for my mail address
    # should not contain 8bit characters
#AddrRegex=
#Org=The Mew Organization # for news posting
User=nitta.y

##
## Default global parameters
##

### Directories (relative to ~/)
MailDir=Mail
#NewsDir=News   # for saved news

### Folders in $MailDir
InboxFolder=+inbox  # default destination of imget
DraftFolder=+draft
TrashFolder=+trash  # default destination of message removal in Mew

### Folder style in $NewsDir (saved news articles)
#PreserveDot=off  # off: /news/group/, on: /news.group/

### Mode for creation
#FolderMode=0700
#MsgMode=0600

### To keep state of IM commands (CurrentFolder, etc.)
#ContextFile=Context  # relative to ~/.im/


##
## Default settings
##

## Address Book
AddrBookFile=Addrbook  # relative to ~/.im/
## Mail address aliases
#AliasesFile=Aliases  # relative to ~/.im/
## PetName: mail address aliases for displaying
#PetnameFile=Petnames  # relative to ~/.im/

## Message-ID database
#MsgDBFile=msgiddb  # location (relative to ~/.im/)
#MsgDBType=DB   # type of database (DB, NDBM, SDBM)

## To call user defined subroutines (relative to ~/.im/)
#GetChkSbr=getchk.sbr  # hooks for imget
#GetSbr=get.sbr   # hooks for imget
#ScanSbr=scan.sbr  # hooks for imget/imls

## Working folders
#Src=$InboxFolder  # default source of most commands
#Imrm.Src=$TrashFolder  # default source for message cleanups

## imget/imls specific
#ScanSbr=scan.sbr  # hook for special processing (rel. to ~/.im/)
#Form=%+5n %m%d %-14A %S || %b # default format for scanning
#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

## Servers
Smtpservers=10.56.57.25
#EmgSmtpSvrs=12.34.56.78,localhost # SMTP server just for error return
#NntpServers=localhost  # default server for NNTP

## imget specific
#GetSbr=get.sbr   # hook for special processing (rel. to ~/.im/)
Imget.Src=POP/POP:n5825253 at example.com
#lock=flock   # locking style of local mailbox
#rpath=append   # conversion of UNIX From into Return-Path:
#PopHistory=pophist-{POPSERVERID} # to save last state (relative to ~/.im/)
#NntpHistory=newshist  # to save last state (relative to ~/.im/)
#MBoxStyle=qmail  # if folder style mbox of qmail is used
#Imget.Src=local:${HOME}/MailDir# in case of qmail
#UseCL=no   # Use value of Content-Length header
#NoSync=no   # Do not need fsync(2) on writing file

#Imget.Src=pop
#PopAccount=/APOP at example.com # account info for POP access
#PopAccount=/APOP:user at example.com # account info with user name
#PopAccount=/APOP:user at example.com/110 # account info with user name and port
number
#Keep=7    # preserve read messages on server
#ProtoKeep=UIDL   # how to know which message is unread
    # (UIDL, LAST, STATUS, MSGID)
#IgnorePostPet=yes  # leave messages for PostPet on mbox (POP only)

#Imget.Src=imap
#ImapAccount=/AUTH at example.com # account info for IMAP access
#ImapAccount=/AUTH:user at example.com # account info with user name
#HttpProxy=proxy-server:8080 # proxy server for HTTP access
#NoProxy=http://.*my.domain/ # URL regex not to use Proxy server
#UsePwAgent=yes   # use password agent
#PwAgentPort=6543  # Port to connect pwagent with TCP/IP
    # (Insecure for multi-user system!)
    # 0 to use UNIX domain socket (more secure)

# be careful on security if you wish to use PwFiles!
#UsePwFiles=yes   # use password files
#PwFiles=password  # password files (relative to ~/.im/)

## imput specific
#FccDir=$MailDir  # directory for FCC folders
#QueueDir=queue   # directory for to store messages to be sent
#MsgIdDomain=${HOST}  # if you want to use FQDN of dispatching host
#ObeyMTAdomain=yes  # do not append domainpart to addresses by imput
#NoMsgIdForNews=yes  # do not insert Message-Id: when posting as news
#NewsGMTdate=yes  # use GMT for Date: when posting as news
#UseLines=yes   # generate Lines header line
#JPheader=yes   # encode ISO-2022-JP with RFC2047
#Defcode=EUC   # default code in case no way to judge SJIS/EUCj
#JPconv=yes   # convert SJIS/EUCj to ISO-2022-JP
#NoHdrFolding=yes  # do not fold long header line when encoding
#HdrQEncoding=yes  # use Q-encoding to encode ISO-2022-JP
#NameInComment=yes  # yes: (Full Name) Addr, no: Full Name <Addr>
#Lines=3000   # unit to split a message to partial
#Annotate=yes   # annotate on parent messages (MsgDB required)

# Common operational settings
#Help=no
#Quiet=no
#Noharm=no
#Verbose=no
#Debug=


#case mew
#FromDomain=mew.org

#case queue
#JustQueuing=yes
#Queuing=yes

#case news
#Assoc= +inbox=nntp:fj.mail.system.sendmail;\
# +inbox=nntp:fj.mail
#Count=10

#case default
# -- global setting again --
-------------ここまで-------------------






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