These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.1 KiB

8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
  1. # Mutt
  2. Neomutt is a mail program that runs in your terminal.
  3. It can be easily configured using mutt-wizard.
  4. ## Installation
  5. - `yay -S neomutt isync msmtp pass` - Install all dependecies
  6. - Install mutt-wizard from [github](https://github.com/LukeSmithxyz/mutt-wizard) (AUR is not up to date)
  7. ## Using mutt-wizard
  8. After installation you're able to use the following commands, that will guide you through configuration.
  9. `mw add` to add mailaccounts
  10. `mw ls` to list existing ones
  11. `mw pass` to revise passwords
  12. `mw delete` to delete accounts
  13. `mw purge` to delete all accounts and settings
  14. `mw cron` toggle a cronjob to sync mail
  15. ## Use khard in mutt
  16. - Edit `~/.config/mutt/muttrc`
  17. - Append the following lines.
  18. ```
  19. set query_command= "khard email --parsable --search-in-source-files %s"
  20. bind editor <Tab> complete-query
  21. bind editor ^T complete
  22. macro index,pager A \
  23. "<pipe message>khard add-email<return>" \
  24. "add the sender email address to khard"
  25. ```
  26. - You should now be able to tab-complete email-addresses in neomutt
  27. - You can also add new ones by pressing A