diff options
author | June McEnroe <june@causal.agency> | 2020-04-30 17:48:47 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-30 17:48:47 -0400 |
commit | 6347c3305092ae574fa7d9b0f444247a509abb3b (patch) | |
tree | 0883b908721dc38004d17e778c1c7874f8efab1f /archive.h | |
parent | Add install, uninstall targets (diff) | |
download | bubger-6347c3305092ae574fa7d9b0f444247a509abb3b.tar.gz bubger-6347c3305092ae574fa7d9b0f444247a509abb3b.zip |
Add -S for subscribe link
These base* variables are badly named...
Diffstat (limited to '')
-rw-r--r-- | archive.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archive.h b/archive.h index 8d55328..5b7b134 100644 --- a/archive.h +++ b/archive.h @@ -183,6 +183,7 @@ char *templateURL(const char *template, const struct Variable vars[]); extern const char *baseURL; extern const char *baseTitle; extern const char *baseAddress; +extern const char *baseSubscribe; #define MBOX_HEADERS \ "Date Subject From Sender Reply-To To Cc Bcc " \ |