From a0d93172bf6a7a98add8296739ad12bb0054bece Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 26 Nov 2000 18:20:29 +0000 Subject: Ready to ship a gold version. svn path=/trunk/; revision=2987 --- design-notes.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'design-notes.html') diff --git a/design-notes.html b/design-notes.html index aa2e3960..11b17511 100644 --- a/design-notes.html +++ b/design-notes.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 2000/08/05 15:55:48 $ +$Date: 2000/11/26 18:20:27 $

Design Notes On Fetchmail

@@ -330,9 +330,11 @@ following minimum steps.
  • Add code to dump the option value in fetchmail.c:dump_params. -
  • Add proper FLAG_MERGE actions in fetchmail.c's - optmerge() function. (If it's a global option, add an override - at the end of load_params.) +
  • For a per-site or per-user option, add proper + FLAG_MERGE actions in fetchmail.c's optmerge() + function. For a global option, add an override at the end of + load_params; this will involve copying a "cmd_run." field to a + corresponding "run." field, see the existing code for models.
  • Document the option in fetchmail.man. This will require at least two changes; one to the collected table of options, and one full @@ -547,7 +549,7 @@ RFC2221 IMAP4 Login Referrals
    Back to Fetchmail Home Page To Site Map -$Date: 2000/08/05 15:55:48 $ +$Date: 2000/11/26 18:20:27 $

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