about summary refs log tree commit diff
path: root/archive.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-01 13:09:15 -0400
committerJune McEnroe <june@causal.agency>2020-05-01 13:09:15 -0400
commit2496f0aefe4fec0169c74f27b9748f9c5e6eac86 (patch)
tree5c651dbc6287d872432ee4400f01edf5d1645e02 /archive.h
parentFix UIDNEXT removal documentation (diff)
downloadbubger-2496f0aefe4fec0169c74f27b9748f9c5e6eac86.tar.gz
bubger-2496f0aefe4fec0169c74f27b9748f9c5e6eac86.zip
Add generator links
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/archive.h b/archive.h
index 11d5a2b..75d8781 100644
--- a/archive.h
+++ b/archive.h
@@ -24,6 +24,8 @@
 
 #include "imap.h"
 
+#define GENERATOR_URL "https://git.causal.agency/bubger"
+
 struct Address {
 	char *name;
 	const char *mailbox;