[Commits] [SCM] claws branch, master, updated. 3.17.3-106-ge7a9d02
ticho at claws-mail.org
ticho at claws-mail.org
Fri Mar 1 14:30:40 CET 2019
The branch, master has been updated
via e7a9d02d925c7bba7d059d85fa67b7a319ab9e4e (commit)
from 3813adcf59bc4e4578f9e75535a7296b459626f5 (commit)
Summary of changes:
src/plugins/pgpcore/pgp_utils.c | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit e7a9d02d925c7bba7d059d85fa67b7a319ab9e4e
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Fri Mar 1 14:29:53 2019 +0100
Move file header to the top in pgp_utils.c
diff --git a/src/plugins/pgpcore/pgp_utils.c b/src/plugins/pgpcore/pgp_utils.c
index fbcf9dc..0cfeca4 100644
--- a/src/plugins/pgpcore/pgp_utils.c
+++ b/src/plugins/pgpcore/pgp_utils.c
@@ -1,9 +1,3 @@
-
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#include "claws-features.h"
-#endif
-
/*
* Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
* Copyright (C) 1999-2013 Colin Leroy <colin at colino.net> and
@@ -26,6 +20,11 @@
#ifdef USE_GPGME
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#include "claws-features.h"
+#endif
+
#include <glib.h>
#include "pgp_utils.h"
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list