summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/files/extra-maildir-patch-init.h
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-16 15:51:16 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-16 15:51:16 +0000
commitaa07b26acd6ea392b1ab9c41267004e9676c4823 (patch)
tree66a04a0c37e7c68665335ed958d2f0ed719dcf4f /mail/mutt-devel/files/extra-maildir-patch-init.h
parentFix the sawfish configurator under -stable. Bump PORTREVISION. (diff)
Improve maildir support
PR: 38147 Submitted by: maintainer, lioux
Notes
Notes: svn path=/head/; revision=59266
Diffstat (limited to 'mail/mutt-devel/files/extra-maildir-patch-init.h')
-rw-r--r--mail/mutt-devel/files/extra-maildir-patch-init.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/mutt-devel/files/extra-maildir-patch-init.h b/mail/mutt-devel/files/extra-maildir-patch-init.h
new file mode 100644
index 000000000000..8a549c58bb0f
--- /dev/null
+++ b/mail/mutt-devel/files/extra-maildir-patch-init.h
@@ -0,0 +1,18 @@
+--- init.h.orig Tue Jul 18 04:46:46 2000
++++ init.h Tue Feb 20 20:46:56 2001
+@@ -860,6 +860,15 @@
+ { "mailcap_sanitize", DT_BOOL, R_NONE, OPTMAILCAPSANITIZE, 1 },
+ /*
+ ** .pp
++ ** This variable specifies that maildir tmp directories
++ ** should have 36 hours non-accessed files deleted
++ ** This is measured in minutes, hence 36*60 minutes (36 hours)
++ ** (default: off)
++ */
++ { "maildir_tmp_clean", DT_BOOL, R_NONE, OPTCLEANMTMP, 0 },
++ { "maildir_tmp_clean_interval", DT_NUM, R_NONE, UL &MaildirTmpClnInterval, 36*60 },
++ /*
++ ** .pp
+ ** If set, mutt will restrict possible characters in mailcap % expandos
+ ** to a well-defined set of safe characters. This is the safe setting,
+ ** but we are not sure it doesn't break some more advanced MIME stuff.