Re: difference between hdr_format and index_format

2001-10-04 Thread Benjamin Michotte
On Wed, Oct 03, 2001 at 03:42:46PM, Shawn D. McPeek wrote: > > { "hdr_format", DT_SYN, R_NONE, UL "index_format", 0 }, > > The DT_SYN meens hdr_format is the same as index_format. Here are some > other examples of DT_SYNs: > > edit_hdrs and edit_headers > forw_decode and forwa

Re: difference between hdr_format and index_format

2001-10-03 Thread Shawn D. McPeek
Previously, Benjamin Michotte wrote: % hi, % % if I look in the mutt manual, I can find the definition of index_format % but not hdr_format. % % They seems to do the same but what's the difference between them ? >From init.h: { "hdr_format", DT_SYN, R_NONE, UL "index_format", 0 }, Th

Re: difference between hdr_format and index_format

2001-10-03 Thread David Champion
On 2001.10.03, in <[EMAIL PROTECTED]>, "Benjamin Michotte" <[EMAIL PROTECTED]> wrote: > hi, > > if I look in the mutt manual, I can find the definition of index_format > but not hdr_format. > > They seems to do the same but what's the difference between them ? They're synonymous. From i