aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorPaul Eggert2013-01-02 08:13:04 -0800
committerPaul Eggert2013-01-02 08:13:04 -0800
commit0877d0dc24ee792b9b14592869ea1aa0934aee58 (patch)
tree08e9265a1dd95974dc72622a9bef194682c0c716 /lisp/mail
parentaca3d51dfa45794fa68a2ffb6269e34fcee2ec6c (diff)
parentd8fb8cce84b923a3289b69549e30958710ac3ebb (diff)
downloademacs-0877d0dc24ee792b9b14592869ea1aa0934aee58.tar.gz
emacs-0877d0dc24ee792b9b14592869ea1aa0934aee58.zip
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/binhex.el2
-rw-r--r--lisp/mail/blessmail.el2
-rw-r--r--lisp/mail/emacsbug.el4
-rw-r--r--lisp/mail/footnote.el2
-rw-r--r--lisp/mail/hashcash.el2
-rw-r--r--lisp/mail/mail-extr.el3
-rw-r--r--lisp/mail/mail-hist.el2
-rw-r--r--lisp/mail/mail-utils.el2
-rw-r--r--lisp/mail/mailabbrev.el4
-rw-r--r--lisp/mail/mailalias.el4
-rw-r--r--lisp/mail/mailclient.el2
-rw-r--r--lisp/mail/mailheader.el2
-rw-r--r--lisp/mail/metamail.el2
-rw-r--r--lisp/mail/mspools.el2
-rw-r--r--lisp/mail/reporter.el2
-rw-r--r--lisp/mail/rfc2368.el2
-rw-r--r--lisp/mail/rfc822.el3
-rw-r--r--lisp/mail/rmail-spam-filter.el2
-rw-r--r--lisp/mail/rmail.el18
-rw-r--r--lisp/mail/rmailedit.el2
-rw-r--r--lisp/mail/rmailkwd.el3
-rw-r--r--lisp/mail/rmailmm.el2
-rw-r--r--lisp/mail/rmailmsc.el2
-rw-r--r--lisp/mail/rmailout.el4
-rw-r--r--lisp/mail/rmailsort.el3
-rw-r--r--lisp/mail/rmailsum.el3
-rw-r--r--lisp/mail/sendmail.el4
-rw-r--r--lisp/mail/smtpmail.el2
-rw-r--r--lisp/mail/supercite.el2
-rw-r--r--lisp/mail/uce.el2
-rw-r--r--lisp/mail/undigest.el4
-rw-r--r--lisp/mail/unrmail.el2
-rw-r--r--lisp/mail/uudecode.el2
33 files changed, 52 insertions, 47 deletions
diff --git a/lisp/mail/binhex.el b/lisp/mail/binhex.el
index 40ea8fa4a82..df12b6369f0 100644
--- a/lisp/mail/binhex.el
+++ b/lisp/mail/binhex.el
@@ -1,6 +1,6 @@
1;;; binhex.el --- decode BinHex-encoded text 1;;; binhex.el --- decode BinHex-encoded text
2 2
3;; Copyright (C) 1998-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2013 Free Software Foundation, Inc.
4 4
5;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> 5;; Author: Shenghuo Zhu <zsh@cs.rochester.edu>
6;; Keywords: binhex news 6;; Keywords: binhex news
diff --git a/lisp/mail/blessmail.el b/lisp/mail/blessmail.el
index 44b2996dea9..64d51a2f020 100644
--- a/lisp/mail/blessmail.el
+++ b/lisp/mail/blessmail.el
@@ -1,6 +1,6 @@
1;;; blessmail.el --- decide whether movemail needs special privileges -*- no-byte-compile: t -*- 1;;; blessmail.el --- decide whether movemail needs special privileges -*- no-byte-compile: t -*-
2 2
3;; Copyright (C) 1994, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1994, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: internal 6;; Keywords: internal
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index 68a47d91023..c35809ef648 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -1,7 +1,7 @@
1;;; emacsbug.el --- command to report Emacs bugs to appropriate mailing list 1;;; emacsbug.el --- command to report Emacs bugs to appropriate mailing list
2 2
3;; Copyright (C) 1985, 1994, 1997-1998, 2000-2012 3;; Copyright (C) 1985, 1994, 1997-1998, 2000-2013 Free Software
4;; Free Software Foundation, Inc. 4;; Foundation, Inc.
5 5
6;; Author: K. Shane Hartman 6;; Author: K. Shane Hartman
7;; Maintainer: FSF 7;; Maintainer: FSF
diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el
index e342e0ae977..7ded4c31cf5 100644
--- a/lisp/mail/footnote.el
+++ b/lisp/mail/footnote.el
@@ -1,6 +1,6 @@
1;;; footnote.el --- footnote support for message mode -*- coding: utf-8;-*- 1;;; footnote.el --- footnote support for message mode -*- coding: utf-8;-*-
2 2
3;; Copyright (C) 1997, 2000-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 2000-2013 Free Software Foundation, Inc.
4 4
5;; Author: Steven L Baur <steve@xemacs.org> 5;; Author: Steven L Baur <steve@xemacs.org>
6;; Keywords: mail, news 6;; Keywords: mail, news
diff --git a/lisp/mail/hashcash.el b/lisp/mail/hashcash.el
index fd8d2633818..b6df075f7ef 100644
--- a/lisp/mail/hashcash.el
+++ b/lisp/mail/hashcash.el
@@ -1,6 +1,6 @@
1;;; hashcash.el --- Add hashcash payments to email 1;;; hashcash.el --- Add hashcash payments to email
2 2
3;; Copyright (C) 2003-2005, 2007-2012 Free Software Foundation, Inc. 3;; Copyright (C) 2003-2005, 2007-2013 Free Software Foundation, Inc.
4 4
5;; Written by: Paul Foley <mycroft@actrix.gen.nz> (1997-2002) 5;; Written by: Paul Foley <mycroft@actrix.gen.nz> (1997-2002)
6;; Maintainer: Paul Foley <mycroft@actrix.gen.nz> 6;; Maintainer: Paul Foley <mycroft@actrix.gen.nz>
diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el
index 32f99ac1465..41c1bb708ac 100644
--- a/lisp/mail/mail-extr.el
+++ b/lisp/mail/mail-extr.el
@@ -1,6 +1,7 @@
1;;; mail-extr.el --- extract full name and address from RFC 822 mail header -*- coding: utf-8 -*- 1;;; mail-extr.el --- extract full name and address from RFC 822 mail header -*- coding: utf-8 -*-
2 2
3;; Copyright (C) 1991-1994, 1997, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1991-1994, 1997, 2001-2013 Free Software Foundation,
4;; Inc.
4 5
5;; Author: Joe Wells <jbw@cs.bu.edu> 6;; Author: Joe Wells <jbw@cs.bu.edu>
6;; Maintainer: FSF 7;; Maintainer: FSF
diff --git a/lisp/mail/mail-hist.el b/lisp/mail/mail-hist.el
index 40d67b4e904..9e4174bfcaa 100644
--- a/lisp/mail/mail-hist.el
+++ b/lisp/mail/mail-hist.el
@@ -1,6 +1,6 @@
1;;; mail-hist.el --- headers and message body history for outgoing mail 1;;; mail-hist.el --- headers and message body history for outgoing mail
2 2
3;; Copyright (C) 1994, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1994, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Author: Karl Fogel <kfogel@red-bean.com> 5;; Author: Karl Fogel <kfogel@red-bean.com>
6;; Created: March, 1994 6;; Created: March, 1994
diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el
index 9059da817b6..4b58016ebc6 100644
--- a/lisp/mail/mail-utils.el
+++ b/lisp/mail/mail-utils.el
@@ -1,6 +1,6 @@
1;;; mail-utils.el --- utility functions used both by rmail and rnews 1;;; mail-utils.el --- utility functions used both by rmail and rnews
2 2
3;; Copyright (C) 1985, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: mail, news 6;; Keywords: mail, news
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el
index aa507897243..3308e6416e3 100644
--- a/lisp/mail/mailabbrev.el
+++ b/lisp/mail/mailabbrev.el
@@ -1,7 +1,7 @@
1;;; mailabbrev.el --- abbrev-expansion of mail aliases 1;;; mailabbrev.el --- abbrev-expansion of mail aliases
2 2
3;; Copyright (C) 1985-1987, 1992-1993, 1996-1997, 2000-2012 3;; Copyright (C) 1985-1987, 1992-1993, 1996-1997, 2000-2013 Free
4;; Free Software Foundation, Inc. 4;; Software Foundation, Inc.
5 5
6;; Author: Jamie Zawinski <jwz@lucid.com; now jwz@jwz.org> 6;; Author: Jamie Zawinski <jwz@lucid.com; now jwz@jwz.org>
7;; Maintainer: FSF 7;; Maintainer: FSF
diff --git a/lisp/mail/mailalias.el b/lisp/mail/mailalias.el
index c7943fe40c8..c5f1e3921fa 100644
--- a/lisp/mail/mailalias.el
+++ b/lisp/mail/mailalias.el
@@ -1,7 +1,7 @@
1;;; mailalias.el --- expand and complete mailing address aliases -*- lexical-binding: t -*- 1;;; mailalias.el --- expand and complete mailing address aliases -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 1985, 1987, 1995-1997, 2001-2012 3;; Copyright (C) 1985, 1987, 1995-1997, 2001-2013 Free Software
4;; Free Software Foundation, Inc. 4;; Foundation, Inc.
5 5
6;; Maintainer: FSF 6;; Maintainer: FSF
7;; Keywords: mail 7;; Keywords: mail
diff --git a/lisp/mail/mailclient.el b/lisp/mail/mailclient.el
index 056bfebb1e5..b07246e41c6 100644
--- a/lisp/mail/mailclient.el
+++ b/lisp/mail/mailclient.el
@@ -1,6 +1,6 @@
1;;; mailclient.el --- mail sending via system's mail client. 1;;; mailclient.el --- mail sending via system's mail client.
2 2
3;; Copyright (C) 2005-2012 Free Software Foundation, Inc. 3;; Copyright (C) 2005-2013 Free Software Foundation, Inc.
4 4
5;; Author: David Reitter <david.reitter@gmail.com> 5;; Author: David Reitter <david.reitter@gmail.com>
6;; Keywords: mail 6;; Keywords: mail
diff --git a/lisp/mail/mailheader.el b/lisp/mail/mailheader.el
index 6adcb25904b..52d0f70a607 100644
--- a/lisp/mail/mailheader.el
+++ b/lisp/mail/mailheader.el
@@ -1,6 +1,6 @@
1;;; mailheader.el --- mail header parsing, merging, formatting 1;;; mailheader.el --- mail header parsing, merging, formatting
2 2
3;; Copyright (C) 1996, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1996, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Author: Erik Naggum <erik@naggum.no> 5;; Author: Erik Naggum <erik@naggum.no>
6;; Keywords: tools, mail, news 6;; Keywords: tools, mail, news
diff --git a/lisp/mail/metamail.el b/lisp/mail/metamail.el
index 60dcd5210e1..4739d407c64 100644
--- a/lisp/mail/metamail.el
+++ b/lisp/mail/metamail.el
@@ -1,6 +1,6 @@
1;;; metamail.el --- Metamail interface for GNU Emacs 1;;; metamail.el --- Metamail interface for GNU Emacs
2 2
3;; Copyright (C) 1993, 1996, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1993, 1996, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> 5;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp>
6;; Keywords: mail, news, mime, multimedia 6;; Keywords: mail, news, mime, multimedia
diff --git a/lisp/mail/mspools.el b/lisp/mail/mspools.el
index 6f8c444651c..5e01a7149a8 100644
--- a/lisp/mail/mspools.el
+++ b/lisp/mail/mspools.el
@@ -1,6 +1,6 @@
1;;; mspools.el --- show mail spools waiting to be read 1;;; mspools.el --- show mail spools waiting to be read
2 2
3;; Copyright (C) 1997, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Author: Stephen Eglen <stephen@gnu.org> 5;; Author: Stephen Eglen <stephen@gnu.org>
6;; Maintainer: Stephen Eglen <stephen@gnu.org> 6;; Maintainer: Stephen Eglen <stephen@gnu.org>
diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el
index b4ee19b5186..cc20c5c06ea 100644
--- a/lisp/mail/reporter.el
+++ b/lisp/mail/reporter.el
@@ -1,6 +1,6 @@
1;;; reporter.el --- customizable bug reporting of lisp programs 1;;; reporter.el --- customizable bug reporting of lisp programs
2 2
3;; Copyright (C) 1993-1998, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1993-1998, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Author: 1993-1998 Barry A. Warsaw 5;; Author: 1993-1998 Barry A. Warsaw
6;; Maintainer: FSF 6;; Maintainer: FSF
diff --git a/lisp/mail/rfc2368.el b/lisp/mail/rfc2368.el
index 8b30e82804e..346fe1ce9b4 100644
--- a/lisp/mail/rfc2368.el
+++ b/lisp/mail/rfc2368.el
@@ -1,6 +1,6 @@
1;;; rfc2368.el --- support for rfc2368 1;;; rfc2368.el --- support for rfc2368
2 2
3;; Copyright (C) 1998, 2000-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1998, 2000-2013 Free Software Foundation, Inc.
4 4
5;; Author: Sen Nagata <sen@eccosys.com> 5;; Author: Sen Nagata <sen@eccosys.com>
6;; Keywords: mail 6;; Keywords: mail
diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el
index 4a1779d44f7..e3c17bb6cd0 100644
--- a/lisp/mail/rfc822.el
+++ b/lisp/mail/rfc822.el
@@ -1,6 +1,7 @@
1;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike 1;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike
2 2
3;; Copyright (C) 1986-1987, 1990, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1986-1987, 1990, 2001-2013 Free Software Foundation,
4;; Inc.
4 5
5;; Author: Richard Mlynarik <mly@eddie.mit.edu> 6;; Author: Richard Mlynarik <mly@eddie.mit.edu>
6;; Maintainer: FSF 7;; Maintainer: FSF
diff --git a/lisp/mail/rmail-spam-filter.el b/lisp/mail/rmail-spam-filter.el
index d7e31bfade7..0f9bc54ff8f 100644
--- a/lisp/mail/rmail-spam-filter.el
+++ b/lisp/mail/rmail-spam-filter.el
@@ -1,6 +1,6 @@
1;;; rmail-spam-filter.el --- spam filter for Rmail, the Emacs mail reader 1;;; rmail-spam-filter.el --- spam filter for Rmail, the Emacs mail reader
2 2
3;; Copyright (C) 2002-2012 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2013 Free Software Foundation, Inc.
4;; Keywords: email, spam, filter, rmail 4;; Keywords: email, spam, filter, rmail
5;; Author: Eli Tziperman <eli AT deas.harvard.edu> 5;; Author: Eli Tziperman <eli AT deas.harvard.edu>
6;; Package: rmail 6;; Package: rmail
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 947d8e2cb4c..a05cd342862 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -1,7 +1,7 @@
1;;; rmail.el --- main code of "RMAIL" mail reader for Emacs 1;;; rmail.el --- main code of "RMAIL" mail reader for Emacs
2 2
3;; Copyright (C) 1985-1988, 1993-1998, 2000-2012 3;; Copyright (C) 1985-1988, 1993-1998, 2000-2013 Free Software
4;; Free Software Foundation, Inc. 4;; Foundation, Inc.
5 5
6;; Maintainer: FSF 6;; Maintainer: FSF
7;; Keywords: mail 7;; Keywords: mail
@@ -4577,7 +4577,7 @@ encoded string (and the same mask) will decode the string."
4577;;; Start of automatically extracted autoloads. 4577;;; Start of automatically extracted autoloads.
4578 4578
4579;;;### (autoloads (rmail-edit-current-message) "rmailedit" "rmailedit.el" 4579;;;### (autoloads (rmail-edit-current-message) "rmailedit" "rmailedit.el"
4580;;;;;; "791ea184628feb6335fe3e29f7234934") 4580;;;;;; "0b056146d4775080a1847b8ce7527bc5")
4581;;; Generated autoloads from rmailedit.el 4581;;; Generated autoloads from rmailedit.el
4582 4582
4583(autoload 'rmail-edit-current-message "rmailedit" "\ 4583(autoload 'rmail-edit-current-message "rmailedit" "\
@@ -4589,7 +4589,7 @@ Edit the contents of this message.
4589 4589
4590;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message 4590;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
4591;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" 4591;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
4592;;;;;; "rmailkwd.el" "4ae5660d86d49e524f4a6bcbc6d9a984") 4592;;;;;; "rmailkwd.el" "b5337290fd35bbc11888afb25d767195")
4593;;; Generated autoloads from rmailkwd.el 4593;;; Generated autoloads from rmailkwd.el
4594 4594
4595(autoload 'rmail-add-label "rmailkwd" "\ 4595(autoload 'rmail-add-label "rmailkwd" "\
@@ -4632,7 +4632,7 @@ With prefix argument N moves forward N messages with these labels.
4632 4632
4633;;;*** 4633;;;***
4634 4634
4635;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "c106528cab2def0306822563a9083967") 4635;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "1f33964668345a1a1f3119fece148227")
4636;;; Generated autoloads from rmailmm.el 4636;;; Generated autoloads from rmailmm.el
4637 4637
4638(autoload 'rmail-mime "rmailmm" "\ 4638(autoload 'rmail-mime "rmailmm" "\
@@ -4659,7 +4659,7 @@ The arguments ARG and STATE have no effect in this case.
4659;;;*** 4659;;;***
4660 4660
4661;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "rmailmsc.el" 4661;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "rmailmsc.el"
4662;;;;;; "e2212ea15561d60365ffa1f7a5902939") 4662;;;;;; "8a2466563b4a463710531d01766c07a3")
4663;;; Generated autoloads from rmailmsc.el 4663;;; Generated autoloads from rmailmsc.el
4664 4664
4665(autoload 'set-rmail-inbox-list "rmailmsc" "\ 4665(autoload 'set-rmail-inbox-list "rmailmsc" "\
@@ -4675,7 +4675,7 @@ This applies only to the current session.
4675 4675
4676;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent 4676;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent
4677;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject 4677;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject
4678;;;;;; rmail-sort-by-date) "rmailsort" "rmailsort.el" "38da5f17d4ed0dcd2b09c158642cef63") 4678;;;;;; rmail-sort-by-date) "rmailsort" "rmailsort.el" "3e3a30326fc95d7f17835906c2ccb19f")
4679;;; Generated autoloads from rmailsort.el 4679;;; Generated autoloads from rmailsort.el
4680 4680
4681(autoload 'rmail-sort-by-date "rmailsort" "\ 4681(autoload 'rmail-sort-by-date "rmailsort" "\
@@ -4734,7 +4734,7 @@ If prefix argument REVERSE is non-nil, sorts in reverse order.
4734 4734
4735;;;### (autoloads (rmail-summary-by-senders rmail-summary-by-topic 4735;;;### (autoloads (rmail-summary-by-senders rmail-summary-by-topic
4736;;;;;; rmail-summary-by-regexp rmail-summary-by-recipients rmail-summary-by-labels 4736;;;;;; rmail-summary-by-regexp rmail-summary-by-recipients rmail-summary-by-labels
4737;;;;;; rmail-summary) "rmailsum" "rmailsum.el" "856fc6e337d5398b302c448ee7a2315e") 4737;;;;;; rmail-summary) "rmailsum" "rmailsum.el" "341825201e892b8fc875c1ae49ffd560")
4738;;; Generated autoloads from rmailsum.el 4738;;; Generated autoloads from rmailsum.el
4739 4739
4740(autoload 'rmail-summary "rmailsum" "\ 4740(autoload 'rmail-summary "rmailsum" "\
@@ -4782,7 +4782,7 @@ SENDERS is a string of regexps separated by commas.
4782;;;*** 4782;;;***
4783 4783
4784;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) 4784;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)
4785;;;;;; "undigest" "undigest.el" "9f270a2571bbbbfabc27498a8d4089c7") 4785;;;;;; "undigest" "undigest.el" "9b273a3e15b5496ab6121b585d8bd3b3")
4786;;; Generated autoloads from undigest.el 4786;;; Generated autoloads from undigest.el
4787 4787
4788(autoload 'undigestify-rmail-message "undigest" "\ 4788(autoload 'undigestify-rmail-message "undigest" "\
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el
index 004eb2e3247..68fc35e0e2a 100644
--- a/lisp/mail/rmailedit.el
+++ b/lisp/mail/rmailedit.el
@@ -1,6 +1,6 @@
1;;; rmailedit.el --- "RMAIL edit mode" Edit the current message 1;;; rmailedit.el --- "RMAIL edit mode" Edit the current message
2 2
3;; Copyright (C) 1985, 1994, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1994, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: mail 6;; Keywords: mail
diff --git a/lisp/mail/rmailkwd.el b/lisp/mail/rmailkwd.el
index a3a56fa47a2..e470e5060a6 100644
--- a/lisp/mail/rmailkwd.el
+++ b/lisp/mail/rmailkwd.el
@@ -1,6 +1,7 @@
1;;; rmailkwd.el --- part of the "RMAIL" mail reader for Emacs 1;;; rmailkwd.el --- part of the "RMAIL" mail reader for Emacs
2 2
3;; Copyright (C) 1985, 1988, 1994, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1988, 1994, 2001-2013 Free Software Foundation,
4;; Inc.
4 5
5;; Maintainer: FSF 6;; Maintainer: FSF
6;; Keywords: mail 7;; Keywords: mail
diff --git a/lisp/mail/rmailmm.el b/lisp/mail/rmailmm.el
index a9bbe6c2da3..566dec1ad39 100644
--- a/lisp/mail/rmailmm.el
+++ b/lisp/mail/rmailmm.el
@@ -1,6 +1,6 @@
1;;; rmailmm.el --- MIME decoding and display stuff for RMAIL 1;;; rmailmm.el --- MIME decoding and display stuff for RMAIL
2 2
3;; Copyright (C) 2006-2012 Free Software Foundation, Inc. 3;; Copyright (C) 2006-2013 Free Software Foundation, Inc.
4 4
5;; Author: Alexander Pohoyda 5;; Author: Alexander Pohoyda
6;; Alex Schroeder 6;; Alex Schroeder
diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el
index bfe2b6bbd79..edf355ce891 100644
--- a/lisp/mail/rmailmsc.el
+++ b/lisp/mail/rmailmsc.el
@@ -1,6 +1,6 @@
1;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader 1;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader
2 2
3;; Copyright (C) 1985, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: mail 6;; Keywords: mail
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el
index 63cc26360b7..7db265ef435 100644
--- a/lisp/mail/rmailout.el
+++ b/lisp/mail/rmailout.el
@@ -1,7 +1,7 @@
1;;; rmailout.el --- "RMAIL" mail reader for Emacs: output message to a file 1;;; rmailout.el --- "RMAIL" mail reader for Emacs: output message to a file
2 2
3;; Copyright (C) 1985, 1987, 1993-1994, 2001-2012 3;; Copyright (C) 1985, 1987, 1993-1994, 2001-2013 Free Software
4;; Free Software Foundation, Inc. 4;; Foundation, Inc.
5 5
6;; Maintainer: FSF 6;; Maintainer: FSF
7;; Keywords: mail 7;; Keywords: mail
diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el
index 41e24c0c16a..670b81eda41 100644
--- a/lisp/mail/rmailsort.el
+++ b/lisp/mail/rmailsort.el
@@ -1,6 +1,7 @@
1;;; rmailsort.el --- Rmail: sort messages 1;;; rmailsort.el --- Rmail: sort messages
2 2
3;; Copyright (C) 1990, 1993-1994, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1990, 1993-1994, 2001-2013 Free Software Foundation,
4;; Inc.
4 5
5;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> 6;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp>
6;; Maintainer: FSF 7;; Maintainer: FSF
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el
index cacc6e19416..5b906719c39 100644
--- a/lisp/mail/rmailsum.el
+++ b/lisp/mail/rmailsum.el
@@ -1,6 +1,7 @@
1;;; rmailsum.el --- make summary buffers for the mail reader 1;;; rmailsum.el --- make summary buffers for the mail reader
2 2
3;; Copyright (C) 1985, 1993-1996, 2000-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1993-1996, 2000-2013 Free Software Foundation,
4;; Inc.
4 5
5;; Maintainer: FSF 6;; Maintainer: FSF
6;; Keywords: mail 7;; Keywords: mail
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index afa13fe4e04..e86229a5cfb 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -1,7 +1,7 @@
1;;; sendmail.el --- mail sending commands for Emacs 1;;; sendmail.el --- mail sending commands for Emacs
2 2
3;; Copyright (C) 1985-1986, 1992-1996, 1998, 2000-2012 3;; Copyright (C) 1985-1986, 1992-1996, 1998, 2000-2013 Free Software
4;; Free Software Foundation, Inc. 4;; Foundation, Inc.
5 5
6;; Maintainer: FSF 6;; Maintainer: FSF
7;; Keywords: mail 7;; Keywords: mail
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el
index db7b003ca5c..5bfa29a0175 100644
--- a/lisp/mail/smtpmail.el
+++ b/lisp/mail/smtpmail.el
@@ -1,6 +1,6 @@
1;;; smtpmail.el --- simple SMTP protocol (RFC 821) for sending mail 1;;; smtpmail.el --- simple SMTP protocol (RFC 821) for sending mail
2 2
3;; Copyright (C) 1995-1996, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1995-1996, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Author: Tomoji Kagatani <kagatani@rbc.ncl.omron.co.jp> 5;; Author: Tomoji Kagatani <kagatani@rbc.ncl.omron.co.jp>
6;; Maintainer: Simon Josefsson <simon@josefsson.org> 6;; Maintainer: Simon Josefsson <simon@josefsson.org>
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index 99e5df82bef..fa55d5d278e 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -1,6 +1,6 @@
1;;; supercite.el --- minor mode for citing mail and news replies 1;;; supercite.el --- minor mode for citing mail and news replies
2 2
3;; Copyright (C) 1993, 1997, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1993, 1997, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org> 5;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org>
6;; Maintainer: Glenn Morris <rgm@gnu.org> 6;; Maintainer: Glenn Morris <rgm@gnu.org>
diff --git a/lisp/mail/uce.el b/lisp/mail/uce.el
index 3d7495ffd1a..5ed9cc7d8f4 100644
--- a/lisp/mail/uce.el
+++ b/lisp/mail/uce.el
@@ -1,6 +1,6 @@
1;;; uce.el --- facilitate reply to unsolicited commercial email 1;;; uce.el --- facilitate reply to unsolicited commercial email
2 2
3;; Copyright (C) 1996, 1998, 2000-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1996, 1998, 2000-2013 Free Software Foundation, Inc.
4 4
5;; Author: stanislav shalunov <shalunov@mccme.ru> 5;; Author: stanislav shalunov <shalunov@mccme.ru>
6;; Created: 10 Dec 1996 6;; Created: 10 Dec 1996
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el
index 916a977c546..42be51841a3 100644
--- a/lisp/mail/undigest.el
+++ b/lisp/mail/undigest.el
@@ -1,7 +1,7 @@
1;;; undigest.el --- digest-cracking support for the RMAIL mail reader 1;;; undigest.el --- digest-cracking support for the RMAIL mail reader
2 2
3;; Copyright (C) 1985-1986, 1994, 1996, 2001-2012 3;; Copyright (C) 1985-1986, 1994, 1996, 2001-2013 Free Software
4;; Free Software Foundation, Inc. 4;; Foundation, Inc.
5 5
6;; Maintainer: FSF 6;; Maintainer: FSF
7;; Keywords: mail 7;; Keywords: mail
diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el
index fd7e49a65d5..85e8bb4f863 100644
--- a/lisp/mail/unrmail.el
+++ b/lisp/mail/unrmail.el
@@ -1,6 +1,6 @@
1;;; unrmail.el --- convert Rmail Babyl files to mbox files 1;;; unrmail.el --- convert Rmail Babyl files to mbox files
2 2
3;; Copyright (C) 1992, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1992, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: mail 6;; Keywords: mail
diff --git a/lisp/mail/uudecode.el b/lisp/mail/uudecode.el
index f415c143473..29818323c3c 100644
--- a/lisp/mail/uudecode.el
+++ b/lisp/mail/uudecode.el
@@ -1,6 +1,6 @@
1;;; uudecode.el -- elisp native uudecode 1;;; uudecode.el -- elisp native uudecode
2 2
3;; Copyright (C) 1998-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2013 Free Software Foundation, Inc.
4 4
5;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> 5;; Author: Shenghuo Zhu <zsh@cs.rochester.edu>
6;; Keywords: uudecode news 6;; Keywords: uudecode news