about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
AgeCommit message (Collapse)AuthorFilesLines
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob15-37/+37
2021-01-14notmuch: skip T568-lib-threadAlyssa Ross1-0/+6
Fixes: https://github.com/NixOS/nixpkgs/issues/109092 Thanks-to: Puck Meerburg <puck@puckipedia.com>
2021-01-13Merge pull request #100642 from oxzi/astroid-plugin-fixSandro1-13/+21
astroid: fix python plugin usage
2021-01-12astroid: fix python plugin usageAlvar Penning1-13/+21
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-12thunderbird: 78.6.0 -> 78.6.1taku01-2/+2
2021-01-12thunderbird-bin: 78.6.0 -> 78.6.1taku01-265/+265
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch19-35/+35
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-05Merge pull request #105923 from KAction/mmh-staticGuillaume Girol1-0/+5
mmh: fix static build
2021-01-01mmh: fix static buildDmitry Bogatov1-0/+5
2020-12-31mailnag: Fix editor checkSandro Jäckel1-1/+1
2020-12-31mailnag: 2.0.0 -> 2.1.0R. RyanTM1-2/+2
2020-12-31mutt: 2.0.3 -> 2.0.4Matthias Beyer1-2/+2
2020-12-29Merge pull request #106740 from doronbehar/pkg/mailspringDoron Behar1-1/+3
mailspring: Disable trackerSupport for it's gtk3
2020-12-29aerc: 0.4.0 -> 0.5.2freezeboy2-5/+6
2020-12-29Merge pull request #107016 from tobiasBora/2020_thunderbird_add_iconBernardo Meurer1-1/+2
thunderbird: fix missing icon issue
2020-12-27Merge pull request #106853 from flokli/mlarchive2maildir-0.0.9Florian Klink1-2/+2
mlarchive2maildir: 0.0.8 -> 0.0.9
2020-12-24Merge pull request #107475 from doronbehar/pkg/imapfilterSandro1-5/+5
imapfilter: 2.6.16 -> 2.7.5
2020-12-23imapfilter: 2.6.16 -> 2.7.5Doron Behar1-5/+5
2020-12-22thunderbird, thunderbird.bin: Refactor: Reorder import lists.Niklas Hambüchen2-24/+25
Also `pkgs.lib` -> `lib`.
2020-12-22thunderbird-bin: Add gpg/gpgme dependencies. Fixes #98765Niklas Hambüchen1-1/+7
2020-12-18thunderbird: Add gpg/gpgme dependencies. Fixes #98765.Niklas Hambüchen1-0/+13
This enables to configure Thunderbird to use gnupg directly, which is the official upstream recommendation when using GPG with smartcards, which are not yet supported by Thunderbird's native GPG support.
2020-12-16thunderbird: fix missing icon issueTobias Bora1-1/+2
2020-12-15thunderbird: 78.5.1 -> 78.6.0taku01-2/+2
2020-12-15thunderbird-bin: 78.5.1 -> 78.6.0taku01-265/+265
2020-12-13mlarchive2maildir: 0.0.8 -> 0.0.9Florian Klink1-2/+2
2020-12-12mailspring: Disable trackerSupport for it's gtk3Doron Behar1-1/+3
Fixes #106732 .
2020-12-11inboxer: remove (#105613)Merlin Göttlinger1-87/+0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-11claws-mail-gtk3: 3.17.5 -> 3.99.0Orivej Desh1-3/+3
2020-12-07Remove myself from maintainers setsOllie Charles1-1/+1
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-12-05mutt: 2.0.2 -> 2.0.3Matthias Beyer1-2/+2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-02thunderbird: 78.5.0 -> 78.5.1taku01-2/+2
2020-12-02thunderbird-bin: 78.5.0 -> 78.5.1taku01-265/+265
2020-11-30inboxer: 1.2.1 -> 1.2.3R. RyanTM1-2/+2
2020-11-29Merge pull request #105151 from B4dM4n/copy-desktop-hookFrederik Rietdijk2-12/+15
copyDesktopItems: add new setup-hook
2020-11-29thunderbird, firefox, firefox-esr: set big-parallelFrederik Rietdijk1-0/+2
Firefox and Thunder time out nearly everytime. Hopefully giving them more resources will prevent this from happening.
2020-11-29thunderbird: use copyDesktopItems hookFabian Möller2-12/+15
2020-11-27neomutt: 20201120 -> 20201127Maximilian Bosch1-2/+2
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20201127
2020-11-25meli: fix runtime error with libnotmuch5Justin Humm1-1/+9
> libnotmuch5 was not found in your system. Make sure it is installed and in the library paths. > notmuch is not a valid mail backend
2020-11-21Merge #104378: thunderbird*: 78.4.3 -> 78.5.0Vladimír Čunát2-267/+267
2020-11-20Merge pull request #104394 from magnetophon/neomuttMaximilian Bosch1-14/+2
neomutt: 20200925 -> 20201120
2020-11-20mutt: 2.0.1 -> 2.0.2Matthias Beyer1-2/+2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-11-20neomutt: 20200925 -> 20201120Bart Brouns1-14/+2
2020-11-19thunderbird: use nss_3_53 instead of nssAndreas Rammhold1-3/+3
This fixes up the changes done in #104176 where I forgot to include this now required change.
2020-11-19thunderbird: 78.4.3 -> 78.5.0taku01-2/+2
2020-11-19thunderbird-bin: 78.4.3 -> 78.5.0taku01-265/+265
2020-11-15mutt: 2.0.0 -> 2.0.1Matthias Beyer1-2/+2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-11-14Merge #103474: firefox, thunderbird: revert meta.timeoutVladimír Čunát1-1/+0
2020-11-14Revert "Merge #102138: thunderbird: set build timeout at eight hours"Vladimír Čunát1-1/+0
This reverts commit ef543fb416353320ba2876754e3d3240d338865e, reversing changes made to 0d657b9c61d1b568584805717f640b2bbc5a9b0e. See the parent commit.
2020-11-12thunderbird: 78.4.2 -> 78.4.3taku01-2/+2
2020-11-12thunderbird-bin: 78.4.2 -> 78.4.3taku01-265/+265