+2009-06-15 19:59 +0200 Rocco Rutte <pdmef@gmx.net> (b5ed5d96c775)
+
+ * init.c, lib.c, lib.h: Print timestamps in debug files. Closes #3263.
+
+2009-06-15 19:57 +0200 Rocco Rutte <pdmef@gmx.net> (76b1e3721c7e)
+
+ * ChangeLog, doc/manual.xml.head, doc/muttrc.man.head: bind: Clarify
+ function argument usage
+
2009-06-15 19:51 +0200 Rocco Rutte <pdmef@gmx.net> (6eadedb1f6c0)
* doc/manual.xml.head, init.h, url.c: Fixup URL parser
mutt_copy_hdr (s->fpin, s->fpout, off_start, b->parts->offset,
(((s->flags & M_WEED) || ((s->flags & (M_DISPLAY|M_PRINTING)) && option (OPTWEED))) ? (CH_WEED | CH_REORDER) : 0) |
(s->prefix ? CH_PREFIX : 0) | CH_DECODE | CH_FROM |
- (s->flags & M_DISPLAY) ? CH_DISPLAY : 0, s->prefix);
+ ((s->flags & M_DISPLAY) ? CH_DISPLAY : 0), s->prefix);
if (s->prefix)
state_puts (s->prefix, s);