* NTLM authentication support with the ntlm library, in Unix systems.
[alpine.git] / pith / init.h
blobd12c7d1ee40afb5f6e5e253d386563017f9c3dae
1 /*
2 * $Id: init.h 900 2008-01-05 01:13:26Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2013-2017 Eduardo Chappa
6 * Copyright 2006-2008 University of Washington
8 * Licensed under the Apache License, Version 2.0 (the "License");
9 * you may not use this file except in compliance with the License.
10 * You may obtain a copy of the License at
12 * http://www.apache.org/licenses/LICENSE-2.0
14 * ========================================================================
17 #ifndef PITH_INIT_INCLUDED
18 #define PITH_INIT_INCLUDED
20 #include "../pith/state.h"
21 #include "../pith/conftype.h"
22 #include "../pith/context.h"
25 #define ALPINE_VERSION PACKAGE_VERSION
27 #define LEGAL_NOTICE \
28 "For Copyright information press \"?\""
30 /* exported protoypes */
31 int init_username(struct pine *);
32 int init_userdir(struct pine *);
33 int init_hostname(struct pine *);
34 void init_save_defaults(void);
35 int check_prune_time(time_t *, struct tm **);
36 int prune_move_folder(char *, char *, CONTEXT_S *);
37 int first_run_of_month(void);
38 int first_run_of_year(void);
39 struct sm_folder *get_mail_list(CONTEXT_S *, char *);
42 #endif /* PITH_INIT_INCLUDED */