NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
from.h
Go to the documentation of this file.
1
23#ifndef MUTT_EMAIL_FROM_H
24#define MUTT_EMAIL_FROM_H
25
26#include <stdbool.h>
27#include <stdio.h>
28#include <time.h>
29
30bool is_from(const char *s, char *path, size_t pathlen, time_t *tp);
31
32#endif /* MUTT_EMAIL_FROM_H */
bool is_from(const char *s, char *path, size_t pathlen, time_t *tp)
Is a string a 'From' header line?
Definition: from.c:49