* complete copyright information.
*/
-#include <h/mh.h>
-#include <h/fmt_scan.h>
-#include <h/fmt_compile.h>
-#include <h/signals.h>
+#include "h/mh.h"
+#include "sbr/arglist.h"
+#include "sbr/error.h"
+#include "h/fmt_scan.h"
+#include "h/fmt_compile.h"
+#include "h/signals.h"
#include <setjmp.h>
#include <fcntl.h>
-#include <h/mime.h>
-#include <h/tws.h>
-#include <h/utils.h>
-#include <h/mts.h>
+#include "h/mime.h"
+#include "h/tws.h"
+#include "h/utils.h"
+#include "h/mts.h"
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#include <time.h>
#ifdef OAUTH_SUPPORT
-#include <h/oauth.h>
+#include "h/oauth.h"
#endif
#include "h/done.h"
#include "sbr/m_maildir.h"
}
-static
-void
+static void
handle_sendfrom(char **vec, int *vecp, char *draft, const char *auth_svc)
{
const char *addr, *host;
/*
* Extract user and domain from From: header line in draft.
*/
-static
-int
+static int
get_from_header_info(const char *filename, const char **addr, const char **host, const char **message)
{
struct stat st;
* Get formatted information from header of a message.
* Adapted from process_single_file() in uip/fmttest.c.
*/
-static
-const char *
+static const char *
get_message_header_info(FILE *in, char *format)
{
int dat[5];
* If no -server passed in from profile or commandline, could use smtp.<svc>.com for gmail,
* but that might not generalize for other svcs.
*/
-static
-void
+static void
merge_profile_entry(const char *addr, const char *host, char *vec[], int *vecp)
{
char *addr_entry = concat("sendfrom-", addr, NULL);