Skip to content
Snippets Groups Projects
Commit 37d3d1e4 authored by Stephan Bosch's avatar Stephan Bosch Committed by Timo Sirainen
Browse files

lib-sieve: storage: file: Move SIEVE_FILE_DEFAULT_ACTIVE_PATH to sieve-file-storage-settings.h

parent a220c81a
No related branches found
No related tags found
No related merge requests found
......@@ -16,4 +16,5 @@ libsieve_storage_file_la_SOURCES = \
sieve-file-storage.c
noinst_HEADERS = \
sieve-file-storage-settings.h \
sieve-file-storage.h
#ifndef SIEVE_FILE_STORAGE_SETTINGS_H
#define SIEVE_FILE_STORAGE_SETTINGS_H
#define SIEVE_FILE_DEFAULT_ACTIVE_PATH "~/.dovecot."SIEVE_SCRIPT_FILEEXT
#endif
......@@ -8,13 +8,13 @@
#include "sieve-script-private.h"
#include "sieve-storage-private.h"
#include "sieve-file-storage-settings.h"
#include <sys/types.h>
#include <sys/stat.h>
#define SIEVE_FILE_READ_BLOCK_SIZE (1024*8)
#define SIEVE_FILE_DEFAULT_ACTIVE_PATH "~/.dovecot."SIEVE_SCRIPT_FILEEXT
/* How often to scan tmp/ directory for old files (based on dir's atime) */
#define SIEVE_FILE_STORAGE_TMP_SCAN_SECS (8*60*60)
/* Delete files having ctime older than this from tmp/. 36h is standard. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.