summaryrefslogtreecommitdiff
path: root/alpine
diff options
context:
space:
mode:
Diffstat (limited to 'alpine')
-rw-r--r--alpine/Makefile.am1
-rw-r--r--alpine/Makefile.in1
-rw-r--r--alpine/adrbkcmd.c2
-rw-r--r--alpine/adrbkcmd.h2
-rw-r--r--alpine/after.c2
-rw-r--r--alpine/after.h2
-rw-r--r--alpine/alpine.h1
-rw-r--r--alpine/arg.h1
-rw-r--r--alpine/colorconf.c2
-rw-r--r--alpine/colorconf.h2
-rw-r--r--alpine/context.h1
-rw-r--r--alpine/dispfilt.h1
-rw-r--r--alpine/folder.c2
-rw-r--r--alpine/folder.h1
-rw-r--r--alpine/headers.h1
-rw-r--r--alpine/help.c2
-rw-r--r--alpine/init.h1
-rw-r--r--alpine/kblock.c2
-rw-r--r--alpine/kblock.h1
-rw-r--r--alpine/keymenu.h2
-rw-r--r--alpine/ldapconf.c2
-rw-r--r--alpine/ldapconf.h2
-rw-r--r--alpine/listsel.c2
-rw-r--r--alpine/mailindx.c2
-rw-r--r--alpine/mailindx.h2
-rw-r--r--alpine/mailpart.c2
-rw-r--r--alpine/mailview.c10
-rw-r--r--alpine/makefile.wnt1
-rw-r--r--alpine/newmail.c1
-rw-r--r--alpine/newmail.h1
-rw-r--r--alpine/newuser.c6
-rw-r--r--alpine/newuser.h2
-rw-r--r--alpine/pattern.c2
-rw-r--r--alpine/pattern.h1
-rw-r--r--alpine/pine-use.c1
-rw-r--r--alpine/pipe.c2
-rw-r--r--alpine/pipe.h1
-rw-r--r--alpine/print.h1
-rw-r--r--alpine/radio.c2
-rw-r--r--alpine/radio.h2
-rw-r--r--alpine/remote.h1
-rw-r--r--alpine/reply.h1
-rw-r--r--alpine/roleconf.h1
-rw-r--r--alpine/rpdump.c2
-rw-r--r--alpine/rpload.c2
-rw-r--r--alpine/send.c7
-rw-r--r--alpine/send.h2
-rw-r--r--alpine/signal.h1
-rw-r--r--alpine/smime.h1
-rw-r--r--alpine/status.h1
-rw-r--r--alpine/talk.h1
-rw-r--r--alpine/titlebar.c2
-rw-r--r--alpine/titlebar.h2
53 files changed, 62 insertions, 37 deletions
diff --git a/alpine/Makefile.am b/alpine/Makefile.am
index 8e25cd55..422d9556 100644
--- a/alpine/Makefile.am
+++ b/alpine/Makefile.am
@@ -2,6 +2,7 @@
## Use aclocal -I m4; automake
# ========================================================================
+# Copyright 2013-2016 Eduardo Chappa
# Copyright 2006-2008 University of Washington
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/Makefile.in b/alpine/Makefile.in
index 2f5f3b26..3cc9e605 100644
--- a/alpine/Makefile.in
+++ b/alpine/Makefile.in
@@ -15,6 +15,7 @@
@SET_MAKE@
# ========================================================================
+# Copyright 2013-2016 Eduardo Chappa
# Copyright 2006-2008 University of Washington
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/adrbkcmd.c b/alpine/adrbkcmd.c
index b66ee81b..93e503ae 100644
--- a/alpine/adrbkcmd.c
+++ b/alpine/adrbkcmd.c
@@ -4,8 +4,8 @@ static char rcsid[] = "$Id: adrbkcmd.c 1074 2008-06-04 00:08:43Z hubert@u.washin
/*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/adrbkcmd.h b/alpine/adrbkcmd.h
index f0287a16..a09fd39a 100644
--- a/alpine/adrbkcmd.h
+++ b/alpine/adrbkcmd.h
@@ -2,8 +2,8 @@
* $Id: adrbkcmd.h 1012 2008-03-26 00:44:22Z hubert@u.washington.edu $
*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/after.c b/alpine/after.c
index 1f6d3833..486d974c 100644
--- a/alpine/after.c
+++ b/alpine/after.c
@@ -3,8 +3,8 @@ static char rcsid[] = "$Id: after.c 138 2006-09-22 22:12:03Z mikes@u.washington.
#endif
/* ========================================================================
- * Copyright 2006-2007 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2007 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/after.h b/alpine/after.h
index 1f9d9960..fc334fa2 100644
--- a/alpine/after.h
+++ b/alpine/after.h
@@ -2,8 +2,8 @@
* $Id: after.h 137 2006-09-22 21:34:06Z mikes@u.washington.edu $
*
* ========================================================================
- * Copyright 2006-2007 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2007 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/alpine.h b/alpine/alpine.h
index cef14db9..02d3de71 100644
--- a/alpine/alpine.h
+++ b/alpine/alpine.h
@@ -2,6 +2,7 @@
* $Id: alpine.h 767 2007-10-24 00:03:59Z hubert@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/arg.h b/alpine/arg.h
index 339e793b..3800957a 100644
--- a/alpine/arg.h
+++ b/alpine/arg.h
@@ -2,6 +2,7 @@
* $Id: arg.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/colorconf.c b/alpine/colorconf.c
index 7d552799..e3eaa644 100644
--- a/alpine/colorconf.c
+++ b/alpine/colorconf.c
@@ -4,8 +4,8 @@ static char rcsid[] = "$Id: colorconf.c 934 2008-02-23 00:44:29Z hubert@u.washin
/*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/colorconf.h b/alpine/colorconf.h
index cc5c5cde..1908d5b6 100644
--- a/alpine/colorconf.h
+++ b/alpine/colorconf.h
@@ -2,8 +2,8 @@
* $Id: colorconf.h 769 2007-10-24 00:15:40Z hubert@u.washington.edu $
*
* ========================================================================
- * Copyright 2006-2007 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2007 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/context.h b/alpine/context.h
index a7c8d641..b42c4a66 100644
--- a/alpine/context.h
+++ b/alpine/context.h
@@ -2,6 +2,7 @@
* $Id: context.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/dispfilt.h b/alpine/dispfilt.h
index 0b42010d..091dfcfe 100644
--- a/alpine/dispfilt.h
+++ b/alpine/dispfilt.h
@@ -2,6 +2,7 @@
* $Id: dispfilt.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/folder.c b/alpine/folder.c
index 65c120da..2b9af915 100644
--- a/alpine/folder.c
+++ b/alpine/folder.c
@@ -4,8 +4,8 @@ static char rcsid[] = "$Id: folder.c 1144 2008-08-14 16:53:34Z hubert@u.washingt
/*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/folder.h b/alpine/folder.h
index f5996efb..0da2d8cb 100644
--- a/alpine/folder.h
+++ b/alpine/folder.h
@@ -2,6 +2,7 @@
* $Id: folder.h 767 2007-10-24 00:03:59Z hubert@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/headers.h b/alpine/headers.h
index 759b7879..d2a5117d 100644
--- a/alpine/headers.h
+++ b/alpine/headers.h
@@ -2,6 +2,7 @@
* $Id: headers.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/help.c b/alpine/help.c
index 2f6c8404..2f032c4e 100644
--- a/alpine/help.c
+++ b/alpine/help.c
@@ -4,8 +4,8 @@ static char rcsid[] = "$Id: help.c 1032 2008-04-11 00:30:04Z hubert@u.washington
/*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/init.h b/alpine/init.h
index e9c18053..5716023c 100644
--- a/alpine/init.h
+++ b/alpine/init.h
@@ -2,6 +2,7 @@
* $Id: init.h 82 2006-07-12 23:36:59Z mikes@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/kblock.c b/alpine/kblock.c
index 6ac79763..61ed1bf0 100644
--- a/alpine/kblock.c
+++ b/alpine/kblock.c
@@ -4,8 +4,8 @@ static char rcsid[] = "$Id: kblock.c 1025 2008-04-08 22:59:38Z hubert@u.washingt
/*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/kblock.h b/alpine/kblock.h
index 0b6984c0..bd85ef02 100644
--- a/alpine/kblock.h
+++ b/alpine/kblock.h
@@ -2,6 +2,7 @@
* $Id: kblock.h 870 2007-12-14 06:45:43Z hubert@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/keymenu.h b/alpine/keymenu.h
index b2d82412..845c3f25 100644
--- a/alpine/keymenu.h
+++ b/alpine/keymenu.h
@@ -2,8 +2,8 @@
* $Id: keymenu.h 1074 2008-06-04 00:08:43Z hubert@u.washington.edu $
*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/ldapconf.c b/alpine/ldapconf.c
index fbf741db..03588360 100644
--- a/alpine/ldapconf.c
+++ b/alpine/ldapconf.c
@@ -4,8 +4,8 @@ static char rcsid[] = "$Id: ldapconf.c 1012 2008-03-26 00:44:22Z hubert@u.washin
/*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/ldapconf.h b/alpine/ldapconf.h
index 0684bb19..cdbc3612 100644
--- a/alpine/ldapconf.h
+++ b/alpine/ldapconf.h
@@ -2,8 +2,8 @@
* $Id: ldapconf.h 1012 2008-03-26 00:44:22Z hubert@u.washington.edu $
*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/listsel.c b/alpine/listsel.c
index a6cbd33c..6a157e2c 100644
--- a/alpine/listsel.c
+++ b/alpine/listsel.c
@@ -2,8 +2,8 @@
static char rcsid[] = "$Id: listsel.c 918 2008-01-23 19:39:38Z hubert@u.washington.edu $";
#endif
/* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/mailindx.c b/alpine/mailindx.c
index 4c98e74b..b89ff299 100644
--- a/alpine/mailindx.c
+++ b/alpine/mailindx.c
@@ -4,8 +4,8 @@ static char rcsid[] = "$Id: mailindx.c 1142 2008-08-13 17:22:21Z hubert@u.washin
/*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/mailindx.h b/alpine/mailindx.h
index fa7e85ff..e02dbaef 100644
--- a/alpine/mailindx.h
+++ b/alpine/mailindx.h
@@ -2,8 +2,8 @@
* $Id: mailindx.h 770 2007-10-24 00:23:09Z hubert@u.washington.edu $
*
* ========================================================================
- * Copyright 2006-2007 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2007 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/mailpart.c b/alpine/mailpart.c
index e9f6a6e3..e4b1bb81 100644
--- a/alpine/mailpart.c
+++ b/alpine/mailpart.c
@@ -4,8 +4,8 @@ static char rcsid[] = "$Id: mailpart.c 1074 2008-06-04 00:08:43Z hubert@u.washin
/*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/mailview.c b/alpine/mailview.c
index 4993fbc9..45cf2f52 100644
--- a/alpine/mailview.c
+++ b/alpine/mailview.c
@@ -174,11 +174,11 @@ int url_launch(HANDLE_S *);
int url_launch_too_long(int);
char *url_external_handler(HANDLE_S *, int);
void url_mailto_addr(ADDRESS **, char *);
+int url_local_phone_home(char *);
int url_local_imap(char *);
int url_local_nntp(char *);
int url_local_news(char *);
int url_local_file(char *);
-int url_local_phone_home(char *);
static int print_to_printer(SCROLL_S *);
int search_text(int, long, int, char **, Pos *, int *);
void update_scroll_titlebar(long, int);
@@ -1605,10 +1605,10 @@ url_local_handler(char *s)
{"ldap://", 7, url_local_ldap},
#endif
{"news:", 5, url_local_news},
+ {"x-alpine-phone-home:", 20, url_local_phone_home},
{"x-alpine-gripe:", 15, gripe_gripe_to},
{"x-alpine-help:", 14, url_local_helper},
{"x-pine-help:", 12, url_local_helper},
- {"x-alpine-phone-home:", 20, url_local_phone_home},
{"x-alpine-config:", 16, url_local_config},
{"x-alpine-cert:", 14, url_local_certdetails},
{"#", 1, url_local_fragment},
@@ -2164,10 +2164,10 @@ url_local_fragment(char *fragment)
int
-url_local_phone_home(char *url)
+url_local_phone_home(char *URL)
{
- phone_home(url + strlen("x-alpine-phone-home:"));
- return(2);
+ phone_home(URL + strlen("x-alpine-phone-home:"));
+ return(2);
}
diff --git a/alpine/makefile.wnt b/alpine/makefile.wnt
index db2e4707..12ba12bf 100644
--- a/alpine/makefile.wnt
+++ b/alpine/makefile.wnt
@@ -1,6 +1,7 @@
# $Id: makefile.wnt 14098 2005-10-03 18:54:13Z jpf@u.washington.edu $
#
# ========================================================================
+# Copyright 2013-2016 Eduardo Chappa
# Copyright 2006-2007 University of Washington
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/newmail.c b/alpine/newmail.c
index a8818db4..1c4678ee 100644
--- a/alpine/newmail.c
+++ b/alpine/newmail.c
@@ -4,6 +4,7 @@ static char rcsid[] = "$Id: newmail.c 1266 2009-07-14 18:39:12Z hubert@u.washing
/*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2009 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/newmail.h b/alpine/newmail.h
index 9526077f..e0c26567 100644
--- a/alpine/newmail.h
+++ b/alpine/newmail.h
@@ -2,6 +2,7 @@
* $Id: newmail.h 1266 2009-07-14 18:39:12Z hubert@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2009 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/newuser.c b/alpine/newuser.c
index 1b7a585f..72fa8350 100644
--- a/alpine/newuser.c
+++ b/alpine/newuser.c
@@ -4,8 +4,8 @@ static char rcsid[] = "$Id: newuser.c 1266 2009-07-14 18:39:12Z hubert@u.washing
/*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -69,7 +69,7 @@ new_user_or_version(struct pine *ps)
shown_text = text;
/*
- * Set it if the major revision number
+ * Set this if the major revision number
* (the first after the dot) has changed.
*/
ps->phone_home = (first_time_alpine_user
@@ -141,7 +141,7 @@ new_user_or_version(struct pine *ps)
setbitmap(sargs.keys.bitmap);
if(ps->phone_home){
- km.keys[NUOV_EXIT].label = "Exit this greeting";
+ km.keys[NUOV_EXIT].label = "Exit this greeting";
km.keys[NUOV_EXIT].bind.nch = 1;
}
else{
diff --git a/alpine/newuser.h b/alpine/newuser.h
index 9f2be5cc..48f7ceeb 100644
--- a/alpine/newuser.h
+++ b/alpine/newuser.h
@@ -2,8 +2,8 @@
* $Id: newuser.h 768 2007-10-24 00:10:03Z hubert@u.washington.edu $
*
* ========================================================================
- * Copyright 2006-2007 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2007 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/pattern.c b/alpine/pattern.c
index 8662a3df..2cd488c7 100644
--- a/alpine/pattern.c
+++ b/alpine/pattern.c
@@ -3,8 +3,8 @@ static char rcsid[] = "$Id: pattern.c 169 2006-10-04 23:26:48Z hubert@u.washingt
#endif
/*
* ========================================================================
- * Copyright 2006-2007 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2007 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/pattern.h b/alpine/pattern.h
index 5c71747f..4592aa55 100644
--- a/alpine/pattern.h
+++ b/alpine/pattern.h
@@ -2,6 +2,7 @@
* $Id: pattern.h 137 2006-09-22 21:34:06Z mikes@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/pine-use.c b/alpine/pine-use.c
index ab6ee2e6..619ab289 100644
--- a/alpine/pine-use.c
+++ b/alpine/pine-use.c
@@ -4,6 +4,7 @@ static char rcsid[] = "$Id: pine-use.c 761 2007-10-23 22:35:18Z hubert@u.washing
/*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/pipe.c b/alpine/pipe.c
index 09533910..6d7534f5 100644
--- a/alpine/pipe.c
+++ b/alpine/pipe.c
@@ -3,8 +3,8 @@ static char rcsid[] = "$Id: pipe.c 155 2006-09-29 23:28:46Z hubert@u.washington.
#endif
/*
* ========================================================================
- * Copyright 2006-2007 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2007 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/pipe.h b/alpine/pipe.h
index 8c242109..a6f6ce26 100644
--- a/alpine/pipe.h
+++ b/alpine/pipe.h
@@ -2,6 +2,7 @@
* $Id: pipe.h 136 2006-09-22 20:06:05Z hubert@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/print.h b/alpine/print.h
index 73e228b4..19caa575 100644
--- a/alpine/print.h
+++ b/alpine/print.h
@@ -2,6 +2,7 @@
* $Id: print.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/radio.c b/alpine/radio.c
index 2cda5814..a3959e9f 100644
--- a/alpine/radio.c
+++ b/alpine/radio.c
@@ -4,8 +4,8 @@ static char rcsid[] = "$Id: radio.c 769 2007-10-24 00:15:40Z hubert@u.washington
/*
* ========================================================================
- * Copyright 2006-2007 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2007 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/radio.h b/alpine/radio.h
index a7167e50..0dcb0586 100644
--- a/alpine/radio.h
+++ b/alpine/radio.h
@@ -2,8 +2,8 @@
* $Id: radio.h 1025 2008-04-08 22:59:38Z hubert@u.washington.edu $
*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/remote.h b/alpine/remote.h
index 2509c79f..e1ec42b1 100644
--- a/alpine/remote.h
+++ b/alpine/remote.h
@@ -2,6 +2,7 @@
* $Id: remote.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/reply.h b/alpine/reply.h
index 134f8fc2..369d84d0 100644
--- a/alpine/reply.h
+++ b/alpine/reply.h
@@ -2,6 +2,7 @@
* $Id: reply.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/roleconf.h b/alpine/roleconf.h
index 8e0bb7b1..d169a2ad 100644
--- a/alpine/roleconf.h
+++ b/alpine/roleconf.h
@@ -2,6 +2,7 @@
* $Id: roleconf.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/rpdump.c b/alpine/rpdump.c
index 4972b8c8..181d23d3 100644
--- a/alpine/rpdump.c
+++ b/alpine/rpdump.c
@@ -4,8 +4,8 @@ static char rcsid[] = "$Id: rpdump.c 1074 2008-06-04 00:08:43Z hubert@u.washingt
/*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/rpload.c b/alpine/rpload.c
index 699f5112..8f32b657 100644
--- a/alpine/rpload.c
+++ b/alpine/rpload.c
@@ -4,8 +4,8 @@ static char rcsid[] = "$Id: rpload.c 1074 2008-06-04 00:08:43Z hubert@u.washingt
/*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/send.c b/alpine/send.c
index 5b57451f..f63f1698 100644
--- a/alpine/send.c
+++ b/alpine/send.c
@@ -4,8 +4,8 @@ static char rcsid[] = "$Id: send.c 1142 2008-08-13 17:22:21Z hubert@u.washington
/*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -72,6 +72,7 @@ typedef struct body_particulars {
} BODY_PARTICULARS_S;
#define PHONE_HOME_VERSION "-count"
+
#define PHONE_HOME_HOST "patches.freeiz.com"
/*
@@ -5572,7 +5573,7 @@ phone_home(char *addr)
if((body->contents.text.data = (void *)so_get(PicoText,NULL,EDIT_ACCESS)) != NULL){
so_puts((STORE_S *)body->contents.text.data, "Document request: ");
- so_puts((STORE_S *)body->contents.text.data, "Alpine-");
+ so_puts((STORE_S *)body->contents.text.data, "Alpine-");
so_puts((STORE_S *)body->contents.text.data, ALPINE_VERSION);
if(ps_global->first_time_user)
so_puts((STORE_S *)body->contents.text.data, " for New Users");
@@ -5586,7 +5587,7 @@ phone_home(char *addr)
(void) pine_simple_send(outgoing, &body, NULL,NULL,NULL,NULL, SS_NULLRP);
- q_status_message(SM_ORDER, 1, 3, "Thanks for being counted!");
+ q_status_message(SM_ORDER, 1, 3, "Thank you for being counted!");
}
else
q_status_message(SM_ORDER | SM_DING, 3, 4,
diff --git a/alpine/send.h b/alpine/send.h
index b6684771..eb09f494 100644
--- a/alpine/send.h
+++ b/alpine/send.h
@@ -42,12 +42,12 @@ int pine_simple_send(ENVELOPE *, BODY **, ACTION_S **, char *, char *, char
void pine_send(ENVELOPE *, BODY **, char *, ACTION_S *, char *, REPLY_S *,
REDRAFT_POS_S *, char *, PINEFIELD *, int);
int upload_msg_to_pico(char *, size_t, long *);
-void phone_home(char *);
void create_message_body(BODY **, PATMT *, int);
char *pine_send_status(int, char *, char *, size_t, int *);
int confirm_daemon_send(void);
int build_address(char *, char **,char **, BUILDER_ARG *, int *);
void free_attachment_list(PATMT **);
+void phone_home(char *);
#endif /* PINE_SEND_INCLUDED */
diff --git a/alpine/signal.h b/alpine/signal.h
index 0abf6924..c5d92e82 100644
--- a/alpine/signal.h
+++ b/alpine/signal.h
@@ -2,6 +2,7 @@
* $Id: signal.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/smime.h b/alpine/smime.h
index b584be2e..2e82b5bb 100644
--- a/alpine/smime.h
+++ b/alpine/smime.h
@@ -2,6 +2,7 @@
* $Id: smime.h 1074 2008-06-04 00:08:43Z hubert@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/status.h b/alpine/status.h
index 4076c8e0..f75f6507 100644
--- a/alpine/status.h
+++ b/alpine/status.h
@@ -2,6 +2,7 @@
* $Id: status.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/talk.h b/alpine/talk.h
index 86337bc0..589a6573 100644
--- a/alpine/talk.h
+++ b/alpine/talk.h
@@ -2,6 +2,7 @@
* $Id: talk.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
*
* ========================================================================
+ * Copyright 2013-2016 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/alpine/titlebar.c b/alpine/titlebar.c
index 53fc7443..c8ab593a 100644
--- a/alpine/titlebar.c
+++ b/alpine/titlebar.c
@@ -4,8 +4,8 @@ static char rcsid[] = "$Id: titlebar.c 1075 2008-06-04 00:19:39Z hubert@u.washin
/*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/titlebar.h b/alpine/titlebar.h
index c4f0b7ce..ecdcaf52 100644
--- a/alpine/titlebar.h
+++ b/alpine/titlebar.h
@@ -2,8 +2,8 @@
* $Id: titlebar.h 769 2007-10-24 00:15:40Z hubert@u.washington.edu $
*
* ========================================================================
- * Copyright 2006-2007 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2007 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.