SMTP-Client: respect MX-Priority in the sequence of attempting delivery.
[citadel.git] / libcitadel / lib / libcitadel.h
index 7f3da262d78b2ac5d407a1318142c2a1e6514f94..a0a70305a574fc8d45674910de43054463f6d12c 100644 (file)
@@ -369,6 +369,7 @@ const char *GetIconFilename(char *MimeType, size_t len);
 /* URL parsing & connection data */
 typedef struct ParsedURL ParsedURL;
 struct ParsedURL {
+       int Priority;
        StrBuf *URL;
        StrBuf *UrlWithoutCred;
        StrBuf *CurlCreds;