Taleb Hakim | 1 Mar 12:29

mutt_error _("Could not create temporary file!")

Hello,

After upgrading mutt from the 1.5.11 version to the 1.5.14 one, it complains "Could not create temporary
file!" when trying to view messages.

My $tmpdir is set to ~/tmp. I assume this has to do with file or directory protections, but I don't know how
solving the problem.

Thanks.

Thomas Roessler | 1 Mar 12:31

Re: mutt_error _("Could not create temporary file!")

What file system is your home directory on?
-- 
Thomas Roessler   <roessler <at> does-not-exist.org>

On 2007-03-01 11:29:52 +0000, Taleb Hakim wrote:
> From: Taleb Hakim <taleb <at> daps.finances.gov.ma>
> To: mutt-users <at> mutt.org
> Date: Thu, 1 Mar 2007 11:29:52 +0000
> Subject: mutt_error _("Could not create temporary file!")
> X-Spam-Level: 
> 
> Hello,
> 
> After upgrading mutt from the 1.5.11 version to the 1.5.14 one, it complains "Could not create temporary
file!" when trying to view messages.
> 
> My $tmpdir is set to ~/tmp. I assume this has to do with file or directory protections, but I don't know how
solving the problem.
> 
> Thanks.
> 
> 

Taleb Hakim | 1 Mar 12:54

Re: mutt_error _("Could not create temporary file!")

*Quoting Thomas Roessler, 12:31, Thu 01 Mar 07:
> What file system is your home directory on?

vfat.

$ uname -a
CYGWIN_NT-5.1 amex1 1.5.24(0.156/4/2) 2007-01-31 10.57 i686 Cygwin 

Taleb Hakim | 1 Mar 15:23

Re: mutt_error _("Could not create temporary file!")

*Quoting Thomas Roessler, 12:55, Thu 01 Mar 07:

> ok...  We'll need some cygwin-conditional code in the library that
> tries to do safer temporary files on Unix.

Thanks, ok. I'll try to have some help form Cygwin's users team.

Cameron Simpson | 2 Mar 05:02
Picon
Picon
Gravatar

Re: mutt + smtp.gmail.com + ml

On 27Feb2007 21:21, Angel Olivera <redondos <at> twat.com.ar> wrote:
| > yes, relay your outbound mail via your provider, ie:
| >   smtp-server.indy.rr.com
| 
| I guess he uses gmail because of its archive. Doing what you suggest 
| would render it unusable as his replies wouldn't be saved.

Add a "Bcc: his-gmail-address".
Instant reply archive.
--

-- 
Cameron Simpson <cs <at> zip.com.au> DoD#743

Zembower, Kevin | 2 Mar 22:13
Favicon

NEWBIE: realname only uses first name?

I'm trying to set up my first instance of mutt, and am having some
problems with the realname setting. I'm using mutt 1.4.1i on a RHEL4
system. Here's part of my ~/.muttrc file (domain name obscured):
[malariafreefuture.org <at> www ~]$ cat .muttrc 
set mbox_type=Maildir
<snip>
mailboxes =ghana
<snip>
# Set the From: header to 'ghana <at> malariaxxxfuture.org' in the 'ghana'
mailbox
folder-hook ghana set from = "ghana <at> malariaxxxfuture.org"
folder-hook ghana set realname = 'Ghana Malaria Project'
#folder-hook ghana set use_from=yes
#folder-hook ghana set envelope_from=yes

# Set the From: header back in the general mailbox area.
<snip>

When I use this configuration file, I'm able to select the 'ghana'
folder. When I do, the message 'Malaria: unknown variable' appears
briefly at the bottom of the screen. When I compose a reply, the From:
header appears as:
From: Ghana <ghana <at> malariaxxxfuture.org>

There doesn't seem to be any strange characters in the realname line:
[malariafreefuture.org <at> www ~]$ grep Malaria .muttrc | cat -vet 
folder-hook ghana set realname = 'Ghana Malaria Project'$
[malariafreefuture.org <at> www ~]$ grep Malaria .muttrc | hexdump -C
00000000  66 6f 6c 64 65 72 2d 68  6f 6f 6b 20 67 68 61 6e  |folder-hook
ghan|
(Continue reading)

Rado S | 2 Mar 22:25
Picon

Re: NEWBIE: realname only uses first name?

=- Zembower, Kevin wrote on Fri  2.Mar'07 at 16:13:29 -0500 -=

> folder-hook ghana set from = "ghana <at> malariaxxxfuture.org"
> folder-hook ghana set realname = 'Ghana Malaria Project'
>
> When I use this configuration file, I'm able to select the
> 'ghana' folder. When I do, the message 'Malaria: unknown
> variable' appears briefly at the bottom of the screen. When I
> compose a reply, the From: header appears as:
> From: Ghana <ghana <at> malariaxxxfuture.org>

Basically: you need more quoting.

See http://WIKI.mutt.org/?DebugConfig
-> Quoting
-> MuttGuide/ Syntax

--

-- 
© Rado S. -- You must provide YOUR effort for your goal!
EVERY effort counts: at least to show your attitude.
You're responsible for ALL of it: you get what you give.

Zembower, Kevin | 2 Mar 22:37
Favicon

Re: NEWBIE: realname only uses first name?

Rado, thank you very much. For the archives, here's my correctly working
section:
# Set the From: header to 'ghana <at> malariaxxxfuture.org' in the 'ghana'
mailbox
folder-hook ghana 'set from = "ghana <at> malariaxxxfuture.org"'
folder-hook ghana 'set realname = "Ghana Malaria Project"'

Thanks, again.

-Kevin

-----Original Message-----
From: owner-mutt-users <at> mutt.org [mailto:owner-mutt-users <at> mutt.org] On
Behalf Of Rado S
Sent: Friday, March 02, 2007 4:25 PM
To: mutt-users <at> mutt.org
Subject: Re: NEWBIE: realname only uses first name?

=- Zembower, Kevin wrote on Fri  2.Mar'07 at 16:13:29 -0500 -=

> folder-hook ghana set from = "ghana <at> malariaxxxfuture.org"
> folder-hook ghana set realname = 'Ghana Malaria Project'
>
> When I use this configuration file, I'm able to select the
> 'ghana' folder. When I do, the message 'Malaria: unknown
> variable' appears briefly at the bottom of the screen. When I
> compose a reply, the From: header appears as:
> From: Ghana <ghana <at> malariaxxxfuture.org>

Basically: you need more quoting.
(Continue reading)

Michael Pobega | 3 Mar 01:37
Picon

Custom Hotkeys

I'd like to change a few of the default Mutt hotkeys, but I can't find
anything about changing the defaults on the net.

I'm looking to change L to l and l to L, as well as use J/K to scroll
through the message as opposed to scrolling between messages (It feels
much cleaner used alongside Vim).

Thanks for your help again.

William Yardley | 3 Mar 01:38
Favicon

Re: Custom Hotkeys

On Fri, Mar 02, 2007 at 07:37:34PM -0500, Michael Pobega wrote:

> I'd like to change a few of the default Mutt hotkeys, but I can't find
> anything about changing the defaults on the net.

> I'm looking to change L to l and l to L, as well as use J/K to scroll
> through the message as opposed to scrolling between messages 

See "bind" in TFM

The help screen (?) can also be helpful in getting an idea of the names
of functions and the (current) bindings.

w


Gmane