瀏覽代碼

fix messaging on how to restart evolution

Daniel Sheffield 1 年之前
父節點
當前提交
821ded9f13
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      update-evolution-mail-list.sh

+ 3 - 1
update-evolution-mail-list.sh

@@ -79,5 +79,7 @@ INSERT INTO folder_id_email_list (uid, value)
 EOF
 done
 
-echo "Restart evolution like this: evolution --force-shutdown"
+echo "Restart evolution:"
+echo "  - If open, first do:  File -> Quit"
+echo "  - Then once closed do (in terminal):  evolution --force-shutdown"