]> granicus.if.org Git - neomutt/commit
hcache: prepend current dir to path for local folders
authorRocco Rutte <pdmef@gmx.net>
Wed, 14 Mar 2007 19:53:49 +0000 (12:53 -0700)
committerRocco Rutte <pdmef@gmx.net>
Wed, 14 Mar 2007 19:53:49 +0000 (12:53 -0700)
commitb88962a289651817950902380582e4a159482c35
tree401d0c6db0165b50601673aa1e0f5d517fcc0929
parent3d5725593f064ffe2ee22c6496849d7582d42ce5
hcache: prepend current dir to path for local folders
If a folder is local (i.e. stat() succeeds), prepend the current working
directory if necessary to always fully qualify the path. Otherwise we
may end up using different cache files for the same folder when given
relative paths. This closes #2845.
hcache.c