dotfiles/.functions/reset_evolution.sh

7 lines
218 B
Bash
Raw Permalink Normal View History

2021-11-12 11:51:33 +00:00
#!/bin/bash
function reset_evolution() {
# Reset evolution calendar factory
# When it hangs connecting to EWS calendar outlooko365
EWS_DEBUG=2 /usr/lib/evolution-data-server/evolution-calendar-factory -w
}