Add mail sync script
This commit is contained in:
@@ -30,7 +30,7 @@ execute_action() {
|
||||
"Sync doom emacs") execute_command "$HOME/.emacs.d/bin/doom sync" ;;
|
||||
"Start videocall") execute_command "$script_folder/pulseaudio-mic-mute" && execute_command "$script_folder/videocall start" ;;
|
||||
"Stop videocall") execute_command "$script_folder/pulseaudio-mic-mute" && execute_command "$script_folder/videocall stop" ;;
|
||||
"Sync mail") execute_command "mbsync -a" && execute_command "notmuch new" ;;
|
||||
"Sync mail") execute_command "/home/coolnengs/.local/share/scripts/mail-sync" ;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user