Package Details: mutt-slang 2.2.13-1

Git Clone URL: https://aur.archlinux.org/mutt-slang.git (read-only, click to copy)
Package Base: mutt-slang
Description: Small but very powerful text-based mail client - slang version
Upstream URL: http://www.mutt.org/
Licenses: GPL2
Conflicts: mutt
Provides: mutt
Submitter: andreas_baumann
Maintainer: zootboy
Last Packager: zootboy
Votes: 12
Popularity: 0.000000
First Submitted: 2011-03-20 10:43 (UTC)
Last Updated: 2024-03-20 06:43 (UTC)

Required by (8)

Sources (2)

Latest Comments

1 2 Next › Last »

micwoj92 commented on 2025-01-17 17:53 (UTC)

Was fixed: https://gitlab.archlinux.org/archlinux/packaging/packages/mutt/-/commit/336a7c07595eb4db33ace01faa997441ca0b00fe

micwoj92 commented on 2025-01-17 17:17 (UTC)

I've opened issue there.

zootboy commented on 2025-01-17 07:08 (UTC)

I agree that gdbm is probably not needed, but this should be reported to the upstream Arch package:

https://gitlab.archlinux.org/archlinux/packaging/packages/mutt/-/issues

This AUR package only makes the minimal PKGBUILD delta to use slang instead of curses. Except for the contributor credits, I don't make any other changes to the PKGBUILD. This way, it's very easy to diff against the official PKGBUILD and be confident that there's nothing untoward.

micwoj92 commented on 2025-01-16 23:55 (UTC)

It seems like gdbm is not needed, as this links against lmdb which is pulled through krb5: https://gitlab.archlinux.org/archlinux/packaging/packages/krb5/-/commit/9d8ff0e5d77f0e5c62afac92eff523f7509deea7

<deleted-account> commented on 2016-04-05 18:51 (UTC)

Thank you!

zootboy commented on 2016-04-05 18:47 (UTC)

Makepkg won't touch your local keyring, so you need to import that key manually (and ideally verify it out-of-band). Make sure gpg is set up with a keyserver, then run this: $ gpg --recv-key ADEF768480316BDA

<deleted-account> commented on 2016-04-05 17:50 (UTC)

==> Verifying source file signatures with gpg... mutt-1.6.0.tar.gz ... FAILED (unknown public key ADEF768480316BDA) ==> ERROR: One or more PGP signatures could not be verified!

zootboy commented on 2016-04-05 02:34 (UTC)

Updated to 1.6.0, and brought in line with the vanilla PKGBUILD.

zootboy commented on 2015-01-16 00:37 (UTC)

Pulled in with some minor adjustments. Thanks!

jonhoo commented on 2015-01-13 21:31 (UTC)

I've put a PKGBUILD + install file that have been synced with upstead mutt here: https://gist.github.com/jonhoo/9b11f9d2be232a2024d4 Specifically, my goal was to minimize the diff between the two so that seeing that it wasn't doing anything funky was easy.