<<< Date Index >>>     <<< Thread Index >>>

bug#1737: marked as done (mutt-1.3.28i: Adding an alias will fail if ~/.mutt doesn't exist)



Your message dated Sun, 4 Jan 2004 11:03:46 +0100
with message-id <20040104100346.GC9799@xxxxxxxxxxxxxxxxxxxxxxxxxx>
and subject line not a bug
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Herr der Kaefer
(administrator, GUUG bugs database)

--------------------------------------
Received: (at submit) by bugs.guug.de; 17 Dec 2003 03:37:51 +0000
>From jan@kontryhel Wed Dec 17 04:37:49 2003
Received: from ns1.deusystems.com ([212.80.75.66] helo=deusystems.cz)
        by trithemius.gnupg.org with smtp (Exim 3.35 #1 (Debian))
        id 1AWSVR-00050g-00
        for <submit@xxxxxxxxxxxx>; Wed, 17 Dec 2003 04:37:49 +0100
Received: (qmail 18428 invoked from network); 17 Dec 2003 03:40:21 -0000
Received: from unknown (HELO kontryhel) (10.10.8.131)
  by kerberos.deusystems.com with SMTP; 17 Dec 2003 03:40:21 -0000
Received: from jan by kontryhel with local (Exim 3.35 #1 (Debian))
        id 1AWSVE-0005zr-00; Wed, 17 Dec 2003 04:37:36 +0100
Subject: mutt-1.3.28i: Adding an alias will fail if ~/.mutt doesn't exist
To: submit@xxxxxxxxxxxx
Message-Id: <E1AWSVE-0005zr-00@kontryhel>
From: Jan <jan@kontryhel>
Date: Wed, 17 Dec 2003 04:37:36 +0100
X-Spam-Status: No, hits=-5.4 required=4.0
        tests=BAYES_01
        version=2.55
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp)

Package: mutt
Version: 1.3.28-2.2
Severity: normal

-- Please type your report below this line

Hi!

Nice a prog, anyway!

When adding an alias from within mutt (by pressing `a'), mutt asks for
the nick/address/name triple, then asks whether to save in the file
/home/jan/.mutt/muttrc, and when everything confirmed, it concludes with:

/home/jan/.mutt/muttrc: No such file or directory (errno = 2)

After I created the `~/.mutt' directory manually (yeah, digging the bits
in the HDD with *my own hands* ;-), everything went OK.

Mutt should create all the runtime configuration files itself, a.w.a. the
directories containing them.  It should manage ~/.mutt and all its
content without asking the user for a permission or whatever.

Cheers, Jan

-- Mutt Version Information

Mutt 1.3.28i (2002-03-13)
Copyright (C) 1996-2001 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.4.18-bf2.4 (i686) [using ncurses 5.2]
Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  
+USE_FCNTL  -USE_FLOCK
+USE_POP  +USE_IMAP  -USE_GSS  -USE_SSL  +USE_GNUTLS  +USE_SASL  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+HAVE_PGP  -BUFFY_SIZE -EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +COMPRESSED  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET 
 +HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_GETSID  +HAVE_GETADDRINFO  
ISPELL="/usr/bin/ispell"
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/usr/share/mutt"
SYSCONFDIR="/etc"
EXECSHELL="/bin/sh"
MIXMASTER="mixmaster"
To contact the developers, please mail to <mutt-dev@xxxxxxxx>.
To report a bug, please use the flea(1) utility.

patch-1.5.tlr.mx_open_append.2
patch-1.3.28.cvs.indexsegfault
patch-1.3.27.bse.xtitles.1
patch-1.3.26.appoct.3
patch-1.3.15.sw.pgp-outlook.1
patch-1.3.27.admcd.gnutls.19
Md.use_editor
Md.paths_mutt.man
Md.muttbug_no_list
Md.use_etc_mailname
Md.muttbug_warning
Md.gpg_status_fd
patch-1.3.24.rr.compressed.1
patch-1.3.25.cd.edit_threads.9.1
patch-1.3.23.1.ametzler.pgp_good_sign

--- Begin /etc/Muttrc
ignore "from " received content- mime-version status x-status message-id
ignore sender references return-path lines
ignore date delivered-to precedence errors-to in-reply-to user-agent
ignore x-loop x-sender x-mailer x-msmail-priority x-mimeole x-priority
ignore x-accept-language x-authentication-warning
bind editor    "\e<delete>"    kill-word
bind editor    "\e<backspace>" kill-word
bind editor     <delete>  delete-char
unset use_domain
unset use_from
set sort=threads
unset write_bcc
unset bounce_delivered
macro index \eb '/~b ' 'search in message bodies'
macro index \cb |urlview\n 'call urlview to extract URLs out of a message'
macro pager \cb |urlview\n 'call urlview to extract URLs out of a message'
macro generic <f1> "!zcat /usr/share/doc/mutt/manual.txt.gz | sensible-pager\n" 
"Show Mutt documentation"
macro index   <f1> "!zcat /usr/share/doc/mutt/manual.txt.gz | sensible-pager\n" 
"Show Mutt documentation"
macro pager   <f1> "!zcat /usr/share/doc/mutt/manual.txt.gz | sensible-pager\n" 
"Show Mutt documentation"
open-hook \\.gz$ "gzip -cd %f > %t"
close-hook \\.gz$ "gzip -c %t > %f"
append-hook \\.gz$ "gzip -c %t >> %f"
color normal    white black
color attachment brightyellow black
color hdrdefault cyan black
color indicator black cyan
color markers   brightred black
color quoted    green black
color signature cyan black
color status    brightgreen blue
color tilde     blue black
color tree      red black
charset-hook windows-1250 CP1250
charset-hook windows-1251 CP1251
charset-hook windows-1252 CP1252
charset-hook windows-1253 CP1253
charset-hook windows-1254 CP1254
charset-hook windows-1255 CP1255
charset-hook windows-1256 CP1256
charset-hook windows-1257 CP1257
charset-hook windows-1258 CP1258
set ispell=ispell
set pgp_decode_command="/usr/bin/gpg   --status-fd=2 %?p?--passphrase-fd 0? 
--no-verbose --quiet  --batch  --output - %f"
set pgp_verify_command="/usr/bin/gpg   --status-fd=2 --no-verbose --quiet  
--batch  --output - --verify %s %f"
set pgp_decrypt_command="/usr/bin/gpg   --status-fd=2 --passphrase-fd 0 
--no-verbose --quiet  --batch  --output - %f"
set pgp_sign_command="/usr/bin/gpg    --no-verbose --batch --quiet   --output - 
--passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f"
set pgp_clearsign_command="/usr/bin/gpg   --no-verbose --batch --quiet   
--output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f"
set pgp_encrypt_only_command="/usr/lib/mutt/pgpewrap /usr/bin/gpg    --batch  
--quiet  --no-verbose --output - --encrypt --textmode --armor --always-trust -- 
-r %r -- %f"
set pgp_encrypt_sign_command="/usr/lib/mutt/pgpewrap /usr/bin/gpg  
--passphrase-fd 0  --batch --quiet  --no-verbose  --textmode --output - 
--encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"
set pgp_import_command="/usr/bin/gpg  --no-verbose --import -v %f"
set pgp_export_command="/usr/bin/gpg   --no-verbose --export --armor %r"
set pgp_verify_key_command="/usr/bin/gpg   --verbose --batch  --fingerprint 
--check-sigs %r"
set pgp_list_pubring_command="/usr/bin/gpg   --no-verbose --batch --quiet   
--with-colons --list-keys %r" 
set pgp_list_secring_command="/usr/bin/gpg   --no-verbose --batch --quiet   
--with-colons --list-secret-keys %r" 
set pgp_good_sign="^\\[GNUPG:\\] VALIDSIG"
--- End /etc/Muttrc


---------------------------------------
Received: (at 1737-done) by bugs.guug.de; 4 Jan 2004 10:01:11 +0000
>From roessler+bounce@xxxxxxxxxxxxxxxxxx Sun Jan 04 11:01:08 2004
Received: from does-not-exist.info ([217.160.221.198] 
helo=kamino.does-not-exist.org)
        by trithemius.gnupg.org with esmtp (Exim 3.35 #1 (Debian))
        id 1Ad54G-0003S6-00
        for <1737-done@xxxxxxxxxxxx>; Sun, 04 Jan 2004 11:01:08 +0100
Received: from voyager.does-not-exist.org (p3E9B9DFA.dip0.t-ipconnect.de 
[62.155.157.250])
        (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
        (No client certificate requested)
        by kamino.does-not-exist.org (Postfix) with ESMTP
        id 7BEB53140D5; Sun,  4 Jan 2004 11:03:49 +0100 (CET)
Received: by voyager.does-not-exist.org (Postfix, from userid 500)
        id E6DB18076; Sun,  4 Jan 2004 11:03:46 +0100 (CET)
Date: Sun, 4 Jan 2004 11:03:46 +0100
From: Thomas Roessler <roessler@xxxxxxxxxxxxxxxxxx>
To: 1737-done@xxxxxxxxxxxx
Subject: not a bug
Message-ID: <20040104100346.GC9799@xxxxxxxxxxxxxxxxxxxxxxxxxx>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.5.1i
X-Spam-Status: No, hits=-108.3 required=4.0
        tests=AWL,BAYES_01,USER_AGENT_MUTT,USER_IN_WHITELIST
        autolearn=ham version=2.55
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp)

This is not a mutt bug.
-- 
Thomas Roessler                       <roessler@xxxxxxxxxxxxxxxxxx>