[Assorted-commits] SF.net SVN: assorted:[1545] configs/trunk/src/cron/mlf.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2010-01-21 02:29:24
|
Revision: 1545 http://assorted.svn.sourceforge.net/assorted/?rev=1545&view=rev Author: yangzhang Date: 2010-01-21 02:29:13 +0000 (Thu, 21 Jan 2010) Log Message: ----------- removed mlf.bash; relying just on gmail threading and outbound filters Modified Paths: -------------- configs/trunk/src/cron/mlf.bash Modified: configs/trunk/src/cron/mlf.bash =================================================================== --- configs/trunk/src/cron/mlf.bash 2010-01-21 02:28:48 UTC (rev 1544) +++ configs/trunk/src/cron/mlf.bash 2010-01-21 02:29:13 UTC (rev 1545) @@ -1,9 +1,3 @@ #!/usr/bin/env bash - FORCE_BASHRC=1 . ~/.bashrc && . common.bash || exit 1 - -try mv ~/.mlf.cache/yan...@gm...{,-$(date +'%Y%m%d')} - -exec mlf.py --debug main --debug star --debug unstar \ - yan...@gm... 'imap.gmail.com/[Gmail]/All Mail' - +exec mlf.py --debug main yan...@gm... 'imap.gmail.com/[Gmail]/All Mail' >& /tmp/mlf-log This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |