#include /* vi: wm=0: */ void mutt_print_patchlist (void) { /* * If you add a patch, include a line identifying it within this * section. It should include the type of patch (Feature, Bugfix, or * Merge), the name of the patch, the version of mutt to which the * patch should be applied, the version of the patch itself, and your * name. This line should be a printf, terminated by a single \n, and * should fit in one line of code. It should be inserted after all * other patch-ID lines. It should be preceded by three blank lines, * and followed by three blank lines and the DO NOT MODIFY AFTER... line. */ /* DO NOT MODIFY BEFORE THIS LINE */ printf(" Patches I have applied (I find this non-standard list helpful)\n\n"); printf(" Feature patch: patch-1.3.99.rr.compressed.1 (dtg)\n"); printf(" Feature patch: patch-0.00.sec.patchlist.8.1.dtg (dtg)\n"); printf(" Feature patch: %_ 0.94.12 by O'Shaughnessy Evans\n"); printf(" Feature patch: reverse-reply 0.95.4 by Stefan `Sec` Zehl\n"); printf(" Feature patch: pgp_shorten 1.3.27 by Stefan `Sec` Zehl\n"); printf(" Feature patch: patch-1.3.25i.devl.narrow_tree.1 (dtg)\n"); printf(" Feature patch: patch-1.3.23.bj.hash_destroy.1 (dtg)\n"); printf(" Feature patch: patch-1.3.23.bj.hash_destroy.1.1 (dtg)\n"); printf(" Feature patch: patch-1.3.23.bj.noquote_hdr_term.1 (dtg)\n"); printf(" Feature patch: patch-1.3.24.bj.status-time.1.dtg (dtg)\n"); printf(" Feature patch: patch-1.3.23.bj.current_shortcut.1.dtg (dtg)\n"); printf(" Feature patch: patch-1.3.28.dgc.unbind.1.dtg (dtg)\n"); printf(" Feature patch: patch-1.3.28.dgc.isalias.1 (dtg)\n"); printf(" Feature patch: patch-1.3.28.dgc.attach.5.dtg (dtg)\n"); printf(" Feature patch: patch-1.3.28.dgc.xlabel_ext.5.dtg (dtg)\n"); printf(" Feature patch: patch-1.3.28.dgc.deepif.1 (dtg)\n"); printf(" Feature patch: patch-1.3.28.dgc.markmsg.2 (dtg)\n"); printf(" Feature patch: patch-1.3.28.dgc.fmtpipe.1 (dtg)\n"); printf(" Feature patch: patch-1.2.mha.resend-fcc.1.dtg (dtg)\n"); printf("\n"); /* DO NOT MODIFY AFTER THIS LINE */ }