fetchmail-friends
[Top] [All Lists]

Re: [fetchmail][PATCH] 5.9.10 general fixes

2002-03-22 05:46:09
On Thu, 21 Mar 2002, Henrique de Moraes Holschuh wrote:
+/*                   else if (msgsizes[num-1] == 512)
+                             msgcodes[num-1] = MSGLEN_OLD;  (hmh) sample 
code to skip message */

err... ignore this bit please :-)   I use it to avoid a stupid bug in my
provider's pop3 daemon.

-                     if (outlevel > O_SILENT)
+                     if (outlevel > O_NORMAL)
                          report(stdout, GT_("%s key fingerprint: %s\n"), 
_server_label, text);
                      if (_check_digest != NULL) {
                              if (strcmp(text, _check_digest) == 0) {
-                                 if (outlevel > O_SILENT)
+                                 if (outlevel > O_NORMAL)
                                      report(stdout, GT_("%s fingerprints 
match.\n"), _server_label);
                              } else {
                                  if (outlevel > O_SILENT)

Forgot to credit this one. It properly shuts fetchmail up in normal mode
about usual, expected, non-error and therefore utterly useless and annoying
debug output.   Unfortunately, I lost the records of the origin of this
patch, I don't think it was mine.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


<Prev in Thread] Current Thread [Next in Thread>