summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-06-16 16:19:50 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-06-16 16:19:50 +0000
commitef84ec775cad5b7cf7d7bc203a19ba4ab1bc76cb (patch)
tree78560248cbd98af49ca9614360a29f26f6796df7 /main.c
parent0693d2fbd2d8c7420127d7ea84a9487ab852a43e (diff)
Switch the error reporting address from mutt-users to
mutt-dev.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 4d1cce3c..8002e25f 100644
--- a/main.c
+++ b/main.c
@@ -251,7 +251,7 @@ static void show_version (void)
- puts ("\nMail bug reports along with this output to <mutt-users@cs.hmc.edu>.");
+ puts ("\nMail bug reports along with this output to <mutt-dev@cs.hmc.edu>.");
exit (0);
}