* Baurjan Ismagulov <[EMAIL PROTECTED]> [2002-08-28 10:22]:
> I can see the full address in index mode using "@".
> Can I see the full subject?

no - there is no extra command like display-subject for this.
besides, adding another command command for each possible
header line does not sound like a good idea, either.

but here are two workarounds:

extract the Subject line with "grep":
  macro index S "<pipe-message>grep -i '^subject:'\n"

change the display of the folder index:
  macro index S ":set index_format="%3C %{%b %d} %s"

changing back to the previous layout (read: $index_format)
would obviously be simpler if mutt had an internal language
which allows to save the current value in some variable, but..

Sven

Reply via email to