summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-09-27 16:11:24 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-09-27 16:11:24 +0000
commit33bc00aca657a53a633eea2f069b153ed12e1aa4 (patch)
tree0bd5db4d5d017f86469099c4a3466bd6b7b7ff60
parent92707ffc5f3dcca5c9eb23fd90a7096650defc93 (diff)
downloadmailutils-33bc00aca657a53a633eea2f069b153ed12e1aa4.tar.gz
mailutils-33bc00aca657a53a633eea2f069b153ed12e1aa4.tar.bz2
(struct mail_env_entry): New member v.bool
-rw-r--r--mail/mail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail.h b/mail/mail.h
index ddc2e5eed..fc64b87c6 100644
--- a/mail/mail.h
+++ b/mail/mail.h
@@ -154,6 +154,7 @@ struct mail_env_entry
{
char *string;
int number;
+ int bool;
}
value;
};

Return to:

Send suggestions and report system problems to the System administrator.