]> andersk Git - moira.git/blobdiff - clients/mailmaint/mailmaint.c
make it harder for users to shoot us in the foot
[moira.git] / clients / mailmaint / mailmaint.c
index fa1cb404476eca0ad17b6f8e3bb8964df6e6a1ce..cf946735c10cbae90a333a6395f9fde7e5bd6930 100644 (file)
@@ -474,9 +474,9 @@ show_all()
     char c;
 
     show_text(DISPROW, STARTCOL, "This function may take a \
-while... proceed? [y] ");
+while... proceed? [n] ");
     c = getchar() & 0x7f;
-    if (c == 'y' || c == 'Y' || c == '\n' || c == '\r') {
+    if (c == 'y' || c == 'Y') {
        move(DISPROW + 1, STARTCOL);
        addstr("Processing query...please hold");
        refresh();
This page took 0.282077 seconds and 4 git commands to generate.