From: Sunil S. <sh...@bo...> - 2005-11-17 13:28:30
|
Quoting from Matthias Andree's mail on Thu, Nov 17, 2005: > Gregor Zattler <te...@un...> writes: > > > [please Cc: me, i'm not subscribed to this list] > > > > Hi, > > > > this is a feature wish i posted as a debian bug report but > > nothing happend. Now I read (http://lwn.net/Articles/89403/) > > there are plans to revive the development of fetchmail and so I > > post this here... > > Unless someone posts a patch do this, suitably to apply against the SVN > repository at <https://decoy.wox.org/svn/fetchmail/trunk/>, this is not > going to make fetchmail 6.3.0. =================================================================================== Index: fetchmail/driver.c =================================================================== --- fetchmail/driver.c (revision 4449) +++ fetchmail/driver.c (working copy) @@ -338,12 +338,12 @@ stuff_warning(NULL, ctl, "%s", ""); if (ctl->limitflush) stuff_warning(NULL, ctl, - GT_("The following oversized messages were deleted on the mail server %s:"), - ctl->server.pollname); + GT_("The following oversized messages were deleted on server %s account %s:"), + ctl->server.pollname, ctl->remotename); else stuff_warning(NULL, ctl, - GT_("The following oversized messages remain on the mail server %s:"), - ctl->server.pollname); + GT_("The following oversized messages remain on server %s account %s:"), + ctl->server.pollname, ctl->remotename); stuff_warning(NULL, ctl, "%s", ""); =================================================================================== -- Sunil Shetye. |