From bda47a0eedcd9853ac3617f4f05606cd161dbbb7 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 4 May 2025 19:59:26 +0900 Subject: updates --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6016936..9661e3b 100644 --- a/README.md +++ b/README.md @@ -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 ctrl-f. 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 -- cgit v1.2.3