summaryrefslogtreecommitdiff
path: root/alpine/newuser.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-06-14 15:54:08 -0600
committerEduardo Chappa <chappa@washington.edu>2020-06-14 15:54:08 -0600
commit4fa8e0bba357cfc2810ebe8c2dff79ae1778ada7 (patch)
tree9b2a9976c330aed7aa380b4bef45c952e54c3f30 /alpine/newuser.c
parent35aeccf9de673b44bb0f3e2f6d0cb7cbf7a0270e (diff)
downloadalpine-4fa8e0bba357cfc2810ebe8c2dff79ae1778ada7.tar.xz
* Creation of Alpine's Privacy Policy. This is presented as a link to an online
document from the Release Notes. Upon user request, Alpine downloads and displays this document. Links to the privacy policy are also displayed when a user starts Alpine for the first time, or when a user starts a new version of Alpine. There is no default exit greeting command for these screens, and to exit the user must press "E", instead of the old default, which was the RETURN command. The RETURN command will open the handle on which the cursor is on, which by default is the Privacy Policy
Diffstat (limited to 'alpine/newuser.c')
-rw-r--r--alpine/newuser.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/alpine/newuser.c b/alpine/newuser.c
index 2b32b3c0..6a84372a 100644
--- a/alpine/newuser.c
+++ b/alpine/newuser.c
@@ -126,9 +126,7 @@ new_user_or_version(struct pine *ps)
(nuov_keymenu.how_many * 12) * sizeof(struct key));
setbitmap(sargs.keys.bitmap);
- km.keys[NUOV_EXIT].label = "[Exit this greeting]";
- km.keys[NUOV_EXIT].bind.nch = 3;
- clrbitn(NUOV_VIEW, sargs.keys.bitmap);
+ km.keys[NUOV_EXIT].label = "Exit this greeting";
if(ps->first_time_user)
clrbitn(NUOV_RELNOTES, sargs.keys.bitmap);