Commit Graph

1442 Commits

Author SHA1 Message Date
taku0
79f71ef9aa thunderbird-bin: 78.10.2 -> 78.11.0 2021-06-03 10:46:54 +09:00
taku0
7267b80c71 thunderbird: 78.10.2 -> 78.11.0 2021-06-03 03:12:42 +09:00
Maximilian Bosch
27165e70ad
Merge pull request #124960 from risicle/ris-neomutt-CVE-2021-32055
neomutt: add patch for CVE-2021-32055
2021-05-31 10:03:54 +02:00
Guillaume Chérel
34c6163ed9
mblaze: fix mcom to use file utility. (#94881)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-31 02:58:14 +02:00
Robert Scott
edcde75b98 neomutt: add patch for CVE-2021-32055
no upstream release yet
2021-05-30 15:54:27 +01:00
taku0
731d227b8d thunderbird: 78.10.1 -> 78.10.2 2021-05-18 03:12:49 +09:00
taku0
edda243611 thunderbird-bin: 78.10.1 -> 78.10.2 2021-05-18 03:12:20 +09:00
Jan Tojnar
684991c696
Merge branch 'master' into staging-next
- Thunderbird 68 has been dropped on master.
- gccCrossLibcStdenv has been factored out on staging-next in all-packages.nix, while the file has been re-formatted on master.
2021-05-16 15:34:51 +02:00
ajs124
829b324e6d thunderbird-bin-68: drop 2021-05-15 17:59:40 +02:00
ajs124
dd9525240f thunderbird-68: drop 2021-05-15 17:58:49 +02:00
github-actions[bot]
f4d69ad1f2
Merge master into staging-next 2021-05-10 06:20:28 +00:00
R. RyanTM
c405fdecc7 himalaya: 0.3.1 -> 0.3.2 2021-05-09 05:59:36 +00:00
Martin Weinelt
9651084620 Merge remote-tracking branch 'origin/master' into staging-next 2021-05-08 14:43:43 +02:00
Jan Tojnar
468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
github-actions[bot]
12193913a1
Merge staging-next into staging 2021-05-07 12:23:21 +00:00
Jan Tojnar
bf52bed01a
evolution-ews: 3.38.3 → 3.40.1
Co-Authored-By: Symphorien Gibol <symphorien+git@xlumurb.eu>
2021-05-05 22:42:19 +02:00
Jan Tojnar
19c93ba01d
evolution: 3.38.4 → 3.40.1
Co-Authored-By: Symphorien Gibol <symphorien+git@xlumurb.eu>
2021-05-05 22:42:19 +02:00
Jan Tojnar
7d535edec5
gnome3: support new versioning scheme in the update script
https://discourse.gnome.org/t/new-gnome-versioning-scheme/4235
2021-05-05 22:20:20 +02:00
github-actions[bot]
af9d9374fa
Merge staging-next into staging 2021-05-05 12:23:47 +00:00
taku0
4a97e26695
Merge pull request #121748 from taku0/thunderbird-bin-78.10.1
thunderbird, thunderbird-bin: 78.10.0 -> 78.10.1
2021-05-05 18:12:37 +09:00
github-actions[bot]
dbc1478d23
Merge staging-next into staging 2021-05-05 06:21:29 +00:00
Michele Guerini Rocco
8a1da27458
Merge pull request #121735 from sumnerevans/mutt-upgrade-2.0.7
mutt: 2.0.6 -> 2.0.7
2021-05-05 08:03:35 +02:00
Antonio Yang
ca413d96d5 himalaya: 0.3.0 -> 0.3.1 2021-05-05 01:20:57 -04:00
Sumner Evans
475abc472b
mutt: 2.0.6 -> 2.0.7 2021-05-04 14:46:08 -06:00
taku0
95e5066a69 thunderbird: 78.10.0 -> 78.10.1 2021-05-05 03:12:57 +09:00
taku0
361f0ffe00 thunderbird-bin: 78.10.0 -> 78.10.1 2021-05-05 03:12:28 +09:00
Andrew Childs
7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Maciej Krüger
502d7aa491
Merge pull request #121074 from skykanin/mailspring-fix
mailspring: fix build
2021-04-29 10:35:27 +02:00
R. RyanTM
2d79945d1c himalaya: 0.2.7 -> 0.3.0 2021-04-29 00:01:33 -04:00
skykanin
b753f7a49d mailspring: fix build 2021-04-28 22:26:45 +02:00
github-actions[bot]
a956f62ea4
Merge master into staging-next 2021-04-25 06:05:34 +00:00
Antonio Yang
4dee1684ff himalaya: 0.2.6 -> 0.2.7 2021-04-25 08:06:08 +08:00
github-actions[bot]
9b3e698b14
Merge master into staging-next 2021-04-21 12:06:23 +00:00
Sandro
05d326b9eb
Merge pull request #119852 from yanganto/himalaya-0.2.6
himalaya: init at 0.2.6
2021-04-21 06:06:24 +02:00
github-actions[bot]
960439e003
Merge master into staging-next 2021-04-20 12:06:46 +00:00
Antonio Yang
41f00c8918 himalaya: init at 0.2.6
- make shell completion optional
- specify security and libiconv for apple
2021-04-20 11:03:13 +08:00
taku0
e969f51893 thunderbird: 78.9.1 -> 78.10.0 2021-04-19 22:24:02 +09:00
taku0
638a6b012c thunderbird-bin: 78.9.1 -> 78.10.0 2021-04-19 22:23:33 +09:00
github-actions[bot]
8156636ab9
Merge master into staging-next 2021-04-17 18:10:38 +00:00
Doron Behar
03e50cf139 mailspring: 1.9.0 -> 1.9.1 2021-04-17 08:21:10 +03:00
github-actions[bot]
f620e30ca4
Merge master into staging-next 2021-04-17 00:15:03 +00:00
Doron Behar
ebf3d444cb mailspring: 1.8.0 -> 1.9.0
- Remove now unneeded override for gtk3.
- Add pre and post hooks for explicit phases.
- Add doronbehar as maintainer.
- Update license, see:
https://community.getmailspring.com/t/a-free-open-source-future-for-mailspring/484
2021-04-15 20:18:56 +03:00
Luke Granger-Brown
08b22e605b Merge remote-tracking branch 'upstream/staging-next' into down-integrate-staging 2021-04-12 18:49:01 +00:00
Gabriel Ebner
5ae84e81d7 thunderbird: add missing libdrm and libXdamage dependencies 2021-04-09 18:12:06 +02:00
taku0
45754ad612 thunderbird: 78.9.0 -> 78.9.1 2021-04-09 03:12:55 +09:00
taku0
987be6284b thunderbird-bin: 78.9.0 -> 78.9.1 2021-04-09 03:12:28 +09:00
Sandro Jäckel
dcb501f993
kerberos: deprecate alias 2021-04-04 03:18:56 +02:00
Alyssa Ross
69dfae72a4
mblaze: enableParallelBuilding 2021-03-26 13:45:50 +00:00
taku0
8922a34d8b thunderbird: 78.8.1 -> 78.9.0 2021-03-25 03:12:41 +09:00
taku0
6a5bbc1c3c thunderbird-bin: 78.8.1 -> 78.9.0 2021-03-25 03:12:17 +09:00
Matt Votava
bb60fd8592 evolution: enable importing Outlook .pst data files 2021-03-23 21:06:47 -07:00
Jan Tojnar
01a4d350c7
Merge branch 'master' into staging-next
Reverted https://github.com/NixOS/nixpkgs/pull/115228 for kodi to avoid conflict.

It does not look like unzip would be used but not investigating now to speed up merge conflict resolution.
2021-03-13 19:16:43 +01:00
Logan Glasson
a0e35869a2 aerc, asuka, scdoc, wev, wlsunset, wshowkeys: use fetchFromSourceHut 2021-03-14 00:34:30 +13:00
github-actions[bot]
6a3a358b0d
Merge master into staging-next 2021-03-10 18:23:15 +00:00
Frederik Rietdijk
277d488026 Merge staging into staging-next 2021-03-08 19:20:18 +01:00
taku0
f99c8dc0fd thunderbird: 78.8.0 -> 78.8.1 2021-03-09 03:12:45 +09:00
taku0
8165266322 thunderbird-bin: 78.8.0 -> 78.8.1 2021-03-09 03:12:17 +09:00
Matthias Beyer
48c2a14fe0 mutt: 2.0.5 -> 2.0.6
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-03-07 08:38:35 +01:00
John Ericson
f5a7d8bb41
Merge pull request #115228 from siraben/unzip-buildInputs
treewide: unzip buildInputs to nativeBuildInputs (2)
2021-03-06 13:30:43 -05:00
Ben Siraphob
4f0cdb68d7 treewide: unzip buldInputs to nativeBuildInputs (2) 2021-03-06 15:18:05 +07:00
Jan Tojnar
6d1958ad2d
Merge branch 'staging-next' into staging 2021-03-04 22:16:45 +01:00
Domen Kožar
52041b5d02
remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
github-actions[bot]
eef2c4e401
Merge staging-next into staging 2021-03-03 00:38:15 +00:00
Orivej Desh
c1180834cf claws-mail: specify that gpl3 is gpl3Plus 2021-03-02 18:26:47 +00:00
Orivej Desh
e37e954d71
claws-mail-gtk3: re-enable fancy plugin (#114871)
It was inadvertently disabled by #113663.
2021-03-02 18:26:22 +00:00
Robert Schütz
54757b35c1 Merge branch 'staging-next' into staging 2021-02-26 10:56:17 +01:00
Frederik Rietdijk
c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
R. RyanTM
475886c20a mblaze: 1.0 -> 1.1 2021-02-26 01:37:20 -05:00
taku0
224c4066a6 thunderbird: 78.7.1 -> 78.8.0 2021-02-24 03:12:38 +09:00
taku0
e70261f09d thunderbird-bin: 78.7.1 -> 78.8.0 2021-02-24 03:12:15 +09:00
github-actions[bot]
93b17c1b4d
Merge master into staging-next 2021-02-21 18:17:22 +00:00
ajs124
60450f6b8d
Merge pull request #113663 from helsinki-systems/claws
claws-mail{,-gtk3}: refactor and merge
2021-02-21 19:16:46 +01:00
github-actions[bot]
2c8fa86436
Merge master into staging-next 2021-02-21 06:16:32 +00:00
davidak
0e80ec0346
Merge pull request #113329 from r-ryantm/auto-update/evolution
evolution: 3.38.3 -> 3.38.4
2021-02-21 02:23:43 +01:00
github-actions[bot]
dc31fd042c
Merge master into staging-next 2021-02-21 00:38:49 +00:00
Vladimír Čunát
65408dae4e
Merge #111293: thunderbird-bin: switch to pname + version 2021-02-20 20:10:20 +01:00
ajs124
c2349bf052 claws-mail{,-gtk3}: set version for gtk3 to 3.99.0 2021-02-19 17:56:11 +01:00
Jan Tojnar
8f50f1ce10
Merge branch 'staging-next' into staging
Resolved the following conflicts:

- kernel flags between 09176d28a0 and 2b28822d8d
- clojure-lsp between 3fa00685ce and e03c068af5
2021-02-19 17:15:31 +01:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Sandro
4b694d5e3d
Merge pull request #113674 from SuperSandro2000/fix-collection16 2021-02-19 13:27:03 +01:00
ajs124
bf92540097 claws-mail: refactor feature flags/deps into one list
also add myself as maintainer
2021-02-19 01:48:50 +01:00
Alvar Penning
553ad198c2 claws-mail{,-gtk3}: refactor
Update Claws Mail to its latest version and perform a major refactoring.

Previously, the configurable arguments were neither complete nor named
according to the configure.ac file. Likewise, the values did not
correspond to the defaults, but rather to a personal preference.

This has now been changed to enable the arguments which are enabled in
the configure.ac file. Also the variable names have been adjusted. For
compatibility the old parameters also exist.

Next to the claws-mail package is the "experimental" claws-mail-gtk3
package for the non official gtk3 git branch. This package started as an
almost one-to-one copy of the claws-mail derivation which small
modifications. This package was of course not updated.

This has also been changed so that both packages are built from the same
derivative.
2021-02-19 01:23:47 +01:00
Sandro Jäckel
2cc1639a5e
neomutt: remove unused input 2021-02-18 22:25:07 +01:00
Sandro Jäckel
c8dfbb6e75
aerc: remove unused inputs 2021-02-18 22:24:57 +01:00
Justin Humm
d04e50531a notmuch: 0.31.3 -> 0.31.4 2021-02-18 13:26:26 +01:00
R. RyanTM
3080d02a27 mailnag: 2.1.0 -> 2.2.0 2021-02-17 08:51:34 +02:00
R. RyanTM
a429b3f095 evolution: 3.38.3 -> 3.38.4 2021-02-16 19:25:59 +00:00
R. RyanTM
53a48160f5 claws-mail: 3.17.7 -> 3.17.8 2021-02-09 22:53:55 +00:00
Bernardo Meurer
a54e68bad4
Merge pull request #112101 from taku0/thunderbird-bin-78.7.1
thunderbird, thunderbird-bin: 78.7.0 -> 78.7.1
2021-02-07 01:00:02 +00:00
taku0
7800a8fbc5 thunderbird: 78.7.0 -> 78.7.1 2021-02-06 03:12:44 +09:00
taku0
a82b556a59 thunderbird-bin: 78.7.0 -> 78.7.1 2021-02-06 03:12:18 +09:00
Maximilian Bosch
b7652a680f
neomutt: 20201127 -> 20210205
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20210205
2021-02-05 13:21:54 +01:00
Jörg Thalheim
b8edf8f7d3
Merge pull request #110181 from charvp/pr/aerc-extra-path-replace
aerc: replace an extra use of SHAREDIR
2021-02-04 21:33:46 +00:00
Jan Tojnar
64606719da evolution: 3.38.2 → 3.38.3 2021-02-01 17:36:48 +01:00
Jan Tojnar
604a6efb98 evolution: fix update script 2021-02-01 17:36:48 +01:00
R. RyanTM
0c254abfa4 evolution-ews: 3.36.5 -> 3.38.3 2021-02-01 17:36:48 +01:00
Sandro Jäckel
ced3ec6ce3
treewide: update permanent url redirects 2021-01-30 21:48:57 +01:00
taku0
f27ed66a5c thunderbird-bin: change from name to pname + version 2021-01-30 20:20:20 +09:00
taku0
20259a943b thunderbird: 78.6.1 -> 78.7.0 2021-01-27 03:12:44 +09:00
taku0
52dd1dae7a thunderbird-bin: 78.6.1 -> 78.7.0 2021-01-27 03:12:16 +09:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Doron Behar
f9c6e07c67 treewide: Remove usages of stdenv.lib by @doronbehar
Per: https://github.com/NixOS/nixpkgs/issues/108938
2021-01-23 10:52:19 +02:00
Matthias Beyer
3609a43b5e mutt: 2.0.4 -> 2.0.5
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-01-22 09:33:43 +01:00
Guillaume Girol
7ed3d2df76
Merge pull request #103135 from symphorien/pr/92775
Evolution ews: wrap evolution and evolution data server, fix nixos module.
2021-01-21 19:42:45 +00:00
Charlotte Van Petegem
d76bdf6489
aerc: replace an extra use of SHAREDIR 2021-01-21 10:42:49 +01:00
Bruno Bigras
fc1ddd2cab notmuch: 0.31 -> 0.31.3 2021-01-20 17:18:04 -05:00
Doron Behar
5d5082a20c mailspring: 1.7.8 -> 1.8.0 2021-01-20 15:27:14 +02:00
Symphorien Gibol
d671677eab nixos: rework evolution-data-server module 2021-01-17 11:13:54 +01:00
Daniel Șerbănescu
e44b3c5187 evolution-with-plugins: added support for evolution-ews. 2021-01-17 11:13:54 +01:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Alyssa Ross
a438086650
notmuch: skip T568-lib-thread
Fixes: https://github.com/NixOS/nixpkgs/issues/109092
Thanks-to: Puck Meerburg <puck@puckipedia.com>
2021-01-14 16:06:16 +00:00
Sandro
c7a1cbf5cf
Merge pull request #100642 from oxzi/astroid-plugin-fix
astroid: fix python plugin usage
2021-01-13 08:49:29 +01:00
Alvar Penning
1eae217a5f astroid: fix python plugin usage
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-12 13:47:27 +01:00
taku0
b731d1e50d thunderbird: 78.6.0 -> 78.6.1 2021-01-12 03:13:06 +09:00
taku0
8ede48bb19 thunderbird-bin: 78.6.0 -> 78.6.1 2021-01-12 03:12:32 +09:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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-11 10:38:22 +01:00
Guillaume Girol
7abb5bd5ef
Merge pull request #105923 from KAction/mmh-static
mmh: fix static build
2021-01-05 20:29:26 +00:00
Dmitry Bogatov
600212b787 mmh: fix static build 2021-01-01 00:00:00 +00:00
Sandro Jäckel
b8cba06e08
mailnag: Fix editor check 2020-12-31 16:55:55 +01:00
R. RyanTM
2ccf617cac mailnag: 2.0.0 -> 2.1.0 2020-12-31 15:09:29 +00:00
Matthias Beyer
0f839ed550 mutt: 2.0.3 -> 2.0.4 2020-12-31 11:33:55 +01:00
Doron Behar
ba4b4aea56
Merge pull request #106740 from doronbehar/pkg/mailspring
mailspring: Disable trackerSupport for it's gtk3
2020-12-29 23:27:34 +02:00
freezeboy
a0f4326687 aerc: 0.4.0 -> 0.5.2 2020-12-29 15:03:52 +01:00
Bernardo Meurer
0ca60d3ba0
Merge pull request #107016 from tobiasBora/2020_thunderbird_add_icon
thunderbird: fix missing icon issue
2020-12-29 01:22:55 +00:00
Florian Klink
84d5863595
Merge pull request #106853 from flokli/mlarchive2maildir-0.0.9
mlarchive2maildir: 0.0.8 -> 0.0.9
2020-12-27 12:56:25 +01:00
Sandro
88e20e3877
Merge pull request #107475 from doronbehar/pkg/imapfilter
imapfilter: 2.6.16 -> 2.7.5
2020-12-24 02:20:53 +01:00
Doron Behar
7262fb6878 imapfilter: 2.6.16 -> 2.7.5 2020-12-23 17:26:52 +02:00
Niklas Hambüchen
443724873f thunderbird, thunderbird.bin: Refactor: Reorder import lists.
Also `pkgs.lib` -> `lib`.
2020-12-22 02:02:47 +01:00
Niklas Hambüchen
e72bd9f089 thunderbird-bin: Add gpg/gpgme dependencies. Fixes #98765 2020-12-22 01:49:45 +01:00
Niklas Hambüchen
2767936180 thunderbird: Add gpg/gpgme dependencies. Fixes #98765.
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-18 00:36:55 +01:00
Tobias Bora
52d952a69d thunderbird: fix missing icon issue 2020-12-16 10:59:15 +01:00
taku0
69a4b984d0 thunderbird: 78.5.1 -> 78.6.0 2020-12-15 09:12:45 +09:00
taku0
aab365acf6 thunderbird-bin: 78.5.1 -> 78.6.0 2020-12-15 09:12:17 +09:00
Florian Klink
5142dd84f8 mlarchive2maildir: 0.0.8 -> 0.0.9 2020-12-13 22:36:40 +01:00
Doron Behar
4ed7341146 mailspring: Disable trackerSupport for it's gtk3
Fixes #106732 .
2020-12-12 14:24:59 +02:00
Merlin Göttlinger
4f9da3341b
inboxer: remove (#105613)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-11 08:42:14 +01:00
Orivej Desh
2341270330 claws-mail-gtk3: 3.17.5 -> 3.99.0 2020-12-11 02:18:51 +00:00
Ollie Charles
1675b11cd4 Remove myself from maintainers sets
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-07 14:30:37 +00:00
Matthias Beyer
d2ab95c039 mutt: 2.0.2 -> 2.0.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-05 16:55:34 +01:00
taku0
cc14698a1b thunderbird: 78.5.0 -> 78.5.1 2020-12-02 09:13:18 +09:00
taku0
5f11c75517 thunderbird-bin: 78.5.0 -> 78.5.1 2020-12-02 09:12:46 +09:00
R. RyanTM
ec29056bba inboxer: 1.2.1 -> 1.2.3 2020-11-30 22:47:24 +00:00
Frederik Rietdijk
db29c15173
Merge pull request #105151 from B4dM4n/copy-desktop-hook
copyDesktopItems: add new setup-hook
2020-11-29 13:26:40 +01:00
Frederik Rietdijk
29f1edf2f3 thunderbird, firefox, firefox-esr: set big-parallel
Firefox and Thunder time out nearly everytime. Hopefully giving them
more resources will prevent this from happening.
2020-11-29 11:45:08 +01:00
Fabian Möller
c3598cc7d3 thunderbird: use copyDesktopItems hook 2020-11-29 04:03:39 +01:00
Maximilian Bosch
64939cff96
neomutt: 20201120 -> 20201127
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20201127
2020-11-27 15:10:02 +01:00
Justin Humm
d75276a28e meli: fix runtime error with libnotmuch5
> 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-25 11:10:50 +01:00
Vladimír Čunát
bb8b9f4ce1
Merge #104378: thunderbird*: 78.4.3 -> 78.5.0 2020-11-21 10:26:00 +01:00
Maximilian Bosch
6c9580f189
Merge pull request #104394 from magnetophon/neomutt
neomutt: 20200925 -> 20201120
2020-11-20 22:29:24 +01:00
Matthias Beyer
ad9256dd3e mutt: 2.0.1 -> 2.0.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-11-20 19:09:03 +01:00
Bart Brouns
ae6ad232ef neomutt: 20200925 -> 20201120 2020-11-20 18:34:06 +01:00
Andreas Rammhold
a322b32e9d thunderbird: use nss_3_53 instead of nss
This fixes up the changes done in #104176 where I forgot to include this
now required change.
2020-11-19 01:15:20 +01:00
taku0
19682545d9 thunderbird: 78.4.3 -> 78.5.0 2020-11-19 03:12:47 +09:00
taku0
52f5b947f6 thunderbird-bin: 78.4.3 -> 78.5.0 2020-11-19 03:12:19 +09:00
Matthias Beyer
5848e9845b mutt: 2.0.0 -> 2.0.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-11-15 12:15:20 +01:00
Vladimír Čunát
b94e7b7d89
Merge #103474: firefox, thunderbird: revert meta.timeout 2020-11-14 21:12:02 +01:00
Vladimír Čunát
6769ad9f11
Revert "Merge #102138: thunderbird: set build timeout at eight hours"
This reverts commit ef543fb416, reversing
changes made to 0d657b9c61.
See the parent commit.
2020-11-14 21:06:48 +01:00
taku0
205652e31a thunderbird: 78.4.2 -> 78.4.3 2020-11-12 03:12:51 +09:00
taku0
ec5fc9b7a4 thunderbird-bin: 78.4.2 -> 78.4.3 2020-11-12 03:12:23 +09:00
taku0
bd03a75f6f thunderbird: 78.4.1 -> 78.4.2 2020-11-10 09:12:50 +09:00
taku0
d19906002f thunderbird-bin: 78.4.1 -> 78.4.2 2020-11-10 09:12:21 +09:00
Matthias Beyer
e9e003e247 mutt: 1.14.7 -> 2.0.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-11-07 23:50:18 +01:00
Vladimír Čunát
ef543fb416
Merge #102138: thunderbird: set build timeout at eight hours 2020-11-07 13:03:45 +01:00
taku0
00213ef17f thunderbird: 78.4.0 -> 78.4.1 2020-11-07 19:51:44 +09:00
taku0
33a3ac3169 thunderbird-bin: 78.4.0 -> 78.4.1 2020-11-07 15:55:59 +09:00
Doron Behar
c96629259a
Merge pull request #96112 from doronbehar/pkg/bubblemail
bubblemail: init at 1.2
2020-11-05 13:53:44 +02:00
Doron Behar
c5057bd3ea bubblemail: init at 1.3 2020-11-05 13:40:49 +02:00
Konrad Borowski
4897591ab1 thunderbird: set build timeout at eight hours
This matches a similar change made to Firefox in #96767.
A lot of code is shared between Firefox and Thunderbird
so it makes sense to increase timeouts for Thunderbird
as well.
2020-10-30 08:48:15 +01:00
Ben Siraphob
db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
Jan Tojnar
3825e74193 treewide: drop gnome2.pango alias 2020-10-25 23:48:29 +01:00
Vladimír Čunát
c0a646edd0
Merge #101380: thunderbird*: 78.3.2 -> 78.4.0 2020-10-24 09:16:36 +02:00
taku0
a1ad05b45c thunderbird-bin: 78.3.2 -> 78.4.0 2020-10-22 22:41:21 +09:00
R. RyanTM
693bd2565b alpine: 2.23 -> 2.24 2020-10-22 03:04:18 +00:00
taku0
fb252b8932 thunderbird: 78.3.2 -> 78.4.0 2020-10-22 03:38:00 +09:00
Vladimír Čunát
176243b059
Merge #100808: thunderbird*: 78.3.2 -> 78.3.3 2020-10-20 07:52:52 +02:00
Ben Siraphob
683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
taku0
5e5702649f thunderbird-bin: 78.3.2 -> 78.3.3 2020-10-17 15:47:23 +09:00
taku0
336c672a3a thunderbird: 78.3.2 -> 78.3.3 2020-10-16 15:13:04 +09:00
Alvar Penning
84ba84dc10 afew: 3.0.0 -> 3.0.1 2020-10-12 14:34:00 +02:00
Vladimír Čunát
230728216a
thunderbird*-68: mark as insecure 2020-10-11 11:16:27 +02:00
Vladimír Čunát
2d4225bcd3
Merge #100079: thunderbird-*: 78.3.1 -> 78.3.2 2020-10-11 11:16:27 +02:00
taku0
456106fe2a thunderbird-bin: 78.2.2 -> 78.3.2 2020-10-09 19:24:00 +09:00
Doron Behar
215bc37d00
Merge pull request #96091 from doronbehar/pkg/mailnag/fixes
mailnag: Fix pluginDeps usage & comment
2020-10-09 00:01:32 +03:00
Gabriel Ebner
02a318d3f3
Merge pull request #99712 from avdv/notmuch-0.31
notmuch: 0.30.1c80020 -> 0.31
2020-10-08 18:11:57 +02:00
taku0
e46afe0f89 thunderbird: 78.2.2 -> 78.3.2 2020-10-07 09:12:48 +09:00
Claudio Bley
f53bc76ee5 notmuch: 0.30.1c80020 -> 0.31 2020-10-06 11:19:44 +02:00
Justin Lovinger
8dcff07e42 mblaze: 0.5.1 -> 1.0 2020-10-05 10:16:02 -04:00
Doron Behar
36578e75af neomutt: Use w3m instead of elinks, since elinks is insecure
Ever since 5ad43894f2, elinks won't
evaluate (by default) hence it makes neomutt not evaluate as well, due
to elinks marked as insecure. This change makes neomutt generate
manual.txt out of manual.html with w3m instead of elinks.
2020-10-03 21:11:54 +03:00
ajs124
aa7f321052
Merge pull request #86030 from khumba/claws-litehtml
claws-mail: add the litehtml_viewer plugin
2020-10-02 19:56:57 +02:00
Alvar Penning
4c3f651965 claws-mail: 3.17.6 -> 3.17.7 2020-10-01 23:06:46 +02:00
0x4A6F
2285e35eac
meli: alpha-0.6.1 -> alpha-0.6.2
Upgrade to [alpha-0.6.2](https://git.meli.delivery/meli/meli/releases/tag/alpha-0.6.2).
2020-09-30 13:20:27 +00:00
Maximilian Bosch
004676ce9c
neomutt: apply two patches for regressions in the sidebar
The following patches were pushed to `master` after the release and fix
two regressions in the sidebar of NeoMutt:

* 9675367 (sidebar: prevent the divider colour bleeding out): a small
  fix for ANSI colors to not break the layout.

* 6078653 (Fix <sidebar-{next,prev}-new>): fixes invalid conditions in
  if-statements.

Considering their release cycle I figured that it is reasonable to apply
those on top of `20200925` for now.
2020-09-27 00:50:58 +02:00
Vladimír Čunát
4212f719bb
Merge #98628: thunderbird*: 78.2.2 -> 78.3.1 (security) 2020-09-26 13:21:35 +02:00
taku0
0ab3e526c9 thunderbird-bin: 78.3.0 -> 78.3.1 2020-09-26 19:09:13 +09:00
Vladimír Čunát
9127ee59cd
thunderbird: 78.3.0 -> 78.3.1
It's supposed to fix just a frequent crash.
https://www.thunderbird.net/en-US/thunderbird/78.3.1/releasenotes/
2020-09-26 10:19:01 +02:00
Maximilian Bosch
2d94370264
neomutt: 20200821 -> 20200925
https://github.com/neomutt/neomutt/releases/tag/20200925
2020-09-25 16:54:25 +02:00
taku0
7bcff2e042 thunderbird-bin: 78.2.2 -> 78.3.0 2020-09-24 16:35:48 +09:00
taku0
de309756f3 thunderbird: 78.2.2 -> 78.3.0 2020-09-24 16:35:07 +09:00
Vladimír Čunát
d33267c639
thunderbird.meta.maintainers: add myself
I've been keeping an eye on it anyway, and the current meta.maintainers
don't seem to be active around thunderbird.
2020-09-21 17:31:26 +02:00
Vladimír Čunát
114202e369
thunderbird-78: fix #97994: broken UI in 78.2.2 2020-09-21 17:31:26 +02:00
Emery Hemingway
d85114062a trojita: disable withI18n by default
The translation sources are too massive to reliably build.
2020-09-18 12:56:20 +02:00
ajs124
441a7da808
Merge pull request #95800 from oxzi/claws-mail-mailto
claws-mail: patch mailto handling
2020-09-15 04:11:02 +02:00
zimbatm
ceac92ce05
Merge pull request #97892 from taku0/thunderbird-bin-78.2.2
thunderbird, thunderbird-bin: 78.2.1 -> 78.2.2
2020-09-14 00:43:27 +02:00
Nikolay Korotkiy
ffdb3d65e4 trojita: enable localization 2020-09-12 11:13:25 +02:00
taku0
eff618541e thunderbird-bin: 78.2.1 -> 78.2.2 2020-09-12 00:43:44 +09:00
taku0
5bcc37d79e thunderbird: 78.2.1 -> 78.2.2 2020-09-12 00:42:06 +09:00
Alvar Penning
62eed9ab29 claws-mail: patch mailto handling
The "Mailto: Me Your Secrets"[0] paper describes vulnerabilities in
multiple email clients regarding the undocumented "attach" field of a
mailto URI. This might allow the inclusion of sensitive data in an
outgoing email.

Pull request #95758 addresses this issue on a more general level.

Claws Mail unfortunately also has problems with mailto URIs[1][2].
Referring to the paper, problems for "attach" and "insert" were found
and fixed. These patches, which are not included in a release yet, are
hereby added.

[0]:https://www.nds.ruhr-uni-bochum.de/media/nds/veroeffentlichungen/2020/08/15/mailto-paper.pdf
[1]:https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4373
[2]:https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4374
2020-09-10 10:12:23 +02:00
Michele Guerini Rocco
9379f9350d
Merge pull request #96661 from matthiasbeyer/update-mutt
mutt: 1.14.6 -> 1.14.7
2020-08-31 16:20:28 +02:00
Vladimír Čunát
f56bda0c0c
Merge #96360: thunderbird*: updates 2020-08-30 18:00:26 +02:00
Matthias Beyer
91116f2c93 mutt: 1.14.6 -> 1.14.7
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-08-30 11:08:48 +02:00
taku0
a6ae28e4bc thunderbird-bin: 78.2.0 -> 78.2.1 2020-08-30 16:27:33 +09:00
taku0
a03bc7cf61 thunderbird: 78.2.0 -> 78.2.1 2020-08-30 16:27:23 +09:00
taku0
812b8e8054 thunderbird-bin: 68.11.0 -> 68.12.0 2020-08-27 20:01:11 +09:00
taku0
89bf77bf09 thunderbird-bin: 78.1.1 -> 78.2.0 2020-08-27 19:58:55 +09:00
taku0
813439071b thunderbird: 68.11.0 -> 68.12.0 2020-08-27 19:52:06 +09:00
taku0
d9da7edba0 thunderbird: 78.1.1 -> 78.2.0 2020-08-26 22:37:35 +09:00
Frederik Rietdijk
081bd762e5 Merge staging-next into staging 2020-08-26 08:43:29 +02:00
R. RyanTM
658faaf786 notmuch-bower: 0.11 -> 0.12 2020-08-25 05:39:54 +00:00
Florian Klink
40d2968ebf
Merge pull request #94354 from flokli/systemd-246
systemd: 245.6 -> 246
2020-08-24 12:42:24 +02:00
Doron Behar
62f2fea77b mailnag: Fix pluginDeps usage & comment 2020-08-23 16:04:20 +03:00
Bryan Gardiner
402d625ed0
claws-mail: add the litehtml_viewer plugin 2020-08-22 19:06:42 -07:00
Maximilian Bosch
8f3a2d3e5c
neomutt: 20200814 -> 20200821
https://github.com/neomutt/neomutt/releases/tag/20200821
2020-08-22 22:25:31 +02:00
zowoq
7dec299b89 buildGoModule/vend: use upstream instead of fork 2020-08-20 08:01:43 +10:00
Vladimír Čunát
f77e427cf6
thunderbird: Enable official branding by default
Now we do have an explicit permission from Mozilla.  /cc PR #94880
2020-08-19 19:49:16 +02:00
Vladimír Čunát
c09965182a
firefox*, thunderbird*: explain no-buildconfig*.patch 2020-08-19 19:46:55 +02:00
Vladimír Čunát
c8e727c783
Revert "Merge #94880: thunderbird: enable branding by default"
This reverts commit 4bf857a0f2, reversing
changes made to 00c4808252.
See the PR for discussion; apparently an explicit permission is missing.
2020-08-18 20:21:08 +02:00
Frederik Rietdijk
fe7bab33d7
Merge pull request #95553 from zowoq/rename-maintainers
maintainers: prefix number with underscore
2020-08-18 11:30:24 +02:00
zowoq
7d9c49f8e6 maintainers: 0x4A6F -> _0x4A6F 2020-08-18 07:59:44 +10:00
Florian Klink
6d83d290b5
Merge pull request #95095 from Ma27/bump-neomutt
neomutt: 20200626 -> 20200814
2020-08-16 18:44:11 +02:00
Maximilian Bosch
e75cdaae9c
neomutt: 20200807 -> 20200814
https://github.com/neomutt/neomutt/releases/tag/20200814
2020-08-16 15:09:32 +02:00
zowoq
42313b92bc buildGoModule: remove platform.all from packages 2020-08-15 19:34:47 -07:00
Doron Behar
6c3d919edf mailnag: implement a withPlugins interface 2020-08-15 10:17:06 -07:00
Doron Behar
ddb962bec4 mailnag: Make it possible to override available plugins 2020-08-15 10:17:06 -07:00
Doron Behar
7ff82bfee6 mailnag: enable to configure plugins
Add an availablePlugins attrset with all plugins available.
Make mailnag's expression accept a "plugins" argument specifying plugins
to install, from `availablePlugins`.
Prevent double wrapping (nor related to plugins).
Install plugins using xorg.lndir.
2020-08-15 10:17:06 -07:00
Florian Klink
f77b81df26 mailspring: use lib.getLib udev instead of udev.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:42 +02:00
Florian Klink
dbb5fbfb15 thunderbird: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Louis Tim Larsen
1407bada02 thunderbird: Enable official branding by default 2020-08-13 19:47:54 +02:00
Justin Humm
549d1e3c2c
Merge pull request #95260 from 0x4A6F/master-meli
meli: alpha-0.5.1 -> alpha-0.6.1
2020-08-13 12:34:09 +02:00
0x4A6F
4fe180ac3b
meli: alpha-0.5.1 -> alpha-0.6.1 2020-08-12 14:57:38 +00:00
Damien Cassou
b24b63847b
notmuch: 0.30 -> 0.30.1c80020
This update is required because recent update of Emacs (to 27.1) broke
notmuch build.
2020-08-12 08:45:18 +02:00
Maximilian Bosch
4cfbe4ad43
neomutt: 20200626 -> 20200807
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20200807
2020-08-10 18:06:40 +02:00
Daniel Șerbănescu
6517bfb505 evolution-ews: 3.36.4 -> 3.36.5 2020-08-10 13:11:18 +02:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
taku0
997e6315f2 thunderbird: 68.10.0 -> 68.11.0 2020-08-07 21:18:51 +09:00
taku0
1e99541bf0 thunderbird-bin: 68.10.0 -> 68.11.0 2020-08-07 21:18:41 +09:00
taku0
821146db82 thunderbird: 78.1.0 -> 78.1.1 2020-08-07 20:08:42 +09:00
taku0
91da809427 thunderbird-bin: 78.1.0 -> 78.1.1 2020-08-07 20:08:33 +09:00
Frederik Rietdijk
50c060d13d Merge master into staging-next 2020-08-01 19:37:20 +02:00
Vladimír Čunát
35ce100964
Merge #93227: thunderbird*: add 78.1.0 (non-default)
> At this time, users of the Enigmail Add-on should not update to Thunderbird 78.
https://www.thunderbird.net/en-US/thunderbird/78.1.0/releasenotes/
2020-08-01 10:09:50 +02:00