From 8302a0fd388ec5decb2900780d52fd696f03f189 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 18 Sep 2013 13:53:15 -0400 Subject: maildirproc: fix indents --- .config/maildirproc/att.rc | 2 +- .config/maildirproc/purdue.rc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/maildirproc/att.rc b/.config/maildirproc/att.rc index 2bfc002..ac70c8a 100644 --- a/.config/maildirproc/att.rc +++ b/.config/maildirproc/att.rc @@ -1,4 +1,4 @@ -# -*- mode: python; -*- +# -*- mode: python; indent-tabs-mode: t -*- import os import subprocess diff --git a/.config/maildirproc/purdue.rc b/.config/maildirproc/purdue.rc index 0199c30..45c031d 100644 --- a/.config/maildirproc/purdue.rc +++ b/.config/maildirproc/purdue.rc @@ -1,4 +1,4 @@ -# -*- mode: python; -*- +# -*- mode: python; indent-tabs-mode: t -*- import os import subprocess @@ -32,8 +32,8 @@ def my_filters(mail): # Generic stuff ######################################################## if ( - False - or mail["Subject"].contains("[PASE]") + False + or mail["Subject"].contains("[PASE]") or is_to_or_from(mail,"Purduealumni@purdue.edu") or is_to_or_from(mail,"pase@purdue.edu") ): -- cgit v1.1-4-g5e80