mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
old offlineimap paradigm removed
This commit is contained in:
parent
3bd54a3e75
commit
bc8e88a05b
@ -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.
@ -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
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user