From f287ff471c7e08c3e94ad915540468f1b480c55d Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 20 May 2014 22:01:15 +0200 Subject: Do not translate header tags such as "Subject:". MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by Gonzalo Pérez de Olaguer Córdoba, Debian Bug#744907. --- fetchmail.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 466ed86b..f3e45144 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -593,8 +593,11 @@ void release_sink(struct query *); int close_sink(struct query *, struct msgblk *, flag); int open_warning_by_mail(struct query *); #if defined(HAVE_STDARG_H) -void stuff_warning(const char *, struct query *, const char *, ... ) - __attribute__ ((format (printf, 3, 4))) +void stuff_warning(const char *, + struct query *, + const char *pfx, + const char *fmt, ...) + __attribute__ ((format (printf, 4, 5))) ; #else void stuff_warning(); -- cgit v1.2.3