Re: folder_purge
| Newsgroups | gmane.mail.exmh.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 18 Jan 2006 18:40:17 +0100, Anne Possoz said:
> > Error in startup script: invalid command name "Env_Tmp"
> > while executing
> Stucked with the same problem I made a patch which works.
> No idea if it is clean and/or safe but it is simple and works.
puts $out "source $exmh(library)/folder.tcl"
+ puts $out "source $exmh(library)/env.tcl"
+ puts $out [list set exmh(tmpdir) $exmh(tmpdir)]
puts $out [list set mhProfile(delprefix) $mhProfile(delprefix)]
Sourcing env.tcl is correct. I haven't figured out yet if the second
line is in fact required, or if it should just figure it out for itself.
_______________________________________________
Exmh-users mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/exmh-users
signature.asc
(application/pgp-signature, 226 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Exmh version 2.5 07/13/2001 iD8DBQFDzoHPcC3lWbTT17ARAoV7AKCaJ+8Q05Kb5ZHb1RtqqetPUf6dGwCgz98n T2ri8lcgYXiXBLCvtvr1MVk= =eUFK -----END PGP SIGNATURE-----