Re: Wish list - more sentboxes
- From: Philip Rhoades <philr mail austasia net>
- To: Balsa list <balsa-list gnome org>
- Subject: Re: Wish list - more sentboxes
- Date: Fri, 26 Oct 2001 00:29:33 +0000
Peter,
Thanks for that but some stuff also needs to be a bit of work done on the
list items themselves - they are still showing the "From" name.
Thanks for the quick response!
Regards,
Phil.
> Message: 2
> Date: Thu, 25 Oct 2001 08:39:20 -0400
> From: Peter Bloomfield <PeterBloomfield@MindSpring.com>
> To: Balsa list <balsa-list@gnome.org>
> Subject: Re: Wish list - more sentboxes
>
>
> --=_6c2NcOVqGQ03X4
> Content-Type: text/plain; format=flowed; charset=ISO-8859-1
> Content-Transfer-Encoding: 8bit
>
> On 2001.10.25 18:11 Philip Rhoades wrote:
> > Hi all,
> >
> > Another wish list item:
> >
> > - Any mail file that starts with the string "sentbox" to be treated
> > the same as "sentbox" ie the display show "To" instead of "From" in
> > the table eg sentbox1999, sentbox2000 etc
> >
> > (I have just moved all my Eudora files over - back to 1996!).
> >
> > Thanks,
> >
> > Phil.
>
> Seems reasonable to me--patch attached.
>
> --=_6c2NcOVqGQ03X4
> Content-Type: text/x-patch; charset=us-ascii
> Content-Disposition: attachment; filename="temp.patch"
>
> diff -Nur --exclude=CVS --exclude=gtkhtml balsa-cvs/src/balsa-index.c
> balsa-temp/src/balsa-index.c
> --- balsa-cvs/src/balsa-index.c Wed Oct 24 07:56:05 2001
> +++ balsa-temp/src/balsa-index.c Thu Oct 25 08:34:03 2001
> @@ -639,6 +639,7 @@
> * rename "from" column to "to" for outgoing mail
> */
> if (mailbox == balsa_app.sentbox ||
> + !g_strncasecmp(mailbox->name, "sentbox", 7) ||
> mailbox == balsa_app.draftbox || mailbox == balsa_app.outbox) {
>
> gtk_clist_set_column_title(GTK_CLIST(bindex->ctree), 3,
> _("To"));
--
Philip Rhoades
Pricom Pty Limited (ACN 003 252 275)
GPO Box 3411
Sydney NSW 2001
Australia
Mobile: +61:0411-185-652
Fax: +61:2:8923-5363
E-mail: philr@mail.austasia.net
--
Philip Rhoades
Pricom Pty Limited (ACN 003 252 275)
GPO Box 3411
Sydney NSW 2001
Australia
Mobile: +61:0411-185-652
Fax: +61:2:8923-5363
E-mail: philr@mail.austasia.net
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]