talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 7229dd2c728a99266b47b7a3e154ef4744cb9c43
parent ee35990fd9dac7032e86a107ae84c4ef22f0a444
Author: Paul <paul@claws-mail.org>
Date:   Fri,  1 Aug 2014 07:05:31 +0100

tidy up after last commit

Diffstat:
Msrc/plugins/pgpcore/sgpgme.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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 - * Copyright (C) 1999-2012 the Claws Mail team + * Copyright (C) 1999-2014 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 @@ -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"); - gchar *tmp_file = NULL; if (!fp) return NULL;