about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
AgeCommit message (Collapse)AuthorFilesLines
2024-05-13treewide: fix use of `extraPkgs` in AppImagesMartino Fontana2-5/+5
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;` This caused some packages to be listed twice. Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`). Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-05-12Merge master into staging-nextgithub-actions[bot]1-40/+5
2024-05-12thunderbirdPackages.thunderbird-102: convert to a `throw` (#308820)Vladimír Čunát1-40/+5
2024-05-11Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-05-10tutanota-desktop: 220.240321.0 -> 227.240502.0R. Ryantm1-2/+2
2024-05-07thunderbird-unwrapped: 115.10.1 -> 115.10.2R. Ryantm1-2/+2
2024-05-05Merge pull request #308348 from RyanGibb/notmuch-vimDoron Behar1-9/+28
notmuch: install the vim plugin
2024-05-03notmuch: vim ruby bindings and gemsRyan Gibb1-4/+19
We removed the ruby output so we will be able to reference the ruby files from the vim plugin, which is in $out. If we try to reference $ruby from $out we get a cyclic dependency.
2024-05-03Merge master into staging-nextgithub-actions[bot]1-83/+0
2024-05-03meli: mv to by-nametoastal1-83/+0
2024-05-02notmuch: use finalAttrsRyan Gibb1-5/+4
Co-authored-by: Doron Behar <doron.behar@gmail.com>
2024-05-02notmuch: install the vim pluginJules Aguillon1-0/+5
Install the vim plugin to $out/share/vim-plugins/notmuch and $out/share/nvim/site/plugin/notmuch.vim. It is only static files and doesn't add any dependency so it is enabled by default. Add `withVim` argument to override this. Co-authored-by: Jules Aguillon <juloo.dsi@gmail.com>
2024-05-02Merge branch 'master' into staging-nextVladimír Čunát1-1/+1
2024-05-01pkgs/applications: Move away from wiki.gnome.orgBobby Rong1-1/+1
The wiki.gnome.org site is planned for retirement.
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar10-21/+21
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-25Merge branch 'master' into staging-nextVladimír Čunát2-266/+274
2024-04-25Merge pull request #306409 from r-ryantm/auto-update/thunderbird-bin-unwrappedNick Cao1-265/+265
thunderbird-bin-unwrapped: 115.7.0 -> 115.10.1
2024-04-25Merge pull request #306517 from alyssais/mblaze-lfs64Sandro1-1/+9
2024-04-25Merge master into staging-nextgithub-actions[bot]2-6/+2
2024-04-24treewide: unbreak appimageTools.wrapType2 buildsPeder Bergebakken Sundt2-6/+2
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided. Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result. This should fix most instances. contex: #271071
2024-04-24mblaze: backport LFS64 removalAlyssa Ross1-1/+9
musl 1.2.4 no longer includes these functions.
2024-04-23thunderbird-bin-unwrapped: 115.7.0 -> 115.10.1R. Ryantm1-265/+265
2024-04-22evolution-ews: 3.52.0 → 3.52.1Maxine Aubrey1-2/+2
https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.52.0...3.52.1
2024-04-22evolution: 3.52.0 → 3.52.1Maxine Aubrey1-2/+2
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.52.0...3.52.1
2024-04-22evolution-ews: 3.50.3 → 3.52.0Maxine Aubrey1-2/+2
https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.50.3...3.52.0
2024-04-22evolution: 3.50.4 → 3.52.0Bobby Rong1-2/+2
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.50.4...3.52.0
2024-04-18thunderbird-unwrapped: 115.9.0 -> 115.10.1R. Ryantm1-2/+2
2024-04-18himalaya: 1.0.0-beta.3 -> 1.0.0-beta.4Clément DOUIN1-61/+0
2024-04-14Merge pull request #301928 from nevivurn/feat/gomod-workvendorSandro1-1/+1
buildGoModule: vendorHash fixes for proxyVendor and Go 1.22
2024-04-14aerc: fix vendorHash for go1.22Yongun Seong1-1/+1
2024-04-03tutanota-desktop: 220.240319.1 -> 220.240321.0R. Ryantm1-2/+2
2024-03-25betterbird: 115.6.0-bb21-correct-series-take2 -> 115.9.0-bb26-build2Sandro Jäckel1-6/+11
Closes #294238
2024-03-24Merge pull request #295861 from r-ryantm/auto-update/tutanota-desktopWeijia Wang1-2/+2
tutanota-desktop: 218.240227.0 -> 220.240319.1
2024-03-21tutanota-desktop: 218.240227.0 -> 220.240319.1R. Ryantm1-2/+2
2024-03-20thunderbird-unwrapped: 115.8.1 -> 115.9.0R. Ryantm1-2/+2
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm21-0/+21
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-03-15Merge pull request #295157 from jopejoe1/firefox/clean-up-forksSandro1-5/+1
2024-03-14Merge pull request #293165 from emilytrau/mailspring-darwinkirillrdy3-92/+139
mailspring: support aarch64-darwin
2024-03-11betterbird-unwrapped: use settings provided by buildMozillaMachjopejoe11-5/+1
2024-03-11notmuch: 0.38.2 -> 0.38.3R. Ryantm1-2/+2
2024-03-09mutt: 2.2.12 -> 2.2.13R. Ryantm1-2/+2
2024-03-08thunderbird-unwrapped: 115.8.0 -> 115.8.1R. Ryantm1-2/+2
2024-03-04mailspring: use replace-fail with substituteInPlaceEmily Trau1-2/+2
2024-03-04mailspring: support aarch64-darwinEmily Trau3-92/+139
2024-03-01tutanota-desktop: 3.122.5 -> 218.240227.0R. Ryantm1-2/+2
2024-02-25himalaya: 1.0.0-beta.2 -> 1.0.0-beta.3Clément DOUIN1-3/+7
2024-02-22Merge pull request #278953 from WolfangAukang/tutanotaSandro1-45/+21
2024-02-22thunderbird-unwrapped: 115.7.0 -> 115.8.0R. Ryantm1-2/+2
2024-02-21tutanota-desktop: 3.119.3 -> 3.122.5, use appimageP.1-45/+21
2024-02-18thunderbird-bin: 115.6.0 -> 115.7.0Ridan Vandenbergh1-265/+265
https://www.thunderbird.net/en-US/thunderbird/115.6.1/releasenotes/ https://www.thunderbird.net/en-US/thunderbird/115.7.0/releasenotes/