Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensured TMPDIR can now be overriden and is always valid. #29

Open
wants to merge 2 commits into
base: stable
Choose a base branch
from

Conversation

qflen
Copy link

@qflen qflen commented Jan 30, 2025

Summary

This improves TMPDIR handling by ensuring:

  • TMPDIR defaults to ~/Downloads/thunderbird.tmp only if it is unset or invalid.
  • /thunderbird.tmp is always appended to a valid directory

Why

Previously, TMPDIR was overridden without minding user preference.

Linked Issue

Fixes #3

Copy link

@sergio-costas sergio-costas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a little nitpick.

tmpdir Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow to override TMPDIR
2 participants