/[smeserver]/rpms/e-smith-email/sme7/e-smith-email-4.16.0-purge-junkmail-folders.patch
ViewVC logotype

Contents of /rpms/e-smith-email/sme7/e-smith-email-4.16.0-purge-junkmail-folders.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jun 12 15:27:27 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-email-4_16_0-23_el4_sme, e-smith-email-4_16_0-20_el4_sme, e-smith-email-4_16_0-25_el4_sme, e-smith-email-4_16_0-22_el4_sme, e-smith-email-4_16_0-24_el4_sme, e-smith-email-4_16_0-21_el4_sme
Branch point for: e-smith-email-4_16-tree
Import on branch sme7 of package e-smith-email-4.16.0-20.el4.sme.src.rpm

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-email-4.16.0/root/etc/e-smith/events/actions/purge-junkmail-folders mezzanine_patched_e-smith-email-4.16.0/root/etc/e-smith/events/actions/purge-junkmail-folders
2 --- e-smith-email-4.16.0/root/etc/e-smith/events/actions/purge-junkmail-folders 2006-03-15 06:23:58.000000000 +1100
3 +++ mezzanine_patched_e-smith-email-4.16.0/root/etc/e-smith/events/actions/purge-junkmail-folders 2006-09-27 06:50:14.000000000 +1000
4 @@ -31,7 +31,8 @@
5 my $pwent = getpwnam($user)
6 or die "Couldn't get password entry for $user\n";
7
8 - chdir $pwent->dir or die "Couldn't chdir $pwent->dir:$!\n";
9 + chdir $pwent->dir or die "Couldn't chdir " . $pwent->dir . ":$!\n";
10 +
11 unless (chdir "Maildir/.junkmail")
12 {
13 warn("Couldn't chdir to junkmail folder of user $user: $!\n");

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed