Config variables that contain filesystem paths, should have `~` expanded
before saving. For `DT_PATH`, this is done automatically.
Restore `reset_tilde()` so that `DT_MAILBOX` get their initial values correct.
Fixes: #2206
Config variables that contain filesystem paths, should have `~` expanded
before saving. For `DT_PATH`, this is done automatically.
Restore `reset_tilde()` so that `DT_MAILBOX` get their initial values correct.
Fixes: #2206
jindraj
pushed a commit
to jindraj/neomutt
that referenced
this issue
Mar 26, 2020
Config variables that contain filesystem paths, should have `~` expanded
before saving. For `DT_PATH`, this is done automatically.
Restore `reset_tilde()` so that `DT_MAILBOX` get their initial values correct.
Fixes: neomutt#2206
Expected Behaviour
By default,
folder
should be equal to~/Mail
, i.e. a directoryMail
in the user's home directory.Actual Behaviour
folder
now is equal to the directory~/Mail
starting at the user's current directory.Steps to Reproduce
Do not set folder in .muttrc
How often does this happen?
When did it start to happen?
Which version did you use to use?
6112fb2 (#2137)
Extra Info
mbsync
(isync)For the moment, a fix is to add the following line to .muttrc:
which in theory just sets the same value as the default value, but this time, the tilde actually gets expanded.
@gahr (I discussed this with him on IRC, and he has been able to reproduce it)
The text was updated successfully, but these errors were encountered: