Merge branch 'ical'
[alpine.git] / alpine / newmail.h
blob5d7061abe1224ccafa398f6d8b93b02945ae2aff
1 /*
2 * $Id: newmail.h 1266 2009-07-14 18:39:12Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2013-2017 Eduardo Chappa
6 * Copyright 2009 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 ALPINE_NEWMAIL_INCLUDED
18 #define ALPINE_NEWMAIL_INCLUDED
20 /* exported protoypes */
21 void newmail_status_message(MAILSTREAM *, long, long);
23 #endif /* ALPINE_NEWMAIL_INCLUDED */