Package Details: alpine-git 2.26.0.678.267cba3-1

Git Clone URL: https://aur.archlinux.org/alpine-git.git (read-only, click to copy)
Package Base: alpine-git
Description: Fork of the PINE mail client (git)
Upstream URL: https://alpineapp.email/
Licenses: Apache
Conflicts: alpine, pine, re-alpine
Provides: alpine, pine, re-alpine
Replaces: alpine, pine, re-alpine
Submitter: yar
Maintainer: yar
Last Packager: yar
Votes: 45
Popularity: 0.000000
First Submitted: 2017-01-31 02:40 (UTC)
Last Updated: 2024-03-29 01:14 (UTC)

Dependencies (5)

Required by (2)

  • topal (requires alpine) (optional)
  • topal (requires re-alpine) (optional)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

milouse commented on 2017-03-23 08:48 (UTC) (edited on 2017-03-23 08:49 (UTC) by milouse)

It seems that the correct URL to get the already patched version of alpine is the following: http://patches.freeiz.com/alpine/patches/alpine-2.21/alpine-2.21.tar.xz, as explain in this page http://patches.freeiz.com/alpine/info/all.html

kyak commented on 2017-03-22 18:20 (UTC)

It seems that the goddamn patches are no longer needed. I've bumped to 2.21 and cleaned up a bit. Let's see how it works!

999cgm commented on 2017-03-12 08:03 (UTC)

Patch to allow more terminal size in alpine mail composer(for example to use conf var composer-wrap-column=130) --- alpine-2.20/configure.orig 2017-03-12 03:50:15.841646985 -0400 +++ alpine-2.20/configure 2017-03-12 03:50:39.984646971 -0400 @@ -15763,7 +15763,7 @@ - dpv=80 + dpv=255 # Check whether --with-max_fill-column was given. if test "${with_max_fill_column+set}" = set; then :

kyak commented on 2017-01-31 16:07 (UTC)

@yar Why, you don't understand that this patch integrates all the patches, including some of the patches that appear under More patches? (Almost literal quote from the site). But if seriously, i'm looking after Eduardo's git, and it seems that he will release version 2.21 soon. Maybe even with patches already integrated, who knows?

yar commented on 2017-01-31 02:44 (UTC)

For those interested, I just made a new package tracking Eduardo Chappa's git repo. I hope this is cleaner than trying to keep up with the archaic structure of patchsets: https://aur.archlinux.org/packages/alpine-git/

acharis commented on 2016-10-22 15:30 (UTC)

Can someone host this? I can't get to patches.freeiz.com and I get 404 from etienne.depar.is

kyak commented on 2016-02-11 15:00 (UTC)

It builds just fine here. As for availability, you might try to download the source from one of the comments below - someone hosted it.

krprescott commented on 2016-02-11 14:42 (UTC)

The patches.freeiz.com site has some sort of a routing problem. I am a Mediacom cable customer and I cannot reach the site at all from there, but I can reach it from AWS, and TWC. I can also reach it from other places I have account access too. I have told Mediacom about this several times, but they claim it is a Comcast problem and they don't fix it.

krprescott commented on 2016-02-11 14:40 (UTC)

It seems like alpine will no longer compile on my arch system. I have a up-to-date system and when I try to make the package, I get about 4,000 lines of errors in maildir.h and maildir.c. There are so many I don't know where to start debugging. I have all the depends installed on my system.

jhubbard commented on 2015-11-20 08:04 (UTC)

To answer an earlier question, here's a patch that I've been using for a couple years, in order to make [re-]alpine save passwords. It would be nice if this were the default, IMHO. Credit: someone in the community, I don't recall who, pointed out this option, years ago: --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index f5ebc15..1ebf0dc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -41,7 +41,7 @@ build() { # Configure Alpine LIBS+="-lpam -lkrb5 -lcrypto" ./configure --prefix=/usr \ - --without-passfile --without-tcl --disable-shared \ + --with-passfile=.pine-passfile --without-tcl --disable-shared \ --with-system-pinerc=/etc/${pkgname}.d/pine.conf \ --with-system-fixed-pinerc=/etc/${pkgname}.d/pine.conf.fixed -- 2.6.2