mutt erstellt immer noch die Datei ~/sent mit „set copy=no“ in /etc/Muttrc

mutt erstellt immer noch die Datei ~/sent mit „set copy=no“ in /etc/Muttrc

Ich hatte kürzlich ein Problem, bei dem ein Server ausfiel, weil das /-Verzeichnis aufgrund großer ~/sent-Dateien voll war. Ich muss diese Dateien nicht speichern, also habe ich „set copy=no“ in die Datei /etc/Muttrc eingefügt, aber es sieht so aus, als würden die gesendeten Dateien immer noch erstellt. Weiß jemand, warum das so ist und was ich tun kann, um Abhilfe zu schaffen?

Jede Hilfe wird sehr geschätzt.

Ergebnis von mutt -vund cat /etc/*-releaseunten:

$ 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/.

$

Danke,

Antwort1

füge hinzu ~/.muttrc:

set copy = no
set folder = ""

verwandte Informationen