mirror of
https://git.sr.ht/~rjarry/aerc
synced 2026-03-02 18:23:33 +01:00
wiki: fix broken links
Nearly all of the URLs in the wiki lead to 404's as the links do not seem to prefix the project name, which is required for the wiki links. Signed-off-by: Faisal Misle <f@faisal.fm> Acked-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
committed by
Robin Jarry
parent
c1f77a5a85
commit
36028efe5f
@@ -7,7 +7,7 @@ text](https://useplaintext.email/) and `aerc` is optimized for dealing with
|
||||
regular `text/plain` messages, things happen in life when one’s boss or
|
||||
some other evil interference require one to write an HTML message. And `aerc`
|
||||
can help you even in such circumstances (and, of course, it can help you
|
||||
perfectly well with [reading HTML mail](configurations/htmlquote.md) as well).
|
||||
perfectly well with [reading HTML mail](aerc/configurations/htmlquote.md) as well).
|
||||
|
||||
In the `aerc.conf` configuration file, section `[multipart-converters]` you
|
||||
have to add new value for the generated format you need, so for example:
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
title: "aerc-wiki: Configurations"
|
||||
---
|
||||
|
||||
- [colors](configurations/colors.md)
|
||||
- [notmuch](configurations/notmuch.md)
|
||||
- [style sets](configurations/stylesets.md)
|
||||
- [html quoting in replies](configurations/htmlquote.md)
|
||||
- [mailto](configurations/mailto.md)
|
||||
- [writing html mail](configurations/htmlmail.md)
|
||||
- [Induce threading of forwarded messages](configurations/threadfwd.md)
|
||||
- [colors](aerc/configurations/colors.md)
|
||||
- [notmuch](aerc/configurations/notmuch.md)
|
||||
- [style sets](aerc/configurations/stylesets.md)
|
||||
- [html quoting in replies](aerc/configurations/htmlquote.md)
|
||||
- [mailto](aerc/configurations/mailto.md)
|
||||
- [writing html mail](aerc/configurations/htmlmail.md)
|
||||
- [Induce threading of forwarded messages](aerc/configurations/threadfwd.md)
|
||||
|
||||
6
index.md
6
index.md
@@ -9,9 +9,9 @@ to common problems. If you want to contribute, please send your patches to
|
||||
|
||||
## Menu
|
||||
|
||||
- [integrations](integrations/index.md) – How to make aerc work with various
|
||||
- [integrations](aerc/integrations/index.md) – How to make aerc work with various
|
||||
other programs.
|
||||
- [configurations](configurations/index.md) – A selection of various useful
|
||||
- [configurations](aerc/configurations/index.md) – A selection of various useful
|
||||
configuration entries
|
||||
- [providers](providers/index.md) – How to configure aerc for various email
|
||||
- [providers](aerc/providers/index.md) – How to configure aerc for various email
|
||||
providers
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
title: "aerc-wiki: Integrations"
|
||||
---
|
||||
|
||||
- [abook](integrations/abook.md)
|
||||
- [combine-address-books](integrations/combine-address-books.md)
|
||||
- [emailbook](integrations/emailbook.md)
|
||||
- [notmuch](integrations/notmuch.md)
|
||||
- [password-manager](integrations/password-manager.md)
|
||||
- [pgp](integrations/pgp.md)
|
||||
- [sourcehut](integrations/sourcehut.md)
|
||||
- [translator](integrations/translator.md)
|
||||
- [printing](integrations/printing.md)
|
||||
- [maildir-rank-addr](integrations/maildir-rank-addr.md)
|
||||
- [vim](integrations/vim.md)
|
||||
- [abook](aerc/integrations/abook.md)
|
||||
- [combine-address-books](aerc/integrations/combine-address-books.md)
|
||||
- [emailbook](aerc/integrations/emailbook.md)
|
||||
- [notmuch](aerc/integrations/notmuch.md)
|
||||
- [password-manager](aerc/integrations/password-manager.md)
|
||||
- [pgp](aerc/integrations/pgp.md)
|
||||
- [sourcehut](aerc/integrations/sourcehut.md)
|
||||
- [translator](aerc/integrations/translator.md)
|
||||
- [printing](aerc/integrations/printing.md)
|
||||
- [maildir-rank-addr](aerc/integrations/maildir-rank-addr.md)
|
||||
- [vim](aerc/integrations/vim.md)
|
||||
|
||||
@@ -2,9 +2,8 @@
|
||||
title: "aerc-wiki: Providers"
|
||||
---
|
||||
|
||||
- [Gmail](providers/gmail.md)
|
||||
- [Fastmail](providers/fastmail.md)
|
||||
- [Microsoft (O365)](providers/microsofto365.md)
|
||||
- [Microsoft (Personal Outlook/Hotmail)](providers/microsoftpersonal.md)
|
||||
- [ProtonMail](providers/protonmail.md)
|
||||
- [Stalwart](providers/stalwart.md)
|
||||
- [Gmail](aerc/providers/gmail.md)
|
||||
- [Fastmail](aerc/providers/fastmail.md)
|
||||
- [Microsoft (O365)](aerc/providers/microsofto365.md)
|
||||
- [Microsoft (Personal Outlook/Hotmail)](aerc/providers/microsoftpersonal.md)
|
||||
- [Stalwart](aerc/providers/stalwart.md)
|
||||
|
||||
Reference in New Issue
Block a user