diff options
author | June McEnroe <june@causal.agency> | 2020-05-01 13:09:15 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-05-01 13:09:15 -0400 |
commit | 2496f0aefe4fec0169c74f27b9748f9c5e6eac86 (patch) | |
tree | 5c651dbc6287d872432ee4400f01edf5d1645e02 /archive.h | |
parent | Fix UIDNEXT removal documentation (diff) | |
download | bubger-2496f0aefe4fec0169c74f27b9748f9c5e6eac86.tar.gz bubger-2496f0aefe4fec0169c74f27b9748f9c5e6eac86.zip |
Add generator links
Diffstat (limited to '')
-rw-r--r-- | archive.h | 2 |
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; |