You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tilde encoding introduced in #1657 means that database files with spaces in the name - e.g. the Apple Mail Envelope Index database - end up with URLs like this:
http://127.0.0.1:8001/Envelope~20Index
I think this would be prettier:
http://127.0.0.1:9933/Envelope+Index
The text was updated successfully, but these errors were encountered:
Tilde encoding introduced in #1657 means that database files with spaces in the name - e.g. the Apple Mail
Envelope Index
database - end up with URLs like this:I think this would be prettier:
The text was updated successfully, but these errors were encountered: