From: Stephan Bosch Date: Sun, 1 Dec 2019 10:25:09 +0000 (+0100) Subject: plugins: push-notification: Reformat push-notification-event-flagsclear.h. X-Git-Tag: 2.3.10~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1fa04f6f62d115f3000d12ec79281093eec54cae;p=thirdparty%2Fdovecot%2Fcore.git plugins: push-notification: Reformat push-notification-event-flagsclear.h. --- diff --git a/src/plugins/push-notification/push-notification-event-flagsclear.h b/src/plugins/push-notification/push-notification-event-flagsclear.h index aca3441318..5412335366 100644 --- a/src/plugins/push-notification/push-notification-event-flagsclear.h +++ b/src/plugins/push-notification/push-notification-event-flagsclear.h @@ -3,23 +3,20 @@ #ifndef PUSH_NOTIFICATION_EVENT_FLAGSCLEAR_H #define PUSH_NOTIFICATION_EVENT_FLAGSCLEAR_H - #include "mail-types.h" - struct push_notification_event_flagsclear_config { - /* Store the old flags/keywords? */ - bool store_old; + /* Store the old flags/keywords? */ + bool store_old; }; struct push_notification_event_flagsclear_data { - enum mail_flags flags_clear; - ARRAY_TYPE(keywords) keywords_clear; + enum mail_flags flags_clear; + ARRAY_TYPE(keywords) keywords_clear; - enum mail_flags flags_old; - ARRAY_TYPE(keywords) keywords_old; + enum mail_flags flags_old; + ARRAY_TYPE(keywords) keywords_old; }; - -#endif /* PUSH_NOTIFICATION_EVENT_FLAGSCLEAR_H */ +#endif