pkgsrc/mail/claws-mail/patches/patch-af
smb 6b7f46a001 Fix missing .include of ssl, to make things work on Linux; fix
other nits in claws-mail base package, notably missing $NetBSD$
lines.
2008-09-26 17:51:17 +00:00

13 lines
573 B
Text

$NetBSD: patch-af,v 1.4 2008/09/26 17:51:17 smb Exp $
--- src/prefs_other.c.orig 2008-07-01 15:08:42.000000000 -0400
+++ src/prefs_other.c 2008-07-01 15:09:51.000000000 -0400
@@ -590,7 +590,7 @@
PACK_CHECK_BUTTON (vbox2, checkbtn_askonfilter,
_("Ask about account specific filtering rules when "
"filtering manually"));
- shred_binary = g_find_program_in_path("shred");
+ shred_binary = g_find_program_in_path("claws-mail-shred");
if (shred_binary) {
PACK_CHECK_BUTTON (vbox2, checkbtn_use_shred,
_("Use secure file deletion if possible"));