summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-01-16 13:03:22 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-01-16 13:03:22 +0000
commit3c458b445875d642ca3ecf183bf8b17fe498922f (patch)
treedf3fcca2bbc05ab53963a6dbb137c1488c4bbab9 /mail
parent63f2edb60b9c04018f97403cdb6fcbae0218a0cc (diff)
downloadmailutils-3c458b445875d642ca3ecf183bf8b17fe498922f.tar.gz
mailutils-3c458b445875d642ca3ecf183bf8b17fe498922f.tar.bz2
(is_address_field): New prototype.
Diffstat (limited to 'mail')
-rw-r--r--mail/mail.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/mail.h b/mail/mail.h
index 93ba522e7..de67c0ba6 100644
--- a/mail/mail.h
+++ b/mail/mail.h
@@ -1,5 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2002, 2005,
+ 2006 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -370,6 +371,8 @@ void util_rfc2047_decode (char **value);
void util_mark_read (mu_message_t msg);
+int is_address_field (const char *name);
+
extern int ml_got_interrupt (void);
extern void ml_clear_interrupt (void);
extern void ml_readline_init (void);

Return to:

Send suggestions and report system problems to the System administrator.