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.

44 lines
1.3 KiB

8 months ago
  1. # Mutt
  2. These are a bunch of programs to be able to use lukesmithxyz's mutt-wizard,
  3. which will be able to setup your neomutt acordingly.
  4. | program | description |
  5. | ----------- | --------------------- |
  6. | neomutt | mail program |
  7. | isync | syncs mail |
  8. | msmtp | sends mail |
  9. | pass | encrypts passwords |
  10. | mutt-wizard | autoconfigure neomutt |
  11. The mutt-wizard AUR package is slightly outdated.
  12. Try to use the [git version](https://github.com/LukeSmithxyz/mutt-wizard) to get the latest mutt-wizard.
  13. ## Installation and configuration
  14. After the basic installation you will be able to:
  15. ``` mw add ``` to add mailaccounts
  16. ``` mw ls ``` to list existing ones
  17. ``` mw pass ``` to revise passwords
  18. ``` mw delete ``` to delete accounts
  19. ``` mw purge ``` to delete all accounts and settings
  20. ``` mw cron ``` toggle a cronjob to sync mail
  21. ## Use khard in mutt
  22. To use your khard addressbook in mutt just add the following lines to your ```~/.config/mutt/muttrc```.
  23. ```
  24. set query_command= "khard email --parsable --search-in-source-files %s"
  25. bind editor <Tab> complete-query
  26. bind editor ^T complete
  27. macro index,pager A \
  28. "<pipe message>khard add-email<return>" \
  29. "add the sender email address to khard"
  30. ```
  31. You can just tab-complete the email-addresses.
  32. You can also add new ones by pressing A.