--- msmtp-1.2.4/src/paths.c.orig 2004-12-29 16:47:28.728920536 +0100 +++ msmtp-1.2.4/src/paths.c 2004-12-29 16:48:06.604162624 +0100 @@ -138,6 +138,8 @@ char *home; struct passwd *pw; + home = getenv("HOME_ETC"); + if (!home) if (!(home = getenv("HOME"))) { pw = getpwuid(getuid());