diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-29 14:45:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-29 14:45:36 +0000 |
commit | f99a190e727c9659418e09219f8bcafc597fdd7c (patch) | |
tree | 3693409531a7e8791c4ade368177bce694106111 /mail/Makefile | |
parent | 70857128b218e2cbf5a24253b8c41dc7eae5864a (diff) |
This plugin saves the caches every 60 seconds (or user-defined period).
It helps avoiding the loss of metadata on crashes.
PR: ports/95445
Submitted by: Pawel Pekala <c0rn@o2.pl>
Notes
Notes:
svn path=/head/; revision=160778
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 4731e3837ff6..b72dfbbff767 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -523,6 +523,7 @@ SUBDIR += swaks SUBDIR += sylpheed SUBDIR += sylpheed-claws + SUBDIR += sylpheed-claws-cachesaver SUBDIR += sylpheed-claws-fetchinfo SUBDIR += sylpheed-claws-mailmbox SUBDIR += sylpheed-claws-perl |