alias.h browser.h remailer.h state.h \
mutt_idna.h mutt_libesmtp.c state.h
-EXTRA_DIST = config.rpath COPYRIGHT GPL OPS OPS.PGP OPS.CRYPT OPS.SMIME TODO \
+EXTRA_DIST = config.rpath COPYRIGHT GPL OPS OPS.MIX TODO \
configure account.h alias.h attach.h recvattach.h handler.h thread.h \
buffy.h charset.h compress.h copy.h dotlock.h functions.def gen_defs \
recvattach.h handler.h thread.h globals.h init.h keymap.h \
mime.h mutt.h mutt_sasl.h mbox.h mh.h mx.h pager.h protos.h \
- sort.h mime.types autogen.sh OPS.MIX remailer.c remailer.h browser.h state.h \
+ sort.h mime.types autogen.sh remailer.c remailer.h browser.h state.h \
lib.h extlib.c pgpewrap.c smime_keys.pl Madmuttrc.head Madmuttrc \
makedoc.c stamp-doc-rc README.SSL depcomp mutt_idna.h mutt_libesmtp.h
Makefile: $(BUILT_SOURCES)
-keymap_defs.h: $(OPS) $(srcdir)/gen_defs
- $(srcdir)/gen_defs $(OPS) > keymap_defs.h
+keymap_defs.h: $(OPS)
+ $(srcdir)/gen_defs $^ > keymap_defs.h
-keymap_alldefs.h: $(srcdir)/OPS $(srcdir)/OPS.PGP $(srcdir)/OPS.MIX $(srcdir)/OPS.CRYPT $(srcdir)/OPS.SMIME $(srcdir)/gen_defs
- $(srcdir)/gen_defs $(srcdir)/OPS $(srcdir)/OPS.PGP \
- $(srcdir)/OPS.MIX $(srcdir)/OPS.CRYPT $(srcdir)/OPS.SMIME \
- > keymap_alldefs.h
+keymap_alldefs.h: $(srcdir)/OPS $(srcdir)/OPS.MIX
+ $(srcdir)/gen_defs $^ > keymap_alldefs.h
version.h:
echo "#define MUTT_REVISION \"git\"" > version.h
OP_SIDEBAR_PREV "go to previous mailbox"
OP_SIDEBAR_PREV_NEW "go to previous mailbox with new mail"
OP_SIDEBAR_OPEN "open hilighted mailbox"
+OP_COMPOSE_ATTACH_KEY "attach a PGP public key"
+OP_COMPOSE_PGP_MENU "show PGP options"
+OP_MAIL_KEY "mail a PGP public key"
+OP_VERIFY_KEY "verify a PGP public key"
+OP_VIEW_ID "view the key's user id"
+OP_CHECK_TRADITIONAL "check for classic pgp"
+OP_COMPOSE_SMIME_MENU "show S/MIME options"
+OP_DECRYPT_SAVE "make decrypted copy and delete"
+OP_DECRYPT_COPY "make decrypted copy"
+OP_FORGET_PASSPHRASE "wipe passphrase(s) from memory"
+OP_EXTRACT_KEYS "extract supported public keys"
+++ /dev/null
-OP_DECRYPT_SAVE "make decrypted copy and delete"
-OP_DECRYPT_COPY "make decrypted copy"
-OP_FORGET_PASSPHRASE "wipe passphrase(s) from memory"
-OP_EXTRACT_KEYS "extract supported public keys"
+++ /dev/null
-OP_COMPOSE_ATTACH_KEY "attach a PGP public key"
-OP_COMPOSE_PGP_MENU "show PGP options"
-OP_MAIL_KEY "mail a PGP public key"
-OP_VERIFY_KEY "verify a PGP public key"
-OP_VIEW_ID "view the key's user id"
-OP_CHECK_TRADITIONAL "check for classic pgp"
+++ /dev/null
-OP_COMPOSE_SMIME_MENU "show S/MIME options"
AC_PATH_PROG(SENDMAIL, sendmail, /usr/sbin/sendmail, $PATH:$ac_aux_path_sendmail)
AC_DEFINE_UNQUOTED(SENDMAIL,"$ac_cv_path_SENDMAIL",[ Where to find sendmail on your system. ])
-OPS="\$(srcdir)/OPS \$(srcdir)/OPS.PGP \$(srcdir)/OPS.SMIME \$(srcdir)/OPS.CRYPT"
+OPS="\$(srcdir)/OPS"
dnl ---------------- gpgme ----------------