summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-11-21 10:31:58 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-11-21 10:31:58 +0000
commitb6a041cb52612feb89692f255583ccdbe748bfea (patch)
treeac56d18771bef4f9f8fa0f0c063d0698088d654e /main.c
parent6919ae23951ee619e39e940871bf16b60a673b9e (diff)
Introduce mutt_curses_message/mutt_nocurses_message. From Olaf Kirch.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index b534f3fe..4179b1fc 100644
--- a/main.c
+++ b/main.c
@@ -472,6 +472,7 @@ int main (int argc, char **argv)
setlocale (LC_CTYPE, "");
mutt_error = mutt_nocurses_error;
+ mutt_message = mutt_nocurses_error;
SRAND (time (NULL));
umask (077);
@@ -610,6 +611,7 @@ int main (int argc, char **argv)
SETCOLOR (MT_COLOR_NORMAL);
clear ();
mutt_error = mutt_curses_error;
+ mutt_message = mutt_curses_message;
}
/* Create the Maildir directory if it doesn't exist. */