X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=main.c;h=8f8ca9d5ccff5fbcad4a23024dc54883af29bf6f;hp=1568951af1e1e1e96334de9100d7539e3d60db39;hb=c7ceecd31e97891dd5cf48536d4bddf2c1d7d9dd;hpb=4668fff7aad8730d22a18d17a420ed1654de61bb diff --git a/main.c b/main.c index 1568951..8f8ca9d 100644 --- a/main.c +++ b/main.c @@ -54,6 +54,7 @@ static const char *ReachingUs = N_("\ To contact the developers, please mail to .\n\ +To visit the Mutt-ng homepage go to http://www.muttng.org.\n\ To report a bug, please use the fleang(1) utility.\n"); static const char *Notice = N_("\ @@ -994,7 +995,8 @@ int main (int argc, char **argv) else #endif mutt_expand_path (folder, sizeof (folder)); - + + mutt_str_replace (&CurrentFolder, folder); mutt_str_replace (&LastFolder, folder); if (flags & M_IGNORE)