summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-08-23 21:44:31 -0600
committerEduardo Chappa <chappa@washington.edu>2021-08-23 21:44:31 -0600
commitcfdebdd33ae23f41a3eb786c33d993452664333d (patch)
treeafcd8fca6401648036fcf7d8d81635a7db8ac083
parent8961761e0b3c7b3cc11a00f6ac6ebf7a29bc5a10 (diff)
downloadalpine-cfdebdd33ae23f41a3eb786c33d993452664333d.tar.xz
* Fix a typo in documentation. Patch provided by Dennis Davis. Other
minor fixes.
-rw-r--r--alpine/alpine.c1
-rw-r--r--alpine/arg.c2
-rw-r--r--alpine/xoauth2info.h20
-rw-r--r--pith/pine.hlp2
4 files changed, 22 insertions, 3 deletions
diff --git a/alpine/alpine.c b/alpine/alpine.c
index 7a512a1a..8ef14d01 100644
--- a/alpine/alpine.c
+++ b/alpine/alpine.c
@@ -64,7 +64,6 @@ static char rcsid[] = "$Id: alpine.c 1266 2009-07-14 18:39:12Z hubert@u.washingt
#include "after.h"
#include "smime.h"
#include "newmail.h"
-#include "xoauth2conf.h"
#include "xoauth2info.h"
#ifndef _WINDOWS
#include "../pico/osdep/raw.h" /* for STD*_FD */
diff --git a/alpine/arg.c b/alpine/arg.c
index e15babfb..fbc2eee5 100644
--- a/alpine/arg.c
+++ b/alpine/arg.c
@@ -188,7 +188,7 @@ N_("\tNote: All of -xoauth options above must be used, if any of them is used"),
N_(" -xoauth2-tenant <value>"),
N_(" -xoauth2-user <value>"),
N_(" -xoauth2-flow <value>"),
-N_("\tNote: The previous two options are optional and if not used, Alpine resorts to their defualt values"),
+N_("\tNote: The previous two options are optional and if not used, Alpine resorts to their default values"),
" -<option>=<value> Assign <value> to the pinerc option <option>",
"\t\t e.g. -signature-file=sig1",
"\t\t e.g. -color-style=no-color",
diff --git a/alpine/xoauth2info.h b/alpine/xoauth2info.h
new file mode 100644
index 00000000..c033d949
--- /dev/null
+++ b/alpine/xoauth2info.h
@@ -0,0 +1,20 @@
+/*
+ * ========================================================================
+ * Copyright 2013-2021 Eduardo Chappa
+ * Copyright 2006-2009 University of Washington
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * ========================================================================
+ */
+
+#ifndef XOAUTH2INFO_INCLUDED
+#define XOAUTH2INFO_INCLUDED
+
+void xoauth_free_info(void);
+
+#endif /* XOAUTH2INFO_INCLUDED */
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 2faba34f..b9627a04 100644
--- a/pith/pine.hlp
+++ b/pith/pine.hlp
@@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any
reasonable place to be called from.
Dummy change to get revision in pine.hlp
============= h_revision =================
-Alpine Commit 579 2021-08-23 21:16:41
+Alpine Commit 580 2021-08-23 21:44:27
============= h_news =================
<HTML>
<HEAD>