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.

45 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
  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) (AUR is not up to date)
  8. #### Using mutt-wizard
  9. After installation you're able to use the following commands, that will guide you through configuration.
  10. `mw add` to add mailaccounts
  11. `mw ls` to list existing ones
  12. `mw pass` to revise passwords
  13. `mw delete` to delete accounts
  14. `mw purge` to delete all accounts and settings
  15. `mw cron` toggle a cronjob to sync mail
  16. ## Usage
  17. ## Khard in NeoMutt
  18. - Edit `~/.config/mutt/muttrc`
  19. - Append the following lines.
  20. ```
  21. set query_command= "khard email --parsable --search-in-source-files %s"
  22. bind editor <Tab> complete-query
  23. bind editor ^T complete
  24. macro index,pager A \
  25. "<pipe message>khard add-email<return>" \
  26. "add the sender email address to khard"
  27. ```
  28. - You should now be able to tab-complete email-addresses in neomutt
  29. - You can also add new ones by pressing A