mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 12:46:46 +00:00
docs: correct readme locations for prefs.json
This commit is contained in:
@ -84,9 +84,9 @@ The database stores metadata necessary for presenting messages and mailboxes to
|
|||||||
|
|
||||||
### Preferences
|
### Preferences
|
||||||
User preferences are stored in json at the following location:
|
User preferences are stored in json at the following location:
|
||||||
- Linux: `~/.cache/protonmail/bridge/<cacheVersion>/prefs.json` (unless `XDG_CACHE_HOME` is set, in which case that is used as your `~`)
|
- Linux: `~/.config/protonmail/bridge/prefs.json`
|
||||||
- macOS: `~/Library/Caches/protonmail/bridge/<cacheVersion>/prefs.json`
|
- macOS: `~/Library/ApplicationSupport/protonmail/bridge/prefs.json`
|
||||||
- Windows: `%LOCALAPPDATA%\protonmail\bridge\<cacheVersion>\prefs.json`
|
- Windows: `%APPDATA%\protonmail\bridge\prefs.json`
|
||||||
|
|
||||||
### IMAP Cache
|
### IMAP Cache
|
||||||
The currently subscribed mailboxes are held in a json file:
|
The currently subscribed mailboxes are held in a json file:
|
||||||
|
|||||||
Reference in New Issue
Block a user