From 09d4922d3740eb0ad2e42e02ca5d57f03b263eab Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 21 Nov 2010 19:34:59 +0000 Subject: Be clearer about password settings being intentionally hidden (and not really empty). Bug #657 and confusing BitlBee users since probably 2002. --- set.h | 1 + 1 file changed, 1 insertion(+) (limited to 'set.h') diff --git a/set.h b/set.h index 2a8400dd..8f3028c4 100644 --- a/set.h +++ b/set.h @@ -47,6 +47,7 @@ typedef enum SET_NOSAVE = 0x0001, SET_NULL_OK = 0x0100, SET_HIDDEN = 0x0200, + SET_PASSWORD = 0x0400, } set_flags_t; typedef struct set -- cgit v1.2.3