{ '\0', auth_user, "auth_user" },
{ '\0', auth_username, "auth_username" },
{ '\0', auth_domain, "auth_domain" },
+ /* aliases: */
+ { '\0', net_ip2addr(&input->local_ip), "local_ip" },
+ { '\0', net_ip2addr(&input->remote_ip), "remote_ip" },
{ '\0', NULL, NULL }
};
struct var_expand_table *tab;
{ '\0', auth_username, "auth_username" },
{ '\0', auth_domain, "auth_domain" },
{ '\0', user->set->hostname, "hostname" },
+ /* aliases: */
+ { '\0', local_ip, "local_ip" },
+ { '\0', remote_ip, "remote_ip" },
/* NOTE: keep this synced with imap-hibernate's
imap_client_var_expand_table() */
{ '\0', NULL, NULL }