summaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Collapse)Author
2007-04-29contrib/smime.rc: $smime_verify_opaque_command fallback to -noverifyAlain Bench
to get signed text despite a failed -verify (but send only this first failure notice to stderr). smime.c: fflush() before rewind(). Closes #2428. Helps Debian Bug 420014
2007-03-15Remove absolute paths.Christoph Berg
2007-03-15Remove .cvsignoresBrendan Cully
2007-03-14Add demo mutt_xtitle scriptBrendan Cully
2006-11-23Remove a display_filter that's locale dependent.Thomas Roessler
2006-10-30Add the usual %?p? condition around the --passphrase-fd option in 3Alain Bench
commented-out examples of gpg-2comp usage. Also match gpgv in a good_sign pattern commented-out example.
2006-08-11Update example -- it's amazing how little I've actually changedThomas Roessler
over the past couple of years.
2006-07-20Clean up a number of examples in the documentation.Alain Bench
2006-07-18Long-overdue build system overhaul.Matthias Andree
2006-01-26Set datarootdir.Ralf Wildenhues
2005-09-20Update locations of gpg-2comp, Gero Treuner.Gero Treuner
2005-09-03One should let GnuPG charset be automatically infered from whateverAlain Bench
current locale, without hardcoding.
2005-08-02Be more selective about what to remove during uninstall. (closes #1625)Brendan Cully
2005-01-27Changes the sample.muttrc highlight to catch https URLs as well.Bill Nottingham
2005-01-27Make the default Muttrc work out the box for people using gnupg-agent.Marco d'Itri
Wrote and applied a one-line patch to make the %?p? conditional escape work correctly, patch forwarded upstream. (Closes: #277646)
2005-01-27Evaluate gpg's machine-parseable status messages.Marco d'Itri
2005-01-27A gpg command line contains both --verbose and --no-verbose, removeMarco d'Itri
the first.
2003-04-02sample.muttrc-tlr would try to include my color configurations,Thomas Roessler
which weren't distrubted. Fix that. (Bug noted while helping someone else to configure mutt during a conference.)
2003-04-02Fix sample.muttrc.Thomas Roessler
2003-03-03Introduce a new option named $bounce, and fix some inconsistenciesThomas Roessler
in the messages created when bouncing. Based on work done by Thomas Glanzmann <sithglan@stud.uni-erlangen.de>.
2002-10-22#1357Michael Elkins
2002-03-26More inline PGP changes.Thomas Roessler
2002-03-25Include a test script by Mike Schiraldi. It's perl > the one I haveThomas Roessler
installed, so I'm just putting it into contrib for now.
2002-03-02Introduce smime_default_key. From Oliver Ehli.Thomas Roessler
2002-03-02smime.c:Thomas Roessler
- the getkeys() function was broken and deleted the last char of the certfilename - it now lets me use more than one key for the same mailbox ie select these. - some display output was garbled when the email didn't match. i posted some fix to mutt-users, but i don't like that sleep() so i dropped the first error message, which basically repeated the from/sender field only. so now there's just the message: they don't match. smime_keys: - i modified the add_chain to continue even if no roo-cert is present (david collantes received som chain that got exported from outlook. obiously they don't (always ?) include the root cert) it will now abort if neither root nor intermediate certs are present. - add_cert created index entries with '-' as issuer cert, when it should have been '?'. thus verify would fail. (obviously nobody ever used that command (add_cert, that is) :) the feature above obsoletes the hash_cert and fingerprint_cert commands, adds import_cert command and ask_cert_label bool. i modified the output of smime_keys (a little) so it doesn't look too garbled when supplying the label (it is actually interactive :) furthermore, i do a verify after the cert was added and modified the verify routine to make the cerificate trusted in case of success. (we discussed this in another message) that is ok so far, but perhaps this requires some better root certificate handling, ie the trust should be somehow connected to the root certificate, that maybe added (if the user trusts it and its not present already) to the ca-file. i'll think about that some more ... but then, there already is the add_root command. hmmm... (btw, you'll now never get asked to trust a certificate) i have not yet deleted the email handling from the import key stuff (in smime.c/crypt.c), for i'm thinking about smime_keys using it as an additional arg. otoh i don't think users would press ^k if verification failed...hmmm... but still, smime_keys does extract the email from the certificate either way and does verify it by itself, so the only thing that would happen is to have some invalid certificates, that mutt'll refuse to use anyways, left in the database.... (From Oliver Ehli.)
2002-02-05S/MIME fixes from Oliver Ehli:Thomas Roessler
- smime_keys.pl: support for multiple email adrresses in cert: will add one entry to {keys, cetrificates}/.index now (for each mailbox) support for certificates without intermediate certs (e.g. for people who are their own CA: use root as intermediate, for it probably wouldn't be known to anyone...) bugfix in handle_pem: the checks if some type of cert is present; die() could never be reached, as the variables checked wouldn't have been set in that case, so it would break because of undefined value or some such thing.... (so it has to check $iter instead) - smime.c (init.h, ....) support for importing certificates issued for multiple addresses. introduced smime_fingerprint_cert_command, so finally certs can get compared ... (so the above works..) cleaned up some error messages, that would mess up the terminal. fixed typos (init.h)
2002-01-31Use mutt -Q from smime_keys.Thomas Roessler
2002-01-28Add a comment. From Mike Schiraldi.Thomas Roessler
2002-01-24S/MIME support. From Oliver Ehli <elmy@acm.org> and Mike SchiraldiThomas Roessler
<raldi@research.netsol.com>.
2001-12-11Remove an unnecessary \-quoting.Thomas Roessler
2001-12-11Use gettext to determine the good signature pattern.Thomas Roessler
2001-09-26Remove --comment '' - it breaks pgpewrap and isn't necessary withThomas Roessler
more recent gpg versions.
2001-08-30updateThomas Roessler
2001-08-02Don't emit a comment armor header at all.Thomas Roessler
2001-07-29Fix the comment header, and generally be less verbose.Thomas Roessler
2001-06-04Clean up the sharedir mess. From Lars Hecking.Thomas Roessler
2001-02-27automatic post-release commit for mutt-1.3.16mutt-1-3-16-relThomas Roessler
2001-02-14iconv-hook.Thomas Roessler
2001-01-25A nit from Björn Jacke <bjacke@suse.de>.Thomas Roessler
2000-11-23Use display_filter to fix some ugliness people are sending me.Thomas Roessler
2000-11-20Add a missing --textmode switch.Thomas Roessler
2000-11-19updateThomas Roessler
2000-07-21Fix #150. From Brendan Cully.Thomas Roessler
2000-06-26"make check" cosmetics.Thomas Roessler
2000-06-26update.Thomas Roessler
2000-05-28Modified version of Byrial Jensen's signature verification patch.Thomas Roessler
2000-05-23Change suggested by Sam Roberts <sroberts@uniserve.com> to make thisThomas Roessler
work on QNX.
2000-04-26Fix a little typo. Noted by Steve Brewer <limako@mediaone.net>.Thomas Roessler
2000-03-30Distribute pgp6.rc. Ups.Thomas Roessler
2000-03-30Installation process patch from Bill Nottingham <notting@redhat.com>.Thomas Roessler