diff options
author | Luke Smith <luke@lukesmith.xyz> | 2025-02-28 09:48:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-28 09:48:31 +0000 |
commit | 5300aa7f723941b444f6fe13d9190582b80c071a (patch) | |
tree | c913119400c8883ab0da4c17e915b913b3b46885 /README.md | |
parent | 05fcf7b3e113e8b3975e023217caf83007adbf01 (diff) | |
parent | 650794bb1d20c3f7e8d3dfc0fc9a7add8519c5f3 (diff) |
Merge pull request #924 from CarlosLoboxyz/master
Add goimapnotify for push notifications
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -4,7 +4,7 @@ https://muttwizard.com/ Get this great stuff without effort: -- A full-featured and autoconfigured email client on the terminal with neomutt +- A full-featured and autoconfigured email client on the terminal wibuiltth neomutt - Mail stored offline enabling the ability to: * view and write emails while you're away from the internet @@ -54,6 +54,8 @@ A user of Arch-based distros can also install the current mutt-wizard release fr ### Optional Dependencies +- `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). @@ -134,6 +136,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 |