NeoMutt
2024-10-02-37-gfa9146
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
30
bool
is_from
(
const
char
*s,
char
*path,
size_t
pathlen, time_t *tp);
31
32
#endif
/* MUTT_EMAIL_FROM_H */
is_from
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