forked from Silverfish/proton-bridge
GODT-2229: Own the full path for gluon and do not change Database path.
This commit is contained in:
committed by
Leander Beernaert
parent
8d9db83a87
commit
0580842ad2
@ -196,7 +196,7 @@ func (f *frontendCLI) showAllMail(c *ishell.Context) {
|
||||
}
|
||||
|
||||
func (f *frontendCLI) setGluonLocation(c *ishell.Context) {
|
||||
if gluonDir := f.bridge.GetGluonDir(); gluonDir != "" {
|
||||
if gluonDir := f.bridge.GetGluonCacheDir(); gluonDir != "" {
|
||||
f.Println("The current message cache location is:", gluonDir)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user