about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/mailpile/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-01-16mailpile, nixos/mailpile: dropMartin Weinelt1-52/+0
Still actively developed and yet stuck on python2. Also marked as vulnerable and their issue tracker contains yet another security issue reported in 2021/10 that the upstream hasn't acknowledged yet. Mind blown. Closes: #135543, #97274, #97275
2021-03-03remove myself from a bunch of software I no longer use/maintainDomen Kožar1-1/+1
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2019-08-31treewide: name -> pname (#67513)volth1-1/+1
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-02-14mailpile: 1.0.0rc1 -> 1.0.0rc2Jörg Thalheim1-2/+2
2018-02-10mailpile: 0.4.1 -> 1.0.0rc1SLNOS1-11/+23
Adaptation of #23058 by @spinus to 1.0.0rc1. See #23058 and #28111 for discussion. This patch keeps the warnings. But I think it is useful to have a sanely working version in nixpkgs, even if it is still considered insecure, just to follow the upstream development by actually running it instead of reading the log.
2017-03-06mailpile: mark as insecure, pending removalGraham Christensen1-0/+3
2016-11-24mailpile: use python2Frederik Rietdijk1-5/+8
2016-10-10Python: remove modules and pythonFullFrederik Rietdijk1-1/+1
2016-08-23treewide: Use makeBinPathTuomas Tynkkynen1-1/+1
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen1-1/+1
2016-05-17rename iElectric to domenkozar to match GitHubDomen Kožar1-1/+1
2016-03-08Merge master into closure-sizeVladimír Čunát1-1/+1
The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
2016-02-19buildPythonApplication: use new function for Python applicationsFrederik Rietdijk1-1/+1
2016-02-01treewide: Mass replace 'openssl}/bin' to refer the 'bin' outputTuomas Tynkkynen1-1/+1
2015-06-19Remove meta.license hackEelco Dolstra1-1/+1
2014-10-09mailpile: update to 0.4.1Matej Cotman1-5/+5
2014-09-26mailpile: fix issues by upgrade to current master and add opensslMatej Cotman1-5/+7
2014-09-14mailpile: dev -> 0.4.0 (beta release)Domen Kožar1-9/+19
2014-09-12pypy: handle unsupported packagesDomen Kožar1-1/+1
2014-01-29mailpile: update dev versionDomen Kožar1-2/+2
2014-01-24mailpile: update dev versionDomen Kožar1-2/+2
2014-01-22mailpile: add spambayes dependency to spam/ham emailsDomen Kožar1-3/+3
2014-01-21Fix tarballShea Levy1-1/+1
Hopefully this kind of thing won't be needed with nix 1.7 Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21Add mailpile: A modern, fast web-mail client with user-friendly encryption ↵Domen Kožar1-0/+22
and privacy features