From c0221cbe360b83eac652d474c6c72a1eb3016268 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 24 Jun 2001 19:24:02 +0000 Subject: Implemented fetchdomains. svn path=/trunk/; revision=3373 --- design-notes.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'design-notes.html') diff --git a/design-notes.html b/design-notes.html index c6dd2cce..27b4ccf3 100644 --- a/design-notes.html +++ b/design-notes.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 2001/03/11 17:32:55 $ +$Date: 2001/06/24 19:23:57 $

Design Notes On Fetchmail

@@ -300,7 +300,7 @@ ABOUT_NLS in the source distribution). This places some minor constraints on the code.

Strings that must be subject to translation should be wrapped with _() -or N_() -- the former in functuib arguments, the latter in static +or N_() -- the former in function arguments, the latter in static initializers and other non-function-argument contexts.

Checklist for Adding Options

@@ -340,9 +340,6 @@ following minimum steps. two changes; one to the collected table of options, and one full text description of the option. -
  • Add the new token and a brief description to the header comment of - sample.rcfile. -
  • Hack fetchmailconf to configure it. Bump the fetchmailconf version.
  • Hack conf.c to dump the option so we won't have a version-skew problem. @@ -554,7 +551,7 @@ RFC2221 IMAP4 Login Referrals
    Back to Fetchmail Home Page To Site Map -$Date: 2001/03/11 17:32:55 $ +$Date: 2001/06/24 19:23:57 $

    Eric S. Raymond <esr@snark.thyrsus.com>
    -- cgit v1.2.3