搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

How can I move all of my existing emails (about 20GB) to a secondary internal hard drive and have all future incoming emails stored here?

  • 6 回覆
  • 1 有這個問題
  • 8 次檢視
  • 最近回覆由 Zhangg

more options

How can I move all of my existing Thunderbird emails (about 20GB) to a secondary internal hard drive and have all future incoming emails stored here - I'm running out of space on C drive

Thank you

How can I move all of my existing Thunderbird emails (about 20GB) to a secondary internal hard drive and have all future incoming emails stored here - I'm running out of space on C drive Thank you

被選擇的解決方法

That looks good, except that I'd expect to see a profile name, in the form of nnnnnnn.default, where nnnnnnn represents a pseudo-random string: Path=E:\Z - THUNDERBIRD\Profiles\nnnnnnn.default I'm wary of spaces in pathnames. Sometimes you might need to put quotes round it, other times not. No spaces, no doubts. ;-)

從原來的回覆中察看解決方案 👍 0

所有回覆 (6)

more options

Move your profile to that drive.

See: https://support.mozilla.org/en-US/kb/profiles-tb

more options

Zenos said

Move your profile to that drive. See: https://support.mozilla.org/en-US/kb/profiles-tb

So the .ini file might read:

[General] StartWithLastProfile=1

[Profile0] Name=default IsRelative=1 Path=E:\Z - THUNDERBIRD\Profiles

Is that correct for location of:

E:\Z - THUNDERBIRD\Profiles

more options

IsRelative=0 in your case. You are giving a full absolute pathname, hence it's not relative. ;-)

more options

Thanks so it would be:

[General] StartWithLastProfile=1

[Profile0] Name=default IsRelative=0 Path=E:\Z - THUNDERBIRD\Profiles

......

Should have mentioned when I started the thread I'm an inexperienced home computer user!

more options

選擇的解決方法

That looks good, except that I'd expect to see a profile name, in the form of nnnnnnn.default, where nnnnnnn represents a pseudo-random string: Path=E:\Z - THUNDERBIRD\Profiles\nnnnnnn.default I'm wary of spaces in pathnames. Sometimes you might need to put quotes round it, other times not. No spaces, no doubts. ;-)

由 Zenos 於 修改

more options

Got it! Thanks for your help. My C drive can breath again!