Skip to content

README: don't let the example config create a folder named '~/Mailbox/'

Roland Hieber requested to merge rohieb/feed2exec:master into master

I was confused that feeds didn't show up in my usualy location, but on further investigation, I found out that I now had a new subfolder in my home folder, literally named '~:

$ find ./"'~"
./'~/Maildir
./'~/Maildir/'
./'~/Maildir/'/nasa
./'~/Maildir/'/nasa/tmp
[...]

$ rm -ri \'~/Maildir/
rm: descend into directory ''\''~/Maildir/'? y
rm: descend into directory ''\''~/Maildir/'\'''? y^C

...at this point I was too lazy to interpret all the quotes, and used a graphical file browser to delete the folders :)

Remove the quotes in the example configuration, which does the expected thing for me.

Merge request reports