#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
