diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-28 09:12:24 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-28 09:12:24 +0900 |
| commit | accf5bbfe38595e67d4bf67739bca542818bcbe4 (patch) | |
| tree | 92a65a132ad64f77ae2254fb32868b93050333e1 | |
| parent | 77cba8ddf0527a180cbe60d40f4eb92a722543d3 (diff) | |
modified Makefile, modified README.md
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | README.md | 35 |
2 files changed, 18 insertions, 18 deletions
@@ -2,7 +2,6 @@ PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man -NON_EXEC_DEPS = isync ca-certificates install: mkdir -p $(DESTDIR)$(PREFIX)/bin @@ -30,13 +30,13 @@ Specifically, this wizard: #### Dependencies -- `neomutt` - the email client. (If you are using Gentoo GNU/Linux, you will need the `sasl` use flag to be enabled) +- `ca-certificates` - required for SSL. Probably installed already. - `curl` - tests connections (required at install). - `isync` - downloads and syncs the mail (required if storing IMAP mail locally). +- `gettext` - writes config files. Probably installed already. - `msmtp` - sends the email. +- `neomutt` - the email client. (If you are using Gentoo GNU/Linux, you will need the `sasl` use flag to be enabled) - `pass` - safely encrypts passwords (required at install). -- `ca-certificates` - required for SSL. Probably installed already. -- `gettext` - writes config files. Probably installed already. **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 @@ -54,20 +54,21 @@ A user of Arch-based distros can also install the current mutt-wizard release fr ### Optional Dependencies -- `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). +- `abook` - a terminal-based address book. Pressing tab while typing an address + to send mail to will suggest contacts that are in your abook. +- `cronie` - (or any other major cronjob manager) to set up automatic mail + syncing. - `lynx` - view HTML email in neomutt. +- `mpop` - If you want to use POP protocol instead of IMAP. - `notmuch` - index and search mail. Install it and run `notmuch setup`, tell 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. -- `abook` - a terminal-based address book. Pressing tab while typing an address - to send mail to will suggest contacts that are in your abook. +- `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. -- `cronie` - (or any other major cronjob manager) to set up automatic mail - syncing. -- `mpop` - If you want to use POP protocol instead of IMAP. ## Usage @@ -138,16 +139,16 @@ To give you an example of the interface, here's an idea: ## Additional functionality -- `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). +- `abook` - A terminal-based address book. Pressing tab while typing an address + to send mail to will suggest contacts that are in your abook. - `lynx` - View HTML email in neomutt. - `notmuch` - Index and search mail. Install it and run `notmuch setup`, tell 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. -- `abook` - A terminal-based address book. Pressing tab while typing an address - to send mail to will suggest contacts that are in your abook. +- `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). - `urlview` - Outputs URLs in an email to your browser. ## New stuff and improvements since the original release @@ -197,7 +198,7 @@ To give you an example of the interface, here's an idea: - Each of the accounts that mutt-wizard generates will have custom settings set in a separate file in `accounts/`. You can edit these freely if you want to tinker with settings specific to an account. -- In `/usr/share/mutt-wizard` are several global config files, including +- In `/usr/local/share/mutt-wizard` are several global config files, including `mutt-wizard`'s default settings. You can override this in your `muttrc` if you wish. |
