old offlineimap paradigm removed

This commit is contained in:
Luke 2017-10-09 22:41:41 -07:00
parent 3bd54a3e75
commit bc8e88a05b
4 changed files with 1 additions and 18 deletions

View File

@ -42,7 +42,6 @@ alias Txs="cp ~/Documents/LaTeX/beamer.tex"
alias Txh="cp ~/Documents/LaTeX/handout.tex"
alias TC='texclear'
alias ethspeed="speedometer -r enp0s25"
alias mailsync="bash ~/.config/Scripts/mailsyncloop"
alias wifispeed="speedometer -r wlp2s0"
alias tr="transmission-remote"
alias debase="sudo umount /home/Shared/Videos & screen.sh l"

Binary file not shown.

View File

@ -1,17 +0,0 @@
#!/bin/bash
cd $(dirname $0)
inboxes=$(cat inboxes)
bash ~/.config/Scripts/check.sh
while :
do
if [ -f $(pgrep offlineimap) ]; then
offlineimap -o
echo "OfflineIMAP sync complete."
bash check.sh
notmuch new
else
echo "OfflineIMAP already running."
fi
sleep 60
done

View File

@ -4,6 +4,7 @@
accounts = gmail, personal
starttls = yes
ssl = yes
autorefresh = 1
# Here's an example Gmail account, just add in a username and password to use your own.