summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-13integrations: mention gpg-agent for use over SSHwikiquaff
Add mention for usage over SSH. Using GPG integration with pinentry over ssh prevents entry of passphrases. Current version of aerc retains control of TTY over pinetry. Forwarding the gpg-agent will enable a workflow for users of aerc over SSH. Signed-off-by: quaff <me@quaff.ca> Acked-by: Robin Jarry <robin@jarry.cc>
2024-03-10htmlquote: add example using string functionsMoritz Poldrack
Expand the htmlquote example with a more extensive version that makes an even more concise text by dropping empty lines, leading whitespaces (when the message is centered), and the links and references generated as an addendum. Signed-off-by: Moritz Poldrack <git@moritz.sh>
2024-03-10wiki: Add pages for aercbook and emailbookMax Schillinger
Signed-off-by: Max Schillinger <max@mxsr.de> Acked-by: Robin Jarry <robin@jarry.cc>
2024-03-10filters: add filter examplesTristan Partin
We can use this as a place to share various filters. Signed-off-by: Tristan Partin <tristan@partin.io> Acked-by: Robin Jarry <robin@jarry.cc>
2024-01-24notmuch: document copy-to with maildir+notmuchBence Ferdinandy
Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com> Reviewed-by: inwit <inwit@sindominio.net> Acked-by: Robin Jarry <robin@jarry.cc>
2024-01-19microsoft: add more info to davmail authorizationBence Ferdinandy
Add some info about how to do auhtorization when you are for example on a remote computer. Also remove unnecessary password lines from config. Davmail will not need the password. Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com> Acked-by: Robin Jarry <robin@jarry.cc>
2024-01-19configs: fix link to htmlquote.mdÁngel Castañeda
Signed-off-by: Ángel Castañeda <angel@acsq.me> Reviewed-by: Bence Ferdinandy <bence@ferdinandy.com> Acked-by: Robin Jarry <robin@jarry.cc>
2024-01-08add info about quoting html when replyingBence Ferdinandy
We can't add this to the default template so add info on wiki on how to solve it. Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com> Acked-by: Robin Jarry <robin@jarry.cc>
2023-12-30wiki: o365 without IMAPinwit
Sometimes dealing with Microsoft's email is a pain. Add instructions for the case when the provider has disabled IMAP access. Signed-Off-By: inwit <inwit@sindominio.net> Acked-by: Robin Jarry <robin@jarry.cc> Reviewed-by: Bence Ferdinandy <bence@ferdinandy.com>
2023-09-27configurations/colors: fix colorize filter 404 linkMark Lansky
Update outdated link: /item/filters/colorize => /filters/colorize.c Signed-off-by: Mark Lansky <zerdox@zerdox.dev> Acked-by: Robin Jarry <robin@jarry.cc>
2023-05-28Update the Proton Mail docsTristan Partin
Based on information from the mailing list and my own experience, I can confirm that these example settings work. Signed-off-by: Tristan Partin <tristan@partin.io>
2023-01-28providers/microsoft: add simpler Office365 instructionsDean
With https://github.com/gaoDean/oauthRefreshToken, there is no need for mutt_oauth2.py and a personal azure app. The script just takes in your account, and spits out the refresh token. This is advantageous because since commit 38d63cb7f788 ("imap,smtp: cache and cycle XOAUTH2 refresh token"), when xoauth2 is used and a refresh token is passed, the refresh token will self refresh, whereas with mutt_oauth2.py, you are generating the actual token, which will expire and there is generally a lot of moving parts. With refresh_token.py, it basically serves as a jump start, and everything else is handled natively within aerc. Signed-off-by: Dean <gao.dean@hotmail.com> Acked-by: Robin Jarry <robin@jarry.cc>
2022-12-05integrations/vim: add blurb about mouse supportTim Culverhouse
Add blurb about mouse support in vim requiring `:set ttymouse=sgr` Fixes: https://todo.sr.ht/~rjarry/aerc/46 Signed-off-by: Tim Culverhouse <tim@timculverhouse.com> Acked-by: Robin Jarry <robin@jarry.cc>
2022-11-13providers: add Office365 with XOAUTH2Jason Cox
2022-11-13integrations: add integration with maildir-rank-addrBence Ferdinandy
2022-11-02stylesets: fix linksRobin Jarry
Signed-off-by: Robin Jarry <robin@jarry.cc>
2022-10-23themes: add dracula themeBen Cohen
Add dracula theme from ferdinandyb Signed-off-by: Ben Cohen <ben@bencohen.net> Acked-by: Tim Culverhouse <tim@timculverhouse.com>
2022-10-19configurations: add style setsBen Cohen
Create a basic listing of aerc style sets and exemplar screenshots. Signed-off-by: Ben Cohen <ben@bencohen.net>
2022-10-16integrations: add instructions for printing emailsSean E. Russell
Signed-off-by: Sean E. Russell <ser@ser1.net> Signed-off-by: Robin Jarry <robin@jarry.cc>
2022-09-10providers: microsoft accountshazardchem
Added information for Microsoft based account to use aerc to authenticate as the standard authentication method fails to allow SMTP. Signed-off-by: hazardchem <pthom44@live.com.au> Acked-by: Moritz Poldrack <git@moritz.sh>
2022-08-22integration: added translation of foreign mail using Translate ShellMoritz Poldrack
Signed-off-by: Moritz Poldrack <git@moritz.sh>
2022-08-22integrations/pgp: Mention GnuPG integration.Andrew Yu
integrations/pgp.md documents usage of the unstable internal PGP implementation. It is important to note to users that it is possible (and generally the right thing to do for production use) to use an external implementation, usually GnuPG. Signed-off-by: Andrew Yu <andrew@andrewyu.org>
2022-08-04sourcehut: fix thank-you template for !master branchesStacy Harper
Signed-off-by: Stacy Harper <contact@stacyharper.net> Acked-by: Robin Jarry <robin@jarry.cc>
2022-08-01integrations: add thank you message template to sourcehutMoritz Poldrack
Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Robin Jarry <robin@jarry.cc>
2022-06-24index: fix relative linksRobin Jarry
Signed-off-by: Robin Jarry <robin@jarry.cc>
2022-06-24Add providers sectionKenneth Flak
Added instructions on how to set up aerc for use with protonmail. I created a separate directory for providers.
2022-06-24integrations: add sourcehut sectionMoritz Poldrack
Add keybind to manage sourcehut patchsets via email headers. Signed-off-by: Moritz Poldrack <git@moritz.sh>
2022-06-24integrations: add notmuch sectionKenneth Flak
Added a section on notmuch integration in the wiki, based on a working setup with protonmail, with various scenarios for syncing with mbsync. I thought it would be nice to have different approaches included so that people can get ideas on how to go about it in a way that suits their particular setup. Signed-off-by: Kenneth Flak <kennethflak@protonmail.com>
2022-06-24configurations: split into multiple filesRobin Jarry
Signed-off-by: Robin Jarry <robin@jarry.cc>
2022-06-24integrations: split into multiple filesRobin Jarry
Acked-by: Robin Jarry <robin@jarry.cc>
2022-03-21integrations: expand abook section about special behaviourMoritz Poldrack
Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Robin Jarry <robin@jarry.cc>
2022-03-20wiki/configuration: copy-to emulation with notmuchSamuel Fadel
This documents how to overcome the limitation of copy-to not being supported by the notmuch backend. It suggests a script and how to set up aerc accordingly to use it. Signed-off-by: Samuel Fadel <samuel@nihil.ws> Acked-by: Robin Jarry <robin@jarry.cc>
2022-03-17formattingRobin Jarry
Signed-off-by: Robin Jarry <robin@jarry.cc>
2022-03-17add wikiMoritz Poldrack
This commit adds a user guide with examples on how to use and configure aerc. Examples for abook, password manager integration, pgp, and custom colorize scripts are provided. Signed-off-by: Moritz Poldrack <git@moritz.sh>
2022-03-17initRobin Jarry