summaryrefslogtreecommitdiff
path: root/mail/claws-mail/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'mail/claws-mail/patches/patch-ae')
-rw-r--r--mail/claws-mail/patches/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/claws-mail/patches/patch-ae b/mail/claws-mail/patches/patch-ae
new file mode 100644
index 00000000000..4d5c9c3d03e
--- /dev/null
+++ b/mail/claws-mail/patches/patch-ae
@@ -0,0 +1,11 @@
+--- ./src/common/utils.c.orig 2008-07-01 15:11:18.000000000 -0400
++++ ./src/common/utils.c 2008-07-01 15:11:43.000000000 -0400
+@@ -5078,7 +5078,7 @@
+ if (prefs_common_get_use_shred()) {
+ if (found_shred == -1) {
+ /* init */
+- args[0] = g_find_program_in_path("shred");
++ args[0] = g_find_program_in_path("claws-mail-shred");
+ debug_print("found shred: %s\n", args[0]);
+ found_shred = (args[0] != NULL) ? 1:0;
+ args[1] = "-f";