summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2005-08-27 11:37:43 +0000
committerWojciech Polak <polak@gnu.org>2005-08-27 11:37:43 +0000
commit755146b443774be9fdff992ede4cb921762b9649 (patch)
treed92ea93eaf520c557231e7dca1d9051eac00d5be /sieve
parent6178304b1670d7288d8a37b9165bda5cbc44c180 (diff)
downloadmailutils-755146b443774be9fdff992ede4cb921762b9649.tar.gz
mailutils-755146b443774be9fdff992ede4cb921762b9649.tar.bz2
Normalize global namespace. Part 2
Diffstat (limited to 'sieve')
-rw-r--r--sieve/sieve.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/sieve/sieve.c b/sieve/sieve.c
index da1142d12..42ad6269d 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -292,3 +292,3 @@ static void
stdout_action_log (void *unused,
- const mu_sieve_locus_t *locus, size_t msgno, message_t msg,
+ const mu_sieve_locus_t *locus, size_t msgno, mu_message_t msg,
const char *action, const char *fmt, va_list ap)
@@ -297,3 +297,3 @@ stdout_action_log (void *unused,
- message_get_uid (msg, &uid);
+ mu_message_get_uid (msg, &uid);
@@ -316,3 +316,3 @@ static void
syslog_action_log (void *unused,
- const mu_sieve_locus_t *locus, size_t msgno, message_t msg,
+ const mu_sieve_locus_t *locus, size_t msgno, mu_message_t msg,
const char *action, const char *fmt, va_list ap)
@@ -322,3 +322,3 @@ syslog_action_log (void *unused,
- message_get_uid (msg, &uid);
+ mu_message_get_uid (msg, &uid);
@@ -347,6 +347,6 @@ main (int argc, char *argv[])
mu_sieve_machine_t mach;
- wicket_t wicket = 0;
- ticket_t ticket = 0;
+ mu_wicket_t wicket = 0;
+ mu_ticket_t ticket = 0;
mu_debug_t debug = 0;
- mailbox_t mbox = 0;
+ mu_mailbox_t mbox = 0;
int rc;
@@ -473,4 +473,4 @@ main (int argc, char *argv[])
{
- folder_t folder = NULL;
- authority_t auth = NULL;
+ mu_folder_t folder = NULL;
+ mu_authority_t auth = NULL;

Return to:

Send suggestions and report system problems to the System administrator.