X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=main.c;h=8f8ca9d5ccff5fbcad4a23024dc54883af29bf6f;hp=5848472ffe75f7bcaae1ae393d14162fe08e95b8;hb=a548b928816889f8f2aa5bfe8f755d8234ce19db;hpb=4ca1867975c2c1f247557d4f33ea6ca6dbe9eae0 diff --git a/main.c b/main.c index 5848472..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_("\ @@ -119,7 +120,7 @@ options:\n\ -g \tspecify a newsserver (if compiled with NNTP)\n\ -G\t\tselect a newsgroup (if compiled with NNTP)\n\ -H \tspecify a draft file to read header and body from\n\ - -i \tspecify a file which Mutt should include in the body\n\ + -i \tspecify a file which Mutt-ng should include in the body\n\ -m \tspecify a default mailbox type\n\ -n\t\tcauses Mutt-ng not to read the system Muttngrc\n\ -p\t\trecall a postponed message\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)