* updated knights (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / mail / mutt / mutt.conf
blobe92e73a5e243f1f1c65a865426bc19d5eb4b22aa
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../mutt/mutt.conf
5 # Copyright (C) 2004 - 2020 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
7
8 # More information can be found in the files COPYING and README.
9
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; version 2 of the License. A copy of the
13 # GNU General Public License can be found in the file COPYING.
14 # --- T2-COPYRIGHT-NOTE-END ---
16 var_append confopt ' ' '--enable-imap'
17 var_append confopt ' ' '--enable-pop'
18 var_append confopt ' ' '--enable-smtp'
19 if  atstage "native"; then
20     var_append confopt ' ' '--enable-hcache'
23 hook_add preconf 2 'autoreconf -vfi'
25 pkginstalled openssl && var_append confopt ' ' '--with-ssl'
26 pkginstalled cyrus-sasl2 && var_append confopt ' ' '--with-sasl=/usr/include'
28 # add imap headercache support
29 # NOTE: if it gets optional, no_autogen_for_headercache.patch too.
30 var_insert_before_regex patchfiles " " "`match_source_file -p headercache`" ".*headercache.patch"
32 # mutt will happily try to include sasl/* files, which will not work, it really needs sasl2
33 hook_add premake 3 'sed -i "s:#include <sasl/sasl.h>:#include <sasl2/sasl.h>:" *.[ch] */*.[ch]; sed -i "s:#include <sasl/saslutil.h>:#include <sasl2/saslutil.h>:" *.[ch] */*.[ch];'