[229] in bug-owl
Re: feature request: display entire contents of zsig field.
daemon@ATHENA.MIT.EDU (Erik Nygren)
Sat Jul 12 12:31:53 2003
To: Ike <ike@mit.edu>
cc: bug-owl@mit.edu
In-reply-to: Your message of "Sat, 12 Jul 2003 00:04:41 EDT."
<Pine.LNX.4.33L.0307120000450.8159-100000@blueberry.mit.edu>
Date: Sat, 12 Jul 2003 12:31:52 -0400
From: Erik Nygren <nygren@MIT.EDU>
Message-Id: <E19bNHs-0000QI-00@gaia.bay13.org>
With the head version of owl in CVS, you can do:
pperl owl::getcurmsg()->zsig;
Or you can create a "zsig" command to do this with:
alias zsig pperl owl::getcurmsg()->zsig;
which will popup a window with the zsig of the current message. :)
Although I do agree that it would be nice if "i" didn't truncate
zsigs or other fields.
Erik