View | Details | Raw Unified | Return to bug 34553
Collapse All | Expand All

(-)driver.c (-2 / +8 lines)
Lines 632-639 Link Here
632
	 * now.
632
	 * now.
633
	 */
633
	 */
634
634
635
	/* tell the UID code we've seen this */
635
	/*
636
	if (ctl->newsaved)
636
	 * Tell the UID code we've seen this.
637
	 * Matthias Andree: only register the UID if we could actually
638
	 * forward this mail. If we omit this !suppress_delete check,
639
	 * fetchmail will never retry mail that the local listener
640
	 * refused temporarily.
641
	 */
642
	if (ctl->newsaved && !suppress_delete)
637
	{
643
	{
638
	    struct idlist	*sdp;
644
	    struct idlist	*sdp;

Return to bug 34553