diff options
author | Werner Koch <[email protected]> | 2005-08-05 14:46:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-08-05 14:46:59 +0000 |
commit | 2ce542ad523910effbf5418e3c21550b4038924d (patch) | |
tree | 0dab523a7b3d1525a995315f732a1522e2b9a622 /g10/main.h | |
parent | * gpg-zip.in: Add --decrypt functionality. Fix quoting so filenames (diff) | |
download | gnupg-2ce542ad523910effbf5418e3c21550b4038924d.tar.gz gnupg-2ce542ad523910effbf5418e3c21550b4038924d.zip |
auto retrieve keys from PKA. Thsi allows to specify an email address
so that gpg can get the key from DNS. This helps with opportunistic
encryption. No integration with the trust modell yet.
Diffstat (limited to '')
-rw-r--r-- | g10/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index 787b58add..d3c8083dc 100644 --- a/g10/main.h +++ b/g10/main.h @@ -126,6 +126,7 @@ int parse_options(char *str,unsigned int *options, struct parse_options *opts,int noisy); char *unescape_percent_string (const unsigned char *s); int has_invalid_email_chars (const char *s); +int is_valid_mailbox (const char *name); char *default_homedir (void); const char *get_libexecdir (void); |