Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | release.sh: fine tuning | Robin Jarry | 2022-07-23 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | Shuffle the To/Cc/Bcc headers to avoid people from doing reply all to ~sircmpwn/aerc@lists.sr.ht. Also add Cc: aerc-devel so that the lists archives all have the base message. Unfortunately, there is no way to prevent people from doing reply all and trying to send emails to aerc-announce. Putting aerc-announce in Bcc sounds very ugly. Include the person doing the release as Bcc. sendmail -t does not have a copy-to=Sent option. Use base32 and a shorter suffix for Message-ID. base64 is ugly. Use 'vi' if $EDITOR is unset. Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Moritz Poldrack <moritz@poldrack.dev> | |||||
* | contrib: update script to release new version | Robin Jarry | 2022-06-27 | 2 | -4/+54 | |
| | | | | Signed-off-by: Robin Jarry <robin@jarry.cc> | |||||
* | contrib: fix desktop file | Moritz Poldrack | 2022-03-07 | 1 | -11/+1 | |
| | | | | | | | | | | A Gentoo user found that the .desktop file was failing validation. Bug: https://bugs.gentoo.org/834145 Link: https://834145.bugs.gentoo.org/attachment.cgi?id=765905 Fixes: 5abc3cab96b7 ("contrib: add xdg desktop entry") Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Robin Jarry <robin@jarry.cc> | |||||
* | contrib: add xdg desktop entry | Moritz Poldrack | 2022-02-19 | 1 | -0/+26 | |
| | | | | | | | | Add an XDG desktop file to handle mailto: links, to make it easier to reply to mailing list threads and compose emails with aerc in general. Signed-off-by: Moritz Poldrack <git@moritz.sh> Signed-off-by: Robin Jarry <robin@jarry.cc> | |||||
* | Add contrib/_incr_version | Drew DeVault | 2020-05-19 | 1 | -0/+4 | |
| | ||||||
* | Move contrib -> filters | Drew DeVault | 2019-06-27 | 3 | -62/+0 | |
| | ||||||
* | Make awk filters more portable | Drew DeVault | 2019-06-13 | 2 | -2/+0 | |
| | ||||||
* | Fix hldiff regex for short stats | Drew DeVault | 2019-06-07 | 2 | -1/+3 | |
| | ||||||
* | Use #!/usr/bin/env -S awk -f for awk scripts | Drew DeVault | 2019-06-07 | 2 | -2/+2 | |
| | ||||||
* | plaintext filter: Match against start of line | Drew DeVault | 2019-06-07 | 1 | -1/+1 | |
| | ||||||
* | Rewrite Python filters in awk | Drew DeVault | 2019-06-07 | 4 | -57/+52 | |
| | ||||||
* | Move ANSI stripping from filters to Go | Drew DeVault | 2019-06-07 | 2 | -4/+0 | |
| | ||||||
* | Ignore encoding errors in filters | Drew DeVault | 2019-06-07 | 2 | -0/+2 | |
| | | | | Fixes #161 | |||||
* | hldiff.py: don't highlight -/+ in filenames | Drew DeVault | 2019-06-02 | 1 | -2/+2 | |
| | ||||||
* | Add script for sandboxing w3m | Drew DeVault | 2019-03-31 | 1 | -0/+10 | |
| | ||||||
* | Improve plaintext.py | Drew DeVault | 2019-03-31 | 1 | -2/+2 | |
| | ||||||
* | Add plaintext highlighter, escape ANSI in source | Drew DeVault | 2019-03-31 | 2 | -1/+25 | |
| | ||||||
* | Actually, git uses cyan for line markers | Drew DeVault | 2019-03-30 | 1 | -1/+1 | |
| | ||||||
* | Update hldiff.py to match git more closely | Drew DeVault | 2019-03-30 | 1 | -2/+10 | |
| | ||||||
* | Add basic message viewer mockup | Drew DeVault | 2019-03-30 | 1 | -0/+27 | |