From 77eb7de39d42787906390dd85b338babc48bfccb Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Sat, 10 Jan 2009 19:18:13 +0100 Subject: [PATCH] Enotify: fixed various indent mishaps in ntfy-mailto.c. --- src/lib-sieve/plugins/enotify/ntfy-mailto.c | 42 ++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/lib-sieve/plugins/enotify/ntfy-mailto.c b/src/lib-sieve/plugins/enotify/ntfy-mailto.c index 576ddf108..0b41da20f 100644 --- a/src/lib-sieve/plugins/enotify/ntfy-mailto.c +++ b/src/lib-sieve/plugins/enotify/ntfy-mailto.c @@ -124,14 +124,14 @@ static const char *_reserved_headers[] = { "in-reply-to", "references", "resent-date", - "resent-from", - "resent-sender", - "resent-to", - "resent-cc", - "resent-bcc", - "resent-msg-id", - "from", - "sender", + "resent-from", + "resent-sender", + "resent-to", + "resent-cc", + "resent-bcc", + "resent-msg-id", + "from", + "sender", NULL }; @@ -606,21 +606,21 @@ static bool ntfy_mailto_parse_uri const char *p = uri_body; /* - * mailtoURI = "mailto:" [ to ] [ hfields ] - * to = [ addr-spec *("%2C" addr-spec ) ] - * hfields = "?" hfield *( "&" hfield ) - * hfield = hfname "=" hfvalue - * hfname = *qchar - * hfvalue = *qchar - * addr-spec = local-part "@" domain - * local-part = dot-atom / quoted-string - * qchar = unreserved / pct-encoded / some-delims - * some-delims = "!" / "$" / "'" / "(" / ")" / "*" - * / "+" / "," / ";" / ":" / "@" - * + * mailtoURI = "mailto:" [ to ] [ hfields ] + * to = [ addr-spec *("%2C" addr-spec ) ] + * hfields = "?" hfield *( "&" hfield ) + * hfield = hfname "=" hfvalue + * hfname = *qchar + * hfvalue = *qchar + * addr-spec = local-part "@" domain + * local-part = dot-atom / quoted-string + * qchar = unreserved / pct-encoded / some-delims + * some-delims = "!" / "$" / "'" / "(" / ")" / "*" + * / "+" / "," / ";" / ":" / "@" + * * to ~= *tqchar * tqchar ~= <qchar> without ";" and ":" - * + * * Scheme 'mailto:' already parsed, starting parse after colon */ -- GitLab