搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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!