Re: Mh_Init called too soon?
"Andy Bradford" <[email protected]> 30 Sep 2010 23:48:18 -0600
| Newsgroups | gmane.mail.exmh.devel |
|---|---|
| Message-ID | <[email protected]> |
Thus said "Andy Bradford" on 30 Sep 2010 23:09:25 MDT: > Additionally, maybe Mh_ReplyAllSetup should be searching for > replgroupcomps instead of replcomps in mh.tcl? Ok, so I applied my own patch and surprisingly, it didn't have any effect; or rather, my mh.patch loaded, but *it* had no effect. Mh_ReplyAllSetup is never called anywhere! It looks like all the Reply vs ReplyAll is handled in msg.tcl. I do notice, however, that if Msg_Reply is called with no arguments, that it sets args to Mh_ReplySetup. Are Mh_ReplySetup and Mh_ReplyAllSetup not supposed to be used anymore? Andy