diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-26 15:23:50 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-26 15:26:59 -0400 |
commit | 062265f08cbb511e3ffcd10c3ae55f732293ea26 (patch) | |
tree | 0fbdc5e26c56b1c1cdc8562223f1c889163269cb /.config/maildirproc/purdue.rc | |
parent | cbcae827a5a827ec741a0f28cb69fcc65cac7bd5 (diff) |
Log maildirproc into the journal instead of log files
Diffstat (limited to '.config/maildirproc/purdue.rc')
-rw-r--r-- | .config/maildirproc/purdue.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/maildirproc/purdue.rc b/.config/maildirproc/purdue.rc index e74a071..d1505f9 100644 --- a/.config/maildirproc/purdue.rc +++ b/.config/maildirproc/purdue.rc @@ -5,7 +5,6 @@ import subprocess processor.maildir_base = "~/Maildir.purdue" processor.auto_reload_rcfile = True -processor.logfile = os.getenv('XDG_CACHE_HOME', "~/.cache")+"/maildirproc/purdue.log" def is_to_or_from(mail,address): """ |