summaryrefslogtreecommitdiff
path: root/alpine/reply.c
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/reply.c')
-rw-r--r--alpine/reply.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/alpine/reply.c b/alpine/reply.c
index 35331f4b..6ce5b8e6 100644
--- a/alpine/reply.c
+++ b/alpine/reply.c
@@ -1,11 +1,7 @@
-#if !defined(lint) && !defined(DOS)
-static char rcsid[] = "$Id: reply.c 1074 2008-06-04 00:08:43Z hubert@u.washington.edu $";
-#endif
-
/*
* ========================================================================
* Copyright 2006-2008 University of Washington
- * Copyright 2013-2021 Eduardo Chappa
+ * Copyright 2013-2022 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -101,7 +97,7 @@ reply(struct pine *pine_state, ACTION_S *role_arg)
{
ADDRESS *saved_from, *saved_to, *saved_cc, *saved_resent;
ADDRESS *us_in_to_and_cc, *ap;
- ENVELOPE *env, *outgoing;
+ ENVELOPE *env = NULL, *outgoing;
BODY *body, *orig_body = NULL;
REPLY_S reply;
void *msgtext = NULL;
@@ -1497,8 +1493,8 @@ forward(struct pine *ps, ACTION_S *role_arg)
{
char *sig;
int ret, forward_raw_body = 0, rv = 0, i;
- long msgno, j, totalmsgs, rflags;
- ENVELOPE *env, *outgoing;
+ long msgno = 0L, j, totalmsgs, rflags;
+ ENVELOPE *env = NULL, *outgoing;
BODY *orig_body, *body = NULL;
REPLY_S reply;
void *msgtext = NULL;