We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131979c commit 08206e7Copy full SHA for 08206e7
completions/mutt
@@ -134,7 +134,7 @@ _muttfiledir()
134
muttrc=$(_muttrc)
135
if [[ $cur == [=+]* ]]; then
136
folder="$("$muttcmd" -F "$muttrc" -Q folder 2>/dev/null | command sed -e 's|^folder=\"\(.*\)\"$|\1|')"
137
- : folder:=~/Mail
+ [[ $folder ]] || folder=~/Mail
138
139
# Match any file in $folder beginning with $cur
140
# (minus the leading '=' sign).
0 commit comments