#3845: man muttrc, Muttrc.dist: default mbox type tt_mbox
-------------------------+----------------------
  Reporter:  blacktrash  |      Owner:  mutt-dev
      Type:  defect      |     Status:  new
  Priority:  minor       |  Milestone:
 Component:  doc         |    Version:  1.6.1
Resolution:              |   Keywords:
-------------------------+----------------------

Comment (by damien.riegel@…):

 {{{
 This seems to be caused by doc/makedoc.c:509

   strncpy (t, s + 2, l);

 It used to skip "M_" just fine, but now that is MUTT_, we get 3 extra
 chars. s/2/5 should fix it.
 }}}

--
Ticket URL: <https://dev.mutt.org/trac/ticket/3845#comment:1>
Mutt <http://www.mutt.org/>
The Mutt mail user agent

Reply via email to