Home
last modified time | relevance | path

Searched refs:SVT_VOID (Results 1 – 17 of 17) sorted by relevance

/dports/mail/mailutils/mailutils-3.13/libmu_sieve/extensions/
H A Deditheader.c61 rc = (mu_sieve_get_tag (mach, "last", SVT_VOID, NULL) ? in sieve_addheader()
119 if (mu_sieve_get_tag (mach, "last", SVT_VOID, NULL)) in sieve_deleteheader()
165 { "last", SVT_VOID },
178 SVT_VOID
243 { "is", SVT_VOID },
244 { "contains", SVT_VOID },
245 { "matches", SVT_VOID },
246 { "regex", SVT_VOID },
255 { "last", SVT_VOID },
269 SVT_VOID
H A Dpipe.c104 if (mu_sieve_get_tag (mach, "envelope", SVT_VOID, NULL)) in sieve_pipe()
106 if (mu_sieve_get_tag (mach, "header", SVT_VOID, NULL)) in sieve_pipe()
108 if (mu_sieve_get_tag (mach, "body", SVT_VOID, NULL)) in sieve_pipe()
245 { "envelope", SVT_VOID },
246 { "body", SVT_VOID },
247 { "header", SVT_VOID },
271 SVT_VOID
H A Dtimestamp.c95 if (mu_sieve_get_tag (mach, "before", SVT_VOID, NULL)) in timestamp_test()
105 SVT_VOID
110 { "after", SVT_VOID },
111 { "before", SVT_VOID },
H A Dlist.c173 SVT_VOID
177 { "is", SVT_VOID },
178 { "contains", SVT_VOID },
179 { "matches", SVT_VOID },
180 { "regex", SVT_VOID },
H A Dvacation.c79 if (mu_sieve_get_tag (mach, "mime", SVT_VOID, NULL)) in build_mime()
614 if (mu_sieve_get_tag (mach, "file", SVT_VOID, NULL)) in vacation_reply()
629 if (mu_sieve_get_tag (mach, "rfc2822", SVT_VOID, NULL)) in vacation_reply()
805 if (mu_sieve_get_tag (mach, "always_reply", SVT_VOID, NULL)) in sieve_action_vacation()
847 {"mime", SVT_VOID},
848 {"file", SVT_VOID},
849 {"always_reply", SVT_VOID},
852 {"rfc2822", SVT_VOID},
864 SVT_VOID
H A Dmoderator.c327 if (!mu_sieve_get_tag (mach, "keep", SVT_VOID, NULL)) in moderator_action()
351 SVT_VOID
356 { "keep", SVT_VOID },
H A Dspamd.c522 SVT_VOID
/dports/mail/mailutils/mailutils-3.13/libmu_sieve/
H A Dtests.c296 { "domain", SVT_VOID },
297 { "all", SVT_VOID },
302 { "is", SVT_VOID },
304 { "matches", SVT_VOID },
305 { "regex", SVT_VOID },
313 { "over", SVT_VOID },
314 { "under", SVT_VOID },
319 { "mime", SVT_VOID },
343 SVT_VOID
353 SVT_VOID
[all …]
H A Dvariables.c126 { "lower", SVT_VOID },
127 { "upper", SVT_VOID },
128 { "lowerfirst", SVT_VOID },
129 { "upperfirst", SVT_VOID },
130 { "quotewildcard", SVT_VOID },
131 { "length", SVT_VOID },
314 SVT_VOID
361 SVT_VOID
H A Dprog.c135 static mu_sieve_data_type empty[] = { SVT_VOID }; in mu_i_sv_lint_command()
165 if (tag->argtype == SVT_VOID) in mu_i_sv_lint_command()
167 val->type = SVT_VOID; in mu_i_sv_lint_command()
235 if (*exp_arg == SVT_VOID) in mu_i_sv_lint_command()
276 if (!err && !opt_args && *exp_arg != SVT_VOID) in mu_i_sv_lint_command()
H A Denvironment.c49 SVT_VOID
H A Dutil.c143 case SVT_VOID: in mu_sieve_value_get()
233 case SVT_VOID: in mu_sieve_type_str()
H A Dactions.c513 SVT_VOID
H A Dsieve-gram.y476 if (val->type == SVT_VOID) in mu_i_sv_valf()
482 case SVT_VOID: in mu_i_sv_valf()
H A Dsieve-gram.c2162 if (val->type == SVT_VOID) in mu_i_sv_valf()
2168 case SVT_VOID: in mu_i_sv_valf()
/dports/mail/mailutils/mailutils-3.13/examples/
H A Dnumaddr.c101 if (mu_sieve_get_tag (mach, "under", SVT_VOID, NULL)) in numaddr_test()
113 SVT_VOID
118 { "over", SVT_VOID },
119 { "under", SVT_VOID },
/dports/mail/mailutils/mailutils-3.13/include/mailutils/
H A Dsieve.h61 SVT_VOID, enumerator