projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ee35990
)
tidy up after last commit
author
Paul
<paul@claws-mail.org>
Fri, 1 Aug 2014 06:05:31 +0000
(07:05 +0100)
committer
Paul
<paul@claws-mail.org>
Fri, 1 Aug 2014 06:05:31 +0000
(07:05 +0100)
src/plugins/pgpcore/sgpgme.c
patch
|
blob
|
history
diff --git
a/src/plugins/pgpcore/sgpgme.c
b/src/plugins/pgpcore/sgpgme.c
index b247eb78c9dc2ccd8f60ff56a7eeb5df6a8c58e5..6ba6d57a1013ce6b36bfbd8643a93eba18529af8 100644
(file)
--- a/
src/plugins/pgpcore/sgpgme.c
+++ b/
src/plugins/pgpcore/sgpgme.c
@@
-1,6
+1,6
@@
/*
* Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
/*
* Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-201
2
the Claws Mail team
+ * Copyright (C) 1999-201
4
the Claws Mail team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@
-396,7
+396,6
@@
gpgme_data_t sgpgme_data_from_mimeinfo(MimeInfo *mimeinfo)
gpgme_data_t data = NULL;
gpgme_error_t err;
FILE *fp = g_fopen(mimeinfo->data.filename, "rb");
gpgme_data_t data = NULL;
gpgme_error_t err;
FILE *fp = g_fopen(mimeinfo->data.filename, "rb");
- gchar *tmp_file = NULL;
if (!fp)
return NULL;
if (!fp)
return NULL;