summaryrefslogtreecommitdiff
path: root/alpine/alpine.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-06-21 20:14:20 -0600
committerEduardo Chappa <chappa@washington.edu>2020-06-21 20:14:20 -0600
commit9a21decd8d4528c36870a86f631c754b0b63411f (patch)
tree90aa846885b727da819eb8412537be96a691f66c /alpine/alpine.c
parent729b8c0f554d95388e228d9b07d628530f8fa736 (diff)
downloadalpine-9a21decd8d4528c36870a86f631c754b0b63411f.tar.xz
* Alpine will ding the terminal bell when asking about quitting
when new mail arrives. This is consistent with Alpine dinging the bell when new mail arrives. Bell will not ding if it is disabled for status messages. Suggested by Chime Hart.
Diffstat (limited to 'alpine/alpine.c')
-rw-r--r--alpine/alpine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/alpine.c b/alpine/alpine.c
index d72c60cf..e11a47c7 100644
--- a/alpine/alpine.c
+++ b/alpine/alpine.c
@@ -3232,7 +3232,7 @@ quit_screen(struct pine *pine_state)
&& pine_state->mail_stream != NULL
&& new_mail(1, VeryBadTime, NM_STATUS_MSG | NM_DEFER_SORT) > 0
&& (quit = want_to(_("Quit even though new mail just arrived"), 'y', 0,
- NO_HELP, WT_NORM)) != 'y'){
+ NO_HELP, WT_NORM | WT_DING)) != 'y'){
refresh_sort(pine_state->mail_stream, pine_state->msgmap, SRT_VRB);
pine_state->next_screen = pine_state->prev_screen;
return;