remove fleang and other tools like that.
[apps/madmutt.git] / main.c
diff --git a/main.c b/main.c
index 5b1c674..ada2c8d 100644 (file)
--- a/main.c
+++ b/main.c
@@ -86,11 +86,6 @@ extern int optind;
 #include <openssl/opensslv.h>
 #endif
 
-static const char *ReachingUs = N_("\
-To contact the developers, please mail to <mutt-ng-devel@lists.berlios.de>.\n\
-To visit the Madmutt 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\
 Madmutt comes with ABSOLUTELY NO WARRANTY; for details type `madmutt -vv'.\n\
@@ -459,8 +454,6 @@ static void show_version (void)
   puts ("  -MIXMASTER\n");
 #endif
 
-  puts (_(ReachingUs));
-
   puts (_("MadMutt is based on Madmutt wich was based on Mutt before\n"));
 
   exit (0);
@@ -700,7 +693,6 @@ int main (int argc, char **argv)
     puts (_(Copyright_GPL_1));
     puts (_(Copyright_GPL_2));
     puts (_(Copyright_GPL_3));
-    puts (_(ReachingUs));
     exit (0);
   }