vladimiry / ElectronMail

Unofficial ProtonMail Desktop App
GNU General Public License v3.0
1.48k stars 96 forks source link

CHANGE DIRECTORY FOR EMAILS #597

Closed FROVERB closed 1 year ago

FROVERB commented 1 year ago

HELLO! I have a large amount of emails, several Go (around 15) , is it possible to chose to store the file on another disk (other than C)?

vladimiry commented 1 year ago

You could try ELECTRON_MAIL_USER_DATA_DIR environment variable. You will need to copy/move the currently used app data from the settings folder to the folder the ELECTRON_MAIL_USER_DATA_DIR env var points to. It's undocumented, but it might work.