diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-05-04 19:59:26 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-05-04 19:59:26 +0900 |
| commit | bda47a0eedcd9853ac3617f4f05606cd161dbbb7 (patch) | |
| tree | 2cdaa0d275765e0aadec351552be22302ccb8bcc /README.md | |
| parent | 5034ca83081ebd54b638df614f45359c945386d9 (diff) | |
updates
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 |
