summaryrefslogtreecommitdiff
path: root/bin/myofflineimap
blob: daa50c719b596b451036a5b7b810b2297ba98760 (plain)
  1. #!/bin/sh
  2. accounts="$1"
  3. [ "fast" != "$accounts" ] || accounts=jones,bb,db,lb,lab,bu,hb,dgih,debian
  4. ionice -c 3 chrt --idle 0 /bin/sh -c "offlineimap -qo ${accounts:+-a $accounts}"
  5. ionice -c 3 chrt --idle 0 /bin/sh -c "notmuch new"