From: SourceForge.net <no...@so...> - 2006-10-14 21:39:50
|
Feature Requests item #1058880, was opened at 2004-11-02 16:18 Message generated for change (Comment added) made by nikosch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=1058880&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface Improvements (example) Group: Next Release (example) >Status: Closed Priority: 5 Submitted By: Fernan Aguero (fernan) Assigned to: Nobody/Anonymous (nobody) Summary: allow user to change tempdir Initial Comment: I've got a failed archivemail run because my /tmp partition filled up. Other utilities honor TMPDIR or similar env variables. Then I can set TMPDIR to say /usr/tmp or /var/tmp and be happy. archivemail does not use TMPDIR (I've tried), but perhaps some other env variable? Perhaps you could add this option? Or perhaps it's already there but not described in the man page? Thanks for a useful piece of software! Fernan ---------------------------------------------------------------------- >Comment By: Nikolaus Schulz (nikosch) Date: 2006-10-14 23:39 Message: Logged In: YES user_id=1594781 archivemail *does* honor TMPDIR. To be precise, it should pick the first of TMPDIR, TEMP, TMP where the user can create files in. This is standard Python behaviour. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=1058880&group_id=49630 |