summaryrefslogtreecommitdiffstats
path: root/imapurge.rc
diff options
context:
space:
mode:
Diffstat (limited to 'imapurge.rc')
-rw-r--r--imapurge.rc18
1 files changed, 18 insertions, 0 deletions
diff --git a/imapurge.rc b/imapurge.rc
new file mode 100644
index 0000000..ad7dd26
--- /dev/null
+++ b/imapurge.rc
@@ -0,0 +1,18 @@
+#########################################################################
+# This is a sample configuration file for IMAPurge. Extend it and place #
+# in `~/.imapurge.rc' #
+#########################################################################
+
+
+# Account name => {
+# hostname => 'imap.example.com',
+# username => 'username',
+# password => '******',
+# ignore => [ 'folder1', 'folder2' ], # Optional (default: [])
+# only => [ 'folder3', 'folder4' ], # Optional (default: [])
+# oldest => 90 # Optional (default: $oldest) (the unit is days)
+# },
+# Account name => {
+# ...
+# }
+#