From e2826ae894d12e69674d1b624e87c05e6bbb2afd Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Tue, 9 Oct 2001 14:34:18 +0000 Subject: [PATCH] 0.4.15pre1 --- ChangeLog | 2 +- database.c | 2 +- list.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8f0df40..c78b6d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ 0.4.15 - - new options --add-email and --add-email-force + - new options --add-email and --add-email-quiet - proper mutt alias import filter - mail.vim update in contrib directory diff --git a/database.c b/database.c index 17aaf2f..973c0a5 100644 --- a/database.c +++ b/database.c @@ -231,7 +231,7 @@ close_database() #define _MAX_FIELD_LEN(X) (X == EMAIL ? MAX_EMAILSTR_LEN:MAX_FIELD_LEN) -inline static void +static void validate_item(list_item item) { int i; diff --git a/list.c b/list.c index 29ba972..b3e12de 100644 --- a/list.c +++ b/list.c @@ -291,13 +291,13 @@ invert_selection() selected[i] = !selected[i]; } -inline int +int list_current_item() { return curitem; } -inline int +int list_is_empty() { return items < 1; -- 2.39.2