summaryrefslogtreecommitdiff
path: root/mail/claws-mail/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'mail/claws-mail/patches/patch-af')
-rw-r--r--mail/claws-mail/patches/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/claws-mail/patches/patch-af b/mail/claws-mail/patches/patch-af
new file mode 100644
index 00000000000..200d4faf240
--- /dev/null
+++ b/mail/claws-mail/patches/patch-af
@@ -0,0 +1,11 @@
+--- 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"));