[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: In the RMAIL-summary columns for author in EMACS how do you expand t
From: |
Eli Zaretskii |
Subject: |
Re: In the RMAIL-summary columns for author in EMACS how do you expand the columns for author? |
Date: |
Tue, 11 Sep 2007 23:00:23 +0300 |
> From: Don Saklad <dsaklad@nestle.csail.mit.edu>
> Date: 11 Sep 2007 14:05:45 -0400
>
> In the RMAIL-summary columns for author in EMACS how do you expand,
> lengthen, adjust the RMAIL-summary columns for authors?
You don't, not without hacking the sources, anyway. See the function
rmail-make-basic-summary-line (in rmailsum.el) where all these column
widths are hard-coded. Also note that various other parts of
rmailsum.el, such as rmail-summary-font-lock-keywords, know about the
precise formatting and will probably break if you modify the format
without adjusting those other features as well.
Sorry.