summaryrefslogtreecommitdiff
path: root/mail/claws-mail/patches/patch-ae
blob: 4d5c9c3d03e5e2789c912ad843588f5b866804ed (plain)
1
2
3
4
5
6
7
8
9
10
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";