Commit Graph

26 Commits

Author SHA1 Message Date
Defelo
76817d240f aerc: 0.21.0 -> 0.22.0
Changelog: https://git.sr.ht/~rjarry/aerc/tree/0.22.0/item/CHANGELOG.md
2026-07-28 18:45:47 +02:00
Michael Adler
20af491de1 aerc: wrap show-ics-details.py to fix missing deps
The show-ics-details.py filter requires the Python package 'vobject',
which is correctly specified in 'pythonPath'. However, the filter
was not wrapped, causing it to fail at runtime due to the missing
dependency.
2026-02-20 16:25:41 +01:00
Jonathan Davies
116036d574 treewide: Remove redundant versionCheckProgramArg = "--version"; with:
```shell
git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do
  sed -i '/versionCheckProgramArg/d' "$f"
  sed -i '/^$/N;/\n$/D' "$f"
done
```
2025-11-20 10:39:02 +00:00
Acid Bong
3018c0f8e0 aerc: don't wrap html-unsafe
About 10 months ago[^1], this filter was replaced by a symlink to
`html`, which, in its turn, now acts differently based on its argv0

[^1]: 0d37fd74ce
2025-10-28 22:00:34 +02:00
Acid Bong
da233ea510 aerc: make patchShebangs detect Bash
Shell-based `html` filter's shebang wasn't patched
2025-10-28 21:51:38 +02:00
Acid Bong
db963111ba aerc: remove explicit patchShebangs call from postFixup
Shebangs were already patched in `fixupPhase`, so this step is redundant
and doing nothing
2025-10-28 21:46:58 +02:00
Defelo
b920c5d88c aerc: 0.20.1 -> 0.21.0
Changelog: https://git.sr.ht/~rjarry/aerc/tree/0.21.0/item/CHANGELOG.md
2025-08-28 13:04:49 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Vojtěch Káně
a8b64551c5 aerc: backport an upstream patch for handling of attachments' filenames
The patch is not part of a tagged release yet so we apply it selectively
instead of upgrading whole aerc. While it is originally presented as
a usability problem only for attachments with absolutes filepaths (they
fail to open), there is nothing stopping you from putting a relative
path in there therefore forcing aerc to overwriting any path on the host
system with sender chosen data. It's been marked as CVE-2025-49466

I decided to inline the patches into nixpkgs as they are very short and
the current bot protection of git.sr.ht complicates patch fetching.
2025-06-05 10:57:27 +02:00
Defelo
272717e36b aerc: use finalAttrs pattern 2025-03-16 23:05:34 +05:30
โทสฺตัล
bf68ce7d1b aerc: make notmuch optional
I don’t use it & notmuch is currently not building
2025-03-03 21:20:34 +07:00
Nikolay Korotkiy
126c05abab aerc: 0.20.0 -> 0.20.1 (#377445) 2025-01-29 15:10:53 +04:00
Jeremy Baxter
3475b40d89 aerc: 0.20.0 -> 0.20.1 2025-01-28 13:11:47 +13:00
Defelo
9dbe664d61 aerc: add maintainers 2025-01-27 15:12:02 +01:00
Defelo
72236ea284 aerc: refactor 2025-01-26 14:06:32 +01:00
Jeremy Baxter
d5a8841342 aerc: 0.19.0 -> 0.20.0 2025-01-26 15:20:59 +13:00
Jeremy Baxter
605fb1e640 aerc: 0.18.2 -> 0.19.0 2025-01-17 09:34:02 +13:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Ashish SHUKLA
693f9402dd aerc: import a patch fix a bug with gpg signed messages
The mentioned patch[0] is already upstream, and can be removed when
the derivation is updated to the next release.

[0] https://lists.sr.ht/~rjarry/aerc-devel/patches/54675
2024-08-26 11:22:27 +05:30
Jeremy Baxter
56102498be aerc: remove excess quotes 2024-07-30 10:25:16 +12:00
Jeremy Baxter
ef5b5adea6 aerc: 0.18.1 -> 0.18.2 2024-07-30 10:15:24 +12:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Jeremy Baxter
d19ca7e4a0 aerc: 0.18.0 -> 0.18.1 2024-07-16 14:56:38 +12:00
Jeremy Baxter
bf2b979c71 aerc: 0.17.0 -> 0.18.0 2024-07-06 17:28:56 +12:00
Jeremy Baxter
91a7a81796 aerc: python3.pkgs -> python3Packages 2024-07-06 17:28:56 +12:00
Jeremy Baxter
15d826c92a aerc: migrate to pkgs/by-name 2024-07-06 17:28:56 +12:00