]> granicus.if.org Git - neomutt/commit
Make sure paths created by header/body/news cache are POSIX-compliant (#1080)
authorPietro Cerutti <gahr@gahr.ch>
Wed, 14 Mar 2018 11:27:30 +0000 (11:27 +0000)
committerGitHub <noreply@github.com>
Wed, 14 Mar 2018 11:27:30 +0000 (11:27 +0000)
commitf5a038e06a8e34e8ff81d17c4594458e10327bf8
treed6444f28d43d8c27e74e525102d0cfd82ffc6782
parent7cc744fba6624037fe541d4a9bfeb380f7c0f426
Make sure paths created by header/body/news cache are POSIX-compliant (#1080)

* Make sure paths created by header/body cache are POSIX-compliant

Issue #1073

* Make sure single-file header cache is sanitized

Issue #1073

* Avoid double path normalization

Issue #1073

* Make sure bcache_path works for a NULL mailbox (see POP)

Issue #1073

* Encode news cache dir path

Issue #1073
bcache.c
hcache/hcache.c
muttlib.c
newsrc.c