Re: problems editing raw message
- To: mutt-users@xxxxxxxx
- Subject: Re: problems editing raw message
- From: ssizarit@xxxxxxxxx
- Date: Thu, 5 Mar 2009 08:54:44 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=zd1uX2Ld6eM1eA2Rwq337jdHUr2UpEsm+fdBrbj5yqc=; b=QeUdx9UEPTfDugsCESJ+0b5qq0yG65nQDrSZjfJEpN0h4nbtehmpKt5qohXzDub76/ R2ByqumXlLNdrRuc7k+M3gr3BgW9Jlr7oarT8pVEm41z9Vv+RBTa1qkzaC6IdzYks/f2 Bf/LQapixnJjvy/oxVp8PLluiq/Q3YV6WrXuw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=gqSiTd1hqckUQ8mPIp+jXjmSGAUN2l0NNKqqcdBqgHqBltdt2yjVp/O0YPpossaICC 95+dfGeygUgbB4GxFXrh9ZdSSKkF04aueQMaBIentak9EnSeoOsvxvZn/Qel23QHmqNN ssC7ClnBY27WBum8ZUhIFi+kt6MS1+H6/Z1mg=
- In-reply-to: <20090304231926.GC5388@KCJs-Computer>
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- References: <552bdde0903041440v65dd0281i624925cb26a36155@xxxxxxxxxxxxxx> <20090304231926.GC5388@KCJs-Computer>
- Sender: owner-mutt-users@xxxxxxxx
On Thu, Mar 5, 2009 at 00:19, Gary Johnson <garyjohn@xxxxxxxxxx> wrote:
> On 2009-03-04, ssizarit@xxxxxxxxx wrote:
>> When I'm in a folder and want to edit the raw message by pressing 'e',
>> I get the message (translated) "Could not create temporary mailbox: No
>> such file or directory".
>>
>> A google search didn't really provide the help I was looking for, but
>> that's partly because I don't know what to really look for.
>>
>> (Maybe I need to chmod some dirs? I don't know)
>
> According to the mutt manual (version 1.5.17, section 3.286,
> tmpdir), mutt puts temporary files in the directory specified by the
> "tmpdir" variable, or if that variable is not set, in the directory
> specified by the TMPDIR environment variable, or if that is not set
> either, in the directory "/tmp".
>
> In your case, it appears that either:
>
> 1. "tmpdir" is set and that directory does not exist, or
>
> 2. TMPDIR is set and that directory does not exist, or
>
> 3. the directory "/tmp" does not exist.
>
> You can check the value of "tmpdir" by executing
>
> :set ?tmpdir
>
> on mutt's command line. You can check the value of TMPDIR by
> executing
>
> echo $TMPDIR
>
> at your shell's command prompt.
>
> There are several ways to fix the problem, depending on what you
> find. I have this in my muttrc,
>
> set tmpdir=$HOME/tmp/mutt
>
> so that my temporary files are not in a publicly-visible place like
> /tmp and so that they are all together in a directory with no other
> files.
I know about tmpdir, and its been in my .muttrc for quite a while now.
If I use ":set ?tmpdir" it gives me the specified value.
Maybe it doesn't like the fact it's "hidden", i.e. is called
".mutttmp"?... I'll go check that out know. On the other hand, a quick
file-check shows ".mutttmp" was acccessed today, so hmm. Bug?