summaryrefslogtreecommitdiff
path: root/libmu_sieve/sieve-priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmu_sieve/sieve-priv.h')
-rw-r--r--libmu_sieve/sieve-priv.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libmu_sieve/sieve-priv.h b/libmu_sieve/sieve-priv.h
index 83f6f17c7..fa95e8e77 100644
--- a/libmu_sieve/sieve-priv.h
+++ b/libmu_sieve/sieve-priv.h
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999-2019 Free Software Foundation, Inc.
+ Copyright (C) 1999-2024 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -113,6 +113,9 @@ struct mu_sieve_machine
mu_message_t msg; /* Current message */
int action_count; /* Number of actions executed over this message */
+ /* Fileinto */
+ mu_assoc_t mailboxes;
+
/* Stream state info */
int state_flags;
int err_mode;

Return to:

Send suggestions and report system problems to the System administrator.