Mail, himalaya, rectangle, offlineimap -> mbsync, imapnotify (not done yet), etc.

This commit is contained in:
2022-01-17 20:43:44 -05:00
parent 2cd20a9e97
commit 6a9e573731
3 changed files with 105 additions and 57 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
if command -v offlineimap &> /dev/null; then
offlineimap
if command -v mbsync &> /dev/null; then
mbsync -a
fi
if command -v vdirsyncer &> /dev/null; then