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.

48 lines
1.1 KiB

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