summaryrefslogtreecommitdiff
path: root/mail/mailcrypt
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests.agc1-1/+2
2004-03-07Remove info files entries from PLIST.seb1-4/+1
2003-08-11Update to version 3.5.8.seb4-30/+11
Suggested by Greg Troxel <gdt at ir dot bbn dot com> in private mail. Changes summary since 3.5.6 below. Noteworthy changes in Mailcrypt version 3.5.8: * mc-remail.el updated to support modern remailers (as defined by MixMaster version 2.9b33, on sourceforge). Closes most of SF#583330. ** the 'Subject:' header is now put in the ## section instead of the :: section, so remailers should copy them into the final message. ** Use Anon-To: instead of Request-Remailing-To * fixed mc-gpg.el to cache passphrases by keyid instead of name; this will help users who have multiple secret keys with the same name but different passphrases. Closes Debian #161691. * less noteworthy changes: ** added copy of GPL, since mailcrypt is distributed separately from Emacs ** Added unit test for anonymous remailer support. Encrypting through a basic remailer chain can now be verified, if you have python and py-gnupg installed. ** docs: updated 'finger' addresses for remailer lists again, since they keep moving Noteworthy changes in Mailcrypt version 3.5.7: * Integration with the Mew mail client: added hooks to use in Mew summary, draft, and message buffers. Note that Mew handles PGP-MIME (RFC3156, "multipart/encrypted") messages by itself; this is just for traditional armored "in-line" encryption. * Gnus updates, now usable in summary buffer * Less noteworthy changes: ** Added a unit test framework. GnuPG decryption now has test coverage. ** GnuPG updates ** MH fix to handle latest versions of mh-e that use read-only message buffers ** Don't use hardwired /tmp directory, might fix some problems on NT.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-31Convert to USE_NEW_TEXINFO.seb5-8/+35
Patch .texi file to add Info directory entry.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-09Use emacs.mk and only accept GNU emacsenseb4-20/+37
(a mailcrypt avatar for xemacs is in the xemacs-packages package).
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-5/+5
2002-08-15Remove (partly obsolete) homepage URLs from DESCR.wiz1-5/+0
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-23BUILD_DEPENDS has the same syntax as DEPENDS. Fix one instance of old syntax.wiz1-2/+2
2001-07-22Mailcrypt is an Emacs Lisp package which provides a simple interfacesommerfeld4-0/+63
to public key cryptography with PGP and GnuPG. Mailcrypt makes strong cryptography a fully integrated part of your normal mail and news handling environment, and is an important part of a balanced breakfast.