diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -65,12 +65,23 @@ A user of Arch-based distros can also install the current mutt-wizard release fr it that your mail is in `~/.local/share/mail/` (although `mw` will do this automatically if you haven't set notmuch up before). You can run it in mutt with <kbd>ctrl-f</kbd>. Run `notmuch new` to process new mail. + +- `goimapnotify` - required for push notifications. + [Check here for reference](https://wiki.archlinux.org/title/Isync#With_imapnotify). - `pam-gnupg` - Automatically logs you into your GPG key on login so you will never need to input your password once logged on to your system. Check the repo and directions out [here](https://github.com/cruegge/pam-gnupg). - `urlscan` - outputs urls in mail to browser. - `urlview` - outputs urls in mail to browser. +## Enable push notifications per mail + +**Note**: Replace the `fulladdrs` with your actual email address. You have to do this for each new mail you want to setup instant notifications. + +```bash +systemctl enable --user goimapnotify@fulladdrs.service +``` + ## Usage The mutt-wizard runs via the command `mw`. Once setup is complete, you'll use |
