From 2f550711d01c7aa731d75edca9bc4d2a1f718045 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 25 May 2012 22:45:02 -0400 Subject: don't run email on this box --- .crontab | 1 - .login-daemons | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.crontab b/.crontab index 28d7b0a..990c00e 100644 --- a/.crontab +++ b/.crontab @@ -1,3 +1,2 @@ # m h dom mon dow command */5 * * * * cd $HOME && make - -*/5 * * * * offlineimap-runner diff --git a/.login-daemons b/.login-daemons index 380b3f1..f088914 100644 --- a/.login-daemons +++ b/.login-daemons @@ -3,7 +3,7 @@ if [ -x "`which daemon`" ]; then daemon emacs --daemon daemon sysfiles - daemon maildirproc + #daemon maildirproc daemon gpg-agent --daemon --write-env-file "${HOME}/.gnupg/agent-info" daemon batterymon 20 " alsactl restore --file $HOME/.full.asound; -- cgit v1.2.3-2-g168b