* Michael Elkins <[EMAIL PROTECTED]> [2002-04-05 17:38]:
> Sven Guckes wrote:
> >   ## Trivia:  mutt-1.2.5  has some 208 options.
> >   ##          mutt-1.3.27 now has  249 options.
> >   ##          mutt-1.3.28     has  249 options, too.
> >   ## Check with "grep DT_ init.h| grep -v define | sort |less"

> This is not entirely accurrate unless you "grep -v DT_SYN"
> because there are some synonyms to keep compatibilty with the
> shorter names that used to exist for some of those variables.
> By my count there are 11 synonyms in mutt 1.3.28.

good point!  i have added a note on that.
here's an easy way to find the synonyms.
it basically greps them from the init.h
and uses sed to extract the var names:

  $ grep DT_SYN, init.h | sed -e 's/.*"\(.*\)",.*/\1/'
  edit_headers
  forward_decode
  forward_format
  forward_quote
  index_format
  indent_string
  mime_forward
  message_format
  forward_decrypt
  post_indent_string
  print_command

yup - eleven.

Sven

-- 
i *love* greps - especially
the green ones without seeds.

Reply via email to