summaryrefslogtreecommitdiff
path: root/mh
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-05-17 13:13:40 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-05-17 13:13:40 +0000
commitb93156813d1112dab689c697eb817e62bb73bbd5 (patch)
treed634b333beeabce99e22131b65043d00ef5960b2 /mh
parentc0b1c8f24780571248345b245a538db24d788872 (diff)
downloadmailutils-b93156813d1112dab689c697eb817e62bb73bbd5.tar.gz
mailutils-b93156813d1112dab689c697eb817e62bb73bbd5.tar.bz2
Updated FSF addressalpha_0_6_90
Diffstat (limited to 'mh')
-rw-r--r--mh/Makefile.am4
-rw-r--r--mh/ali.c3
-rw-r--r--mh/anno.c3
-rw-r--r--mh/comp.c3
-rw-r--r--mh/compcommon.c3
-rw-r--r--mh/fmtcheck.c3
-rw-r--r--mh/folder.c3
-rw-r--r--mh/forw.c3
-rw-r--r--mh/inc.c3
-rw-r--r--mh/install-mh.c3
-rw-r--r--mh/mailutils-mh.eli2
-rw-r--r--mh/mark.c3
-rw-r--r--mh/mh.h3
-rw-r--r--mh/mh_alias.l3
-rw-r--r--mh/mh_alias.y3
-rw-r--r--mh/mh_argp.c12
-rw-r--r--mh/mh_ctx.c3
-rw-r--r--mh/mh_error.c3
-rw-r--r--mh/mh_fmtgram.y3
-rw-r--r--mh/mh_format.c3
-rw-r--r--mh/mh_getopt.c3
-rw-r--r--mh/mh_getopt.h3
-rw-r--r--mh/mh_global.c3
-rw-r--r--mh/mh_init.c3
-rw-r--r--mh/mh_list.c3
-rw-r--r--mh/mh_msgset.c3
-rw-r--r--mh/mh_sequence.c3
-rw-r--r--mh/mh_stream.c3
-rw-r--r--mh/mh_whatnow.c3
-rw-r--r--mh/mh_whom.c3
-rw-r--r--mh/mhl.c3
-rw-r--r--mh/mhn.c3
-rw-r--r--mh/mhparam.c3
-rw-r--r--mh/mhpath.c3
-rw-r--r--mh/pick.c3
-rw-r--r--mh/pick.h3
-rw-r--r--mh/pick.y3
-rw-r--r--mh/refile.c3
-rw-r--r--mh/repl.c3
-rw-r--r--mh/rmf.c3
-rw-r--r--mh/rmm.c3
-rw-r--r--mh/scan.c3
-rw-r--r--mh/send.c4
-rw-r--r--mh/sortm.c3
-rw-r--r--mh/whatnow.c3
-rw-r--r--mh/whom.c3
46 files changed, 98 insertions, 50 deletions
diff --git a/mh/Makefile.am b/mh/Makefile.am
index e07d08a82..26bb19f2c 100644
--- a/mh/Makefile.am
+++ b/mh/Makefile.am
@@ -14,8 +14,8 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
-## Foundation, Inc.
-## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
+## 02110-1301 USA
PROGRAMS_MH = \
ali\
diff --git a/mh/ali.c b/mh/ali.c
index abb0b28cb..f476e0f41 100644
--- a/mh/ali.c
+++ b/mh/ali.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH ali command */
diff --git a/mh/anno.c b/mh/anno.c
index d81465c94..4ec59d787 100644
--- a/mh/anno.c
+++ b/mh/anno.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH annotate command */
diff --git a/mh/comp.c b/mh/comp.c
index ad723ad26..052c8af11 100644
--- a/mh/comp.c
+++ b/mh/comp.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH comp command */
diff --git a/mh/compcommon.c b/mh/compcommon.c
index 8a0d530c6..95995f661 100644
--- a/mh/compcommon.c
+++ b/mh/compcommon.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* Functions shared between comp and forw utilities */
diff --git a/mh/fmtcheck.c b/mh/fmtcheck.c
index 6c69ccc6c..96e332a63 100644
--- a/mh/fmtcheck.c
+++ b/mh/fmtcheck.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* fmtcheck */
diff --git a/mh/folder.c b/mh/folder.c
index 03cace260..4556ee520 100644
--- a/mh/folder.c
+++ b/mh/folder.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH folder command */
diff --git a/mh/forw.c b/mh/forw.c
index 2f2b66e5a..b198c60d2 100644
--- a/mh/forw.c
+++ b/mh/forw.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH forw command */
diff --git a/mh/inc.c b/mh/inc.c
index 97f57856e..bd1ad1ce8 100644
--- a/mh/inc.c
+++ b/mh/inc.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH inc command */
diff --git a/mh/install-mh.c b/mh/install-mh.c
index 3430b5248..234a67b76 100644
--- a/mh/install-mh.c
+++ b/mh/install-mh.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include <mh.h>
diff --git a/mh/mailutils-mh.eli b/mh/mailutils-mh.eli
index 18739b94f..6e9baaa62 100644
--- a/mh/mailutils-mh.eli
+++ b/mh/mailutils-mh.eli
@@ -14,7 +14,7 @@
;;;;
;;;; You should have received a copy of the GNU General Public License
;;;; along with GNU Mailutils; if not, write to the Free Software
-;;;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
(setq mh-progs "BINDIR")
(setq mh-lib "MHLIBDIR")
diff --git a/mh/mark.c b/mh/mark.c
index 3d3f83e4e..1e526077f 100644
--- a/mh/mark.c
+++ b/mh/mark.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include <mh.h>
diff --git a/mh/mh.h b/mh/mh.h
index 82d40a74c..2bb5f9767 100644
--- a/mh/mh.h
+++ b/mh/mh.h
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/mh/mh_alias.l b/mh/mh_alias.l
index c96823411..cb1152d54 100644
--- a/mh/mh_alias.l
+++ b/mh/mh_alias.l
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include <mh.h>
#include <mh_alias.h>
diff --git a/mh/mh_alias.y b/mh/mh_alias.y
index 3ef013fbd..0c387e48b 100644
--- a/mh/mh_alias.y
+++ b/mh/mh_alias.y
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include <mh.h>
#include <pwd.h>
diff --git a/mh/mh_argp.c b/mh/mh_argp.c
index 7c1fa95c6..4f349cee3 100644
--- a/mh/mh_argp.c
+++ b/mh/mh_argp.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* Coexistence between GNU long options, traditional UNIX-style short
options and traditional MH long options. */
@@ -194,9 +195,12 @@ mh_license (const char *name)
" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
" GNU General Public License for more details.\n"
"\n"
- " You should have received a copy of the GNU General Public License\n"
- " along with GNU Mailutils; if not, write to the Free Software\n"
- " Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\n"));
+ " You should have received a copy of the GNU General Public License along\n"
+ " with GNU Mailutils; if not, write to the Free Software Foundation,\n"
+ " Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n"
+ "\n"
+ "\n"
+));
exit (0);
}
diff --git a/mh/mh_ctx.c b/mh/mh_ctx.c
index faab6e5b4..4ec2b0abf 100644
--- a/mh/mh_ctx.c
+++ b/mh/mh_ctx.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH context functions. */
diff --git a/mh/mh_error.c b/mh/mh_error.c
index 52cb2347d..3423cb809 100644
--- a/mh/mh_error.c
+++ b/mh/mh_error.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/mh/mh_fmtgram.y b/mh/mh_fmtgram.y
index 65d314d6e..9beadbdf3 100644
--- a/mh/mh_fmtgram.y
+++ b/mh/mh_fmtgram.y
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include <mh.h>
#define obstack_chunk_alloc malloc
diff --git a/mh/mh_format.c b/mh/mh_format.c
index 9bc2b1492..b7b4c9065 100644
--- a/mh/mh_format.c
+++ b/mh/mh_format.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* This module implements execution of MH format strings. */
diff --git a/mh/mh_getopt.c b/mh/mh_getopt.c
index d31e73a6d..ed0a3932f 100644
--- a/mh/mh_getopt.c
+++ b/mh/mh_getopt.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* Parse traditional MH options. */
diff --git a/mh/mh_getopt.h b/mh/mh_getopt.h
index a2258c815..6a909df57 100644
--- a/mh/mh_getopt.h
+++ b/mh/mh_getopt.h
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include <mailutils/argp.h>
#include <mailutils/nls.h>
diff --git a/mh/mh_global.c b/mh/mh_global.c
index d1775fef9..4f164d6b3 100644
--- a/mh/mh_global.c
+++ b/mh/mh_global.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* Global MH state. */
diff --git a/mh/mh_init.c b/mh/mh_init.c
index 89a5d4655..674d8517a 100644
--- a/mh/mh_init.c
+++ b/mh/mh_init.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* Initialize MH applications. */
diff --git a/mh/mh_list.c b/mh/mh_list.c
index 7d4d42825..09c8aaecd 100644
--- a/mh/mh_list.c
+++ b/mh/mh_list.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH mhl command */
diff --git a/mh/mh_msgset.c b/mh/mh_msgset.c
index 423a2578b..ee455cd60 100644
--- a/mh/mh_msgset.c
+++ b/mh/mh_msgset.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH message sets. */
diff --git a/mh/mh_sequence.c b/mh/mh_sequence.c
index d30182637..eca07befc 100644
--- a/mh/mh_sequence.c
+++ b/mh/mh_sequence.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include <mh.h>
diff --git a/mh/mh_stream.c b/mh/mh_stream.c
index 2f18b584a..1cec71641 100644
--- a/mh/mh_stream.c
+++ b/mh/mh_stream.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* This file implements an MH draftfile stream: a read-only stream used
to transparently pass MH draftfiles to mailers. The only difference
diff --git a/mh/mh_whatnow.c b/mh/mh_whatnow.c
index db2ff607b..c69000d47 100644
--- a/mh/mh_whatnow.c
+++ b/mh/mh_whatnow.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include <mh.h>
diff --git a/mh/mh_whom.c b/mh/mh_whom.c
index a154c52a4..22b58da7f 100644
--- a/mh/mh_whom.c
+++ b/mh/mh_whom.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include <mh.h>
diff --git a/mh/mhl.c b/mh/mhl.c
index 36fc94576..fefcaa578 100644
--- a/mh/mhl.c
+++ b/mh/mhl.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH mhl command */
diff --git a/mh/mhn.c b/mh/mhn.c
index 8365593fc..119a5480d 100644
--- a/mh/mhn.c
+++ b/mh/mhn.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH mhn command */
diff --git a/mh/mhparam.c b/mh/mhparam.c
index cc9f6bde1..cff70bc61 100644
--- a/mh/mhparam.c
+++ b/mh/mhparam.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH mhparam command */
diff --git a/mh/mhpath.c b/mh/mhpath.c
index 38ba90cde..b47a7378d 100644
--- a/mh/mhpath.c
+++ b/mh/mhpath.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH mhpath command */
diff --git a/mh/pick.c b/mh/pick.c
index a3207a543..9a1b51d54 100644
--- a/mh/pick.c
+++ b/mh/pick.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH pick command */
diff --git a/mh/pick.h b/mh/pick.h
index 6f9562929..fb4fffcbd 100644
--- a/mh/pick.h
+++ b/mh/pick.h
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
typedef enum
{
diff --git a/mh/pick.y b/mh/pick.y
index 5f83986a7..c07976ae3 100644
--- a/mh/pick.y
+++ b/mh/pick.y
@@ -14,7 +14,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include <mh.h>
#include <regex.h>
diff --git a/mh/refile.c b/mh/refile.c
index a64e4a8a6..db50eb986 100644
--- a/mh/refile.c
+++ b/mh/refile.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH refile command */
diff --git a/mh/repl.c b/mh/repl.c
index 2ef300eb0..cb3e69566 100644
--- a/mh/repl.c
+++ b/mh/repl.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH repl command */
diff --git a/mh/rmf.c b/mh/rmf.c
index dfdbd4961..0b5653830 100644
--- a/mh/rmf.c
+++ b/mh/rmf.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH rmf command */
diff --git a/mh/rmm.c b/mh/rmm.c
index e2c2f9f52..58bbc2f92 100644
--- a/mh/rmm.c
+++ b/mh/rmm.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH rmm command */
diff --git a/mh/scan.c b/mh/scan.c
index e91edb9a8..5224f0e5e 100644
--- a/mh/scan.c
+++ b/mh/scan.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH scan command */
diff --git a/mh/send.c b/mh/send.c
index f2d51bd92..26d624df8 100644
--- a/mh/send.c
+++ b/mh/send.c
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with GNU Mailutils; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
/* MH send command */
@@ -431,6 +432,7 @@ fix_fcc (message_t msg)
memmove (val + 1, val, strlen (val) + 1);
val[0] = '+';
header_set_value (hdr, MU_HEADER_FCC, val, 1);
+ WATCH ((_("Fixed Fcc: %s"), val));
free (val);
}
}
diff --git a/mh/sortm.c b/mh/sortm.c
index bc1b58b5c..35a68baba 100644
--- a/mh/sortm.c
+++ b/mh/sortm.c</