kazu-yamamoto / Mew

Messaging in the Emacs World
http://www.mew.org/
Other
191 stars 51 forks source link

Use configured file names as relative paths from mew-home. #170

Closed yasuoka closed 1 year ago

yasuoka commented 1 year ago

I had configured mew-signature-file with a relative path for long time.

(setq mew-signature-file ".signature")

I supposed that it means "relative from mew-home" then it means ~/.signature. But it doesn't work on 6.9. I seems try to open .signature related to the working directory of the running process.

The behavior changed by commit 59e9ad9ee3478040f0f5b73781deebe3079a0f38. I'd like to revert the previous behavior.

kazu-yamamoto commented 1 year ago

Rebased and merged. Thank you for your contribution!