summaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Expand)Author
2009-07-28Add group.h to distributionRocco Rutte
2009-06-23Don't build hcversion.h and mutt_md5 without hcacheRocco Rutte
2009-01-04Remove obsolete make targetBrendan Cully
2008-12-16Remove ChangeLog.oldBrendan Cully
2008-10-07Clean up with/without-idn handlingBrendan Cully
2008-05-19Unbreak build with included gettext by explicitly removing libs for mutt_md5Vladimir Marek
2008-05-19hcversion.h depends on new mutt_md5 toolRocco Rutte
2008-05-17Build local md5 tool for hcachever.sh. Closes #3025.Brendan Cully
2008-05-17When necessary, convert strings to utf-8 in the header cache.Rocco Rutte
2007-11-09Merge with tipRocco Rutte
2007-11-07Don't build keymap_alldefs.h in srcdir as it may be read-onlyRocco Rutte
2007-11-07Try to fix parallel build problems by moving makedoc to doc/.Rocco Rutte
2007-11-06Remove unnecessary workaround for automake dist targetEmanuele Giaquinta
2007-10-31cvslog2changelog.pl is obsoleteBrendan Cully
2007-08-27Replace RFC md5 implementation with GPL version from coreutilsBrendan Cully
2007-05-28Use autoconf instead of "which" to discover MD5 toolBrendan Cully
2007-04-06Fix up release scripts for HgBrendan Cully
2007-04-05Version header cache against MD5 of structures on which it dependsBrendan Cully
2007-03-21Pipe functions.h through cpp -C for the manual generation; factor outChristoph Berg
2007-03-15Add reldate.h to BUILT_SOURCESBrendan Cully
2007-03-15Remove reldate.h from EXTRADIST to fix out-of-tree builds from tarballs (andChristoph Berg
2007-03-13Fully expand $docdir when building Muttrc (closes: #2832)Brendan Cully
2007-03-06New format=flowed handler.Rocco Rutte
2007-03-03Do not append ${prefix}/include to CPPFLAGS.Brendan Cully
2007-02-24This patch adds ESMTP relay support to mutt.Brendan Cully
2007-02-24PKA signature verification via GPGME, controlled by $crypt_use_pka.Moritz Schulte
2006-09-08Remove bogus smtp.c entry from extra sources, added by accident on 20060831.Brendan Cully
2006-08-31Only build wchar replacement funcs when necessary. Add spaceRalf Wildenhues
2006-08-11Include reldate.h in make dist, so docs won't be needlessly rebuilt.Brendan Cully
2006-08-10Only touch reldate.h if it actually changes.Brendan Cully
2006-08-10No need to set CPP, OPS manually in Makefile.am.Ralf Wildenhues
2006-07-18Long-overdue build system overhaul.Matthias Andree
2006-07-04pdmef.cache.24: Generalise IMAP body caching and add POP support.Rocco Rutte
2006-06-13Run cut under the C locale when parsing ChangeLog for reldate.Rocco Rutte
2006-05-19The UPDATING document is supposed (when complete) to provide quickRocco Rutte
2006-05-18Autogenerate reldate.h from ChangeLog.Rocco Rutte
2006-01-09Adding pattern group support; seeThomas Roessler
2005-12-20Refactor header cache a bit to provide (fetch|store)_raw functions. TheseBrendan Cully
2005-09-15Move changelog target to update-changelog so that dist won't automaticallyBrendan Cully
2005-08-11Fix Makefile.am.Thomas Roessler
2005-08-02Remove mutt_ssl_nss.c from POTFILES.in. Also hack the makefiles toBrendan Cully
2005-08-01Install system muttrc from the build directory, not the source directory.Brendan Cully
2005-03-22Use install-exec-hook install of install-exec-local.Horst Schirmeier
2005-03-16Various cygwin portability fixesBrendan Cully
2005-02-13Include crypt-gpgme.h with the distribution.Thomas Roessler
2005-02-12Require at least automake 1.6Brendan Cully
2005-02-12automatic post-release commit for mutt-1.5.8mutt-1-5-8-relThomas Roessler
2005-02-04Add smime_keys to EXTRA_SCRIPTS (for make dist).Brendan Cully
2005-02-04http://bugs.guug.de/db/17/1769.htmlTAKAHASHI Tamotsu
2005-01-28gpgme integration. See documentation for $crypt_use_gpgme,Werner Koch