From 99161b579ae2807f9f77aeb4cd73d02491fb1aff Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Fri, 27 Aug 1999 07:41:44 +0000 Subject: [PATCH] some notes on generic limiting. --- TODO | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/TODO b/TODO index 741d6fb1..b3bd8d3d 100644 --- a/TODO +++ b/TODO @@ -57,4 +57,19 @@ Problems are listed in approximate order of priority. - handle message/partial reconstruction +- make patterns generic (I have patches for this -tlr), and + introduce generic menu limiting, menu pattern searching, and the + like. + + Note: This still requires some thought, since we'd have to store + per-entry data in the menu structure. As an alternative, we could + extend the tag method to do something to more general flags. The + latter approach would make the implementation of propper + tag-prefix behaviour more simple: Functions should only be applied + when a message is tagged and visible. Additionally, we must not + access a menu's max field directly any more: Adding an entry to a + menu will require re-allocating and possibly updating the v2r + array. How do we handle "in-the-middle additions" properly? Do + they happen at all? + $Id$ -- 2.40.0