aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msgview/save.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msgview/save.go')
-rw-r--r--commands/msgview/save.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msgview/save.go b/commands/msgview/save.go
index 9f2b71fc..bcaf9eb2 100644
--- a/commands/msgview/save.go
+++ b/commands/msgview/save.go
@@ -42,7 +42,7 @@ func (*Save) CompletePath(arg string) []string {
if defaultPath != "" && !isAbsPath(arg) {
arg = filepath.Join(defaultPath, arg)
}
- return commands.CompletePath(xdg.ExpandHome(arg))
+ return commands.CompletePath(arg, false)
}
func (s Save) Execute(args []string) error {