diff options
author | Carlos Lobo <86011416+CarlosLoboxyz@users.noreply.github.com> | 2023-03-25 19:56:47 -0400 |
---|---|---|
committer | Carlos Lobo <86011416+CarlosLoboxyz@users.noreply.github.com> | 2023-03-25 19:56:47 -0400 |
commit | 058fc42c215355379d7ed082b0e30acad20bda52 (patch) | |
tree | 52793d38c18005b2871312e9d37a2de02637d8ab /README.md | |
parent | 4d533e4f2f15944e0c8802cc5ad521c6d26fdf06 (diff) |
Add goimapnotify for push notifications
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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: - <kbd>ctrl-b</kbd> - open a menu to select a URL you want to open in your browser. - <kbd>p</kbd> - 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 |