#define EXECSHELL "/bin/sh"
/* For mutt_simple_format() justifications */
-/* Making left 0 and center -1 is of course completely nonsensical, but
- * it retains compatibility for any patches that call mutt_simple_format.
- * Once patches are updated to use FMT_*, these can be made sane. */
-#define FMT_LEFT 0
+#define FMT_LEFT -1
+#define FMT_CENTER 0
#define FMT_RIGHT 1
-#define FMT_CENTER -1
/* Exit values used in send_msg() */
#define S_ERR 127