$NetBSD: patch-ab,v 1.1.1.1 2002/07/10 14:16:07 agc Exp $ --- src/MessageManager.cc.orig Sat Apr 27 13:54:46 2002 +++ src/MessageManager.cc Sat Apr 27 13:54:54 2002 @@ -424,8 +424,8 @@ void MessageManager::initdir() { // Ensure _logdir is terminated with a / - if (_spool[_spool.length()-1] != '/') - _spool += "/"; +// if (_spool[_spool.length()-1] != '/') +// _spool += "/"; // Replace ~ with $HOME if (_spool[0] == '~') _spool.replace(0, 1, g_get_home_dir());