1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-02-22 10:24:47 +01:00

markdown syntax: formatted all files with prettier

This commit is contained in:
TiynGER
2020-11-01 16:06:38 +01:00
parent 0b7e2aa41b
commit 2951efa92e
45 changed files with 762 additions and 625 deletions

View File

@@ -8,11 +8,13 @@ It can be easily configured using mutt-wizard.
### Arch-Linux
- `yay -S neomutt isync msmtp pass` - Install all dependecies
- Install mutt-wizard from [github](https://github.com/LukeSmithxyz/mutt-wizard) (AUR is not up to date)
- Install mutt-wizard from [github](https://github.com/LukeSmithxyz/mutt-wizard)
(AUR is not up to date)
#### Using mutt-wizard
After installation you're able to use the following commands, that will guide you through configuration.
After installation you're able to use the following commands, that will guide
you through configuration.
`mw add` to add mailaccounts
@@ -31,15 +33,16 @@ After installation you're able to use the following commands, that will guide yo
## Khard in NeoMutt
- Edit `~/.config/mutt/muttrc`
- Append the following lines.
```
- Append the following lines.
```txt
set query_command= "khard email --parsable --search-in-source-files %s"
bind editor <Tab> complete-query
bind editor ^T complete
macro index,pager A \
"<pipe message>khard add-email<return>" \
"add the sender email address to khard"
"<pipe message>khard add-email<return>" \
"add the sender email address to khard"
```
- You should now be able to tab-complete email-addresses in neomutt
- You can also add new ones by pressing A