Commit 3c458b44 3c458b445875d642ca3ecf183bf8b17fe498922f by Sergey Poznyakoff

(is_address_field): New prototype.

1 parent 63f2edb6
1 /* GNU Mailutils -- a suite of utilities for electronic mail 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001, 2002, 2005,
3 2006 Free Software Foundation, Inc.
3 4
4 GNU Mailutils is free software; you can redistribute it and/or modify 5 GNU Mailutils is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
...@@ -370,6 +371,8 @@ void util_rfc2047_decode (char **value); ...@@ -370,6 +371,8 @@ void util_rfc2047_decode (char **value);
370 371
371 void util_mark_read (mu_message_t msg); 372 void util_mark_read (mu_message_t msg);
372 373
374 int is_address_field (const char *name);
375
373 extern int ml_got_interrupt (void); 376 extern int ml_got_interrupt (void);
374 extern void ml_clear_interrupt (void); 377 extern void ml_clear_interrupt (void);
375 extern void ml_readline_init (void); 378 extern void ml_readline_init (void);
......