Searched defs:nuser (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/notify-status/
H A Dnotify-status-plugin.c92 struct notify_status_user *nuser = NOTIFY_STATUS_USER_CONTEXT(user); local
95 if (nuser == NULL)
99 if (array_count(&nuser->patterns) == 0)
102 array_foreach_modifiable(&nuser->patterns, glob) {
128 struct notify_status_user *nuser = NOTIFY_STATUS_USER_CONTEXT(user); local
129 i_assert(nuser != NULL);
177 if (var_expand(dest, nuser->value_template, values, &error)<0) {
179 nuser->value_template, error);
181 t = dict_transaction_begin(nuser->dict);
193 struct notify_status_user *nuser local
294 struct notify_status_user *nuser = NOTIFY_STATUS_USER_CONTEXT(user); local
306 struct notify_status_user *nuser; local
345 struct notify_status_user *nuser = NOTIFY_STATUS_USER_CONTEXT(user); local
[all...]

Completed in 12 milliseconds