瀏覽代碼

Add Cron Instructions to the README

Using Cron with mutt-wizard is not intuitive for new users, since mutt-wizard requires the shell variables in `~/.profile`.
pull/562/head
Luke Bubar 3 年之前
committed by GitHub
父節點
當前提交
32caf63328
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      README.md

+ 9
- 0
README.md 查看文件

@@ -54,6 +54,15 @@ The mutt-wizard is run with the command `mw`. Once everything is setup, you'll u
- `-f` -- Assume mailbox names and force account configuration without connecting online at all.
- `-o` -- Configure mutt for an account, but do not keep mail offline.

## Update Mailbox with Cron

Since mutt-wizard requires shell variables stored in `~/.profile`, you will need to add `. $HOME/.profile` to your cronjobs. For example, to have mail update every 10 minutes, this is the line that should appear in the crontab file:
```
*/10 * * * * . $HOME/.profile; /usr/bin/mw -Y
```

Remember to use cron as the same user the mail is, not root. (IE, run `crontab -e`, not `sudo crontab -e`).

## Dependencies

- `neomutt` - the email client.


Loading…
取消
儲存