d8c9115abe
etPan is a mail client that is based on libEtPan! Features: * IMAP4rev1 / POP3 / NNTP / mbox / mh / maildir * virtual folder tree * multiple folder views and message views * smart multi-threading * PGP signing and encryption (using GnuPG as external command) * S/MIME signing and encryption (using OpenSSL as external command) * SPAM process (using bogofilter as external command) * user interface for configuration edition
14 lines
393 B
Text
14 lines
393 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2005/08/06 05:32:19 xtraeme Exp $
|
|
|
|
--- src/etpan-app-subapp.c.orig 2005-08-06 07:00:51.000000000 +0200
|
|
+++ src/etpan-app-subapp.c 2005-08-06 07:14:57.000000000 +0200
|
|
@@ -807,7 +807,9 @@
|
|
struct etpan_subapp * old_subapp;
|
|
int app_index;
|
|
|
|
+#if 0
|
|
color_reset(subapp->app);
|
|
+#endif
|
|
|
|
old_subapp = subapp->app->current_subapp;
|
|
if (old_subapp != NULL) {
|