diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-24 15:10:26 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:46 +0200 |
commit | a800549bc6e2e0e7311ce3ecec87c11a67a9e40f (patch) | |
tree | 894528d4bb1efe2c140ef5e62ec80c524d3c33d4 | |
parent | 7838a01ce0c90990104c5c4507689b0f297bbc07 (diff) | |
download | pkgbuilds-a800549bc6e2e0e7311ce3ecec87c11a67a9e40f.tar.xz |
mutt-kz-git: Disable pop support
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,12 +45,12 @@ build() { --enable-imap \ --enable-notmuch \ --enable-pgp \ - --enable-pop \ --enable-smtp \ + --with-gss \ --with-idn \ --with-sasl \ - --with-gss \ --with-ssl=/usr + make } |