mutt 仍在 /etc/Muttrc 中使用“set copy=no”建立 ~/sent 文件

mutt 仍在 /etc/Muttrc 中使用“set copy=no”建立 ~/sent 文件

我最近遇到一個問題,伺服器因 / 目錄因 ~/sent 檔案過大而已滿而宕機。我不需要儲存這些文件,因此我將“set copy=no”放入 /etc/Muttrc 文件中,但看起來發送的文件仍在創建中。有誰知道為什麼會出現這種情況以及我可以採取什麼措施來補救這種情況?

任何幫助是極大的讚賞。

結果mutt -v如下cat /etc/*-release

$ cat /etc/*-release

Red Hat Enterprise Linux Server release 5.7 (Tikanga)
$ mutt -v

Mutt 1.5.21 (2010-09-15)
Copyright (C) 1996-2009 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.6.18-274.7.1.el5 (x86_64)
ncurses: ncurses 5.5.20060715 (compiled with 5.5)
libidn: 0.6.5 (compiled with 0.6.5)
hcache backend: This is GDBM version 1.8.0, as of May 19, 1999.
Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL  -USE_SETGID  -USE_DOTLOCK  -DL_STANDALONE  +USE_FCNTL  -USE_FLOCK
+USE_POP  +USE_IMAP  +USE_SMTP
+USE_SSL_OPENSSL  -USE_SSL_GNUTLS  +USE_SASL  +USE_GSS  +HAVE_GETADDRINFO
+HAVE_REGCOMP  -USE_GNU_REGEX
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  -CRYPT_BACKEND_GPGME
-EXACT_ADDRESS  -SUN_ATTACHMENT
+ENABLE_NLS  -LOCALES_HACK  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  +HAVE_LANGINFO_YESEXPR
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE
ISPELL="/usr/bin/ispell"
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/usr/share/mutt"
SYSCONFDIR="/etc"
EXECSHELL="/bin/sh"
-MIXMASTER
To contact the developers, please mail to <[email protected]>.
To report a bug, please visit http://bugs.mutt.org/.

$

謝謝,

答案1

添加這是~/.muttrc

set copy = no
set folder = ""

相關內容