[Evolution] >300 camel-gpg.XX.verify.(data|signature) files in
my home dir
Not Zed
notzed@ximian.com
Fri, 28 Jan 2005 10:41:46 +0800
--=-8zNJD7pd3zv9X2/9jnG7
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
#ifdef GPG_LOG
if (camel_debug_start("gpg:sign")) {
char *name;
CamelStream *out;
name = g_strdup_printf("camel-gpg.%d.sign-data", logid++);
out = camel_stream_fs_new_with_name(name, O_CREAT|O_TRUNC|O_WRONLY,
0666);
They are only created if you have debug turned on. e.g. if you run
CAMEL_DEBUG=all or CAMEL_DEBUG=gpg, etc.
On Thu, 2005-01-27 at 11:56 +0100, Bram Mertens wrote:
> Hi
>
> I now have > 300 files in my home dir named camel-gpg.XX.verify.(data|
> signature) which take up over 1.3M.
>
> Is evolution supposed to create these files and clean them up
> afterwards? Or is something in my config screwed up and should these
> files be stored somewhere else or not at all?
>
> Can I safely delete these files?
>
> TIA
>
> Bram
--=-8zNJD7pd3zv9X2/9jnG7
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.5.3">
</HEAD>
<BODY>
<BR>
#ifdef GPG_LOG<BR>
if (camel_debug_start("gpg:sign")) {<BR>
char *name;<BR>
CamelStream *out;<BR>
<BR>
name = g_strdup_printf("camel-gpg.%d.sign-data", logid++);<BR>
out = camel_stream_fs_new_with_name(name, O_CREAT|O_TRUNC|O_WRONLY, 0666);<BR>
<BR>
<BR>
They are only created if you have debug turned on. e.g. if you run CAMEL_DEBUG=all or CAMEL_DEBUG=gpg, etc.<BR>
<BR>
<BR>
On Thu, 2005-01-27 at 11:56 +0100, Bram Mertens wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Hi</FONT>
<FONT COLOR="#000000">I now have > 300 files in my home dir named camel-gpg.XX.verify.(data|</FONT>
<FONT COLOR="#000000">signature) which take up over 1.3M.</FONT>
<FONT COLOR="#000000">Is evolution supposed to create these files and clean them up</FONT>
<FONT COLOR="#000000">afterwards? Or is something in my config screwed up and should these</FONT>
<FONT COLOR="#000000">files be stored somewhere else or not at all?</FONT>
<FONT COLOR="#000000">Can I safely delete these files?</FONT>
<FONT COLOR="#000000">TIA</FONT>
<FONT COLOR="#000000">Bram</FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>
--=-8zNJD7pd3zv9X2/9jnG7--