Walt Mankowski on 23 Dec 2004 17:29:17 -0000 |
On Wed, Dec 22, 2004 at 08:54:14PM -0500, eric@lucii.org wrote: > Hey mutt experts! I've got a question: > > I modified my index_format for the folder "sent" so I can see who I > sent the email to rather than who it's from (me.) > > This is what I did in my .muttrc file: > > folder-hook . set index_format='"%4C %Z %{%b %d} %-15.15L (%4l) %s"' > folder-hook sent set index_format='"%4C %Z %{%b %d} %-20.20t (%4l) %s"' > > Unfortunately, the %-20.20t format gives me the start of the "To:" line > which includes the "To: " part. Is there anyway to truncate the first > three or four characters of the "to" line? I believe you'd have to patch the source code, since as far as I can tell from a quick glance at hdrline.c, that "To " seems to be hardcoded. Walt Attachment:
signature.asc ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|