aboutsummaryrefslogtreecommitdiffstats
path: root/conf/composites.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/composites.conf')
-rw-r--r--conf/composites.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/composites.conf b/conf/composites.conf
new file mode 100644
index 000000000..a8fe1ae4a
--- /dev/null
+++ b/conf/composites.conf
@@ -0,0 +1,10 @@
+# Composites setup
+
+composite {
+ name = "FORGED_RECIPIENTS_MAILLIST";
+ expression = "FORGED_RECIPIENTS & -MAILLIST";
+}
+composite {
+ name = "FORGED_MUA_OUTLOOK_MAILLIST";
+ expression = "FORGED_MUA_OUTLOOK and MAILLIST";
+}