X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=main.c;h=8f8ca9d5ccff5fbcad4a23024dc54883af29bf6f;hb=f8867ec009c96710193ccc3832d8bb346192b1b0;hp=4b4a8b4c55d2355b227e6f8f0bcea1e22ada6a4e;hpb=f404a0ca916be07049af51a3022baaaaab94def6;p=apps%2Fmadmutt.git diff --git a/main.c b/main.c index 4b4a8b4..8f8ca9d 100644 --- a/main.c +++ b/main.c @@ -54,11 +54,12 @@ static const char *ReachingUs = N_("\ To contact the developers, please mail to .\n\ -To report a bug, please use the flea(1) utility.\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_("\ Copyright (C) 1996-2002 Michael R. Elkins and others.\n\ -Mutt comes with ABSOLUTELY NO WARRANTY; for details type `muttng -vv'.\n\ +Mutt-ng comes with ABSOLUTELY NO WARRANTY; for details type `muttng -vv'.\n\ Mutt is free software, and you are welcome to redistribute it\n\ under certain conditions; type `muttng -vv' for details.\n"); @@ -119,9 +120,9 @@ 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 not to read the system Muttrc\n\ + -n\t\tcauses Mutt-ng not to read the system Muttngrc\n\ -p\t\trecall a postponed message\n\ -Q \tquery a configuration variable\n\ -R\t\topen mailbox in read-only mode\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)