From 058fc42c215355379d7ed082b0e30acad20bda52 Mon Sep 17 00:00:00 2001 From: Carlos Lobo <86011416+CarlosLoboxyz@users.noreply.github.com> Date: Sat, 25 Mar 2023 19:56:47 -0400 Subject: Add goimapnotify for push notifications --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5883014..5c3043a 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Specifically, this wizard: - `msmtp` - sends the email. - `pass` - safely encrypts passwords (required at install). - `ca-certificates` - required for SSL. Probably installed already. +- `goimapnotify` - required for push notifications. [Check here for reference](https://wiki.archlinux.org/title/Isync#With_imapnotify). **Note**: There's a chance of errors if you use a slow-release distro like Ubuntu, Debian, or Mint. If you get errors in `neomutt`, install the most @@ -133,6 +134,12 @@ To give you an example of the interface, here's an idea: - ctrl-b - open a menu to select a URL you want to open in your browser. - p - encrypt/sign your message (in compose view, before sending the email). +## 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 +``` + ## Additional functionality - `pam-gnupg` - Automatically logs you into your GPG key on login, so you will -- cgit v1.2.3