summaryrefslogtreecommitdiff
path: root/lisp/mail/unrmail.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | Run admin/update-copyright.
* Revert previous accidental commitGlenn Morris2014-11-041-2/+2
|
* Merge from emacs-24; up to 117669Glenn Morris2014-11-041-2/+2
|
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
|
* Spelling fixes.Paul Eggert2014-01-091-2/+2
| | | | | | * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro. * woman.el (woman-mark-horizontal-position): Rename from woman-mark-horizonal-position. Use changed.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* * mail/unrmail.el (unrmail): Replace obsolete detect-coding-with-priority.Glenn Morris2013-05-231-5/+3
|
* Tweak previous changeGlenn Morris2013-01-191-2/+0
|
* * lisp/mail/unrmail.el (unrmail): Do not mangle the mbox From lineGlenn Morris2013-01-191-0/+1
| | | | | | fixes 2012-12-07 change. Fixes: debbugs:13499
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| |
* | Fix :type in previous (un)rmail change, use a better :groupGlenn Morris2012-12-061-3/+3
| |
* | Default to mboxrd in Rmail, allow mboxo as an optionGlenn Morris2012-12-061-11/+30
|/ | | | | | | | | | | | * lisp/mail/unrmail.el (unrmail-mbox-format): New option. (batch-unrmail, unrmail): Doc fixes. (unrmail): Respect unrmail-mbox-format. * lisp/mail/rmail.el (rmail-mbox-format): New option. (rmail-show-message-1): Respect rmail-mbox-format. * etc/NEWS: Related edits. Fixes: debbugs:6574
* lisp/*: Add declarations, remove unused bindings, mark unused args.Juanma Barranquero2012-04-191-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/avoid.el (mouse-avoidance-mode): Mark unused arg. (mouse-avoidance-nudge-mouse): Remove unused binding. * lisp/imenu.el (imenu-default-goto-function): Mark unused args. (imenu-progress-message): Remove obsolete macro; all callers changed. * lisp/mouse.el (mouse-menu-major-mode-map): * lisp/emacs-lisp/authors.el (authors-scan-change-log) (authors-add-to-author-list): * lisp/emacs-lisp/avl-tree.el (avl-tree--enter-balance): * lisp/emacs-lisp/smie.el (smie-auto-fill): * lisp/mail/sendmail.el (mail-bury): * lisp/mail/unrmail.el (unrmail): * lisp/net/tls.el (open-tls-stream): * lisp/textmodes/picture.el (picture-mouse-set-point): Remove unused bindings. * lisp/subr.el (keymap-canonicalize): Remove unused binding. (read-passwd): Mark unused arg. * lisp/tutorial.el (tutorial--display-changes): Remove unused binding. (tutorial--save-tutorial-to): Remove unused variable. * lisp/emacs-lisp/package.el (define-package, package-menu-mark-delete) (package-menu-mark-install, package-menu-mark-unmark): Mark unused args. (package-generate-autoloads, package-menu--generate) (package-menu--find-upgrades): Remove unused bindings. * lisp/emulation/cua-rect.el (cua-restrict-regexp-rectangle) (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings. (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle) (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle) (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle) (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as) (cua--rectangle-aux-replace, cua--left-fill-rectangle) (cua-scroll-rectangle-up, cua-scroll-rectangle-down) (cua-delete-char-rectangle): Mark unused args. (cua-align-rectangle): Remove unused binding. * lisp/mail/rmail.el (compilation--message->loc) (epa--find-coding-system-for-mime-charset): Declare. * lisp/net/dbus.el (dbus-register-service): Declare. (dbus-name-owner-changed-handler): Remove unused binding. * lisp/nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p) (nxml-compute-indent-from-matching-start-tag): Remove unused variables. (nxml-scan-backward-within): Mark unused arg. (nxml-dynamic-markup-word): Remove unused binding.
* * lisp/mail/unrmail.el (unrmail): Tweak previous change.Glenn Morris2012-01-091-3/+3
| | | | (for trailing whitespace in otherwise empty BABYL files).
* Trivial unrmail fix for empty input files.Glenn Morris2012-01-061-1/+2
| | | | | | | * lisp/mail/unrmail.el (unrmail): Give an explicit error if the input file has no messages. Fixes: debbugs:10377
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* * lisp/mail/unrmail.el (unrmail): Always add blank line. (tiny change)Mark Lillibridge2011-11-221-3/+2
| | | | Fixes: debbugs:7743
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * mail/unrmail.el (unrmail): Make sure the message ends with twoChong Yidong2009-07-081-0/+4
| | | | newlines (Bug#3769).
* (unrmail): If "Mail-From" header is found, append a newline to it.Eli Zaretskii2009-04-101-2/+8
|
* (unrmail): Use mail-mbox-from.Glenn Morris2009-02-181-17/+3
|
* (unrmail): When getting message keywords, don't include a leadingGlenn Morris2009-02-131-3/+5
| | | | space, but do include the space after the separating comma. (Bug#2303)
* (rmime-magic-string): Define for compiler.Glenn Morris2009-02-071-0/+1
|
* Sync final change from rmail-mox-branch, rev 1.13.2.4, 2006-01-16.Glenn Morris2009-02-071-3/+10
| | | | | | | Alex Schroeder <alex at gnu.org> (unrmail): Use regexps to find message separators so as not to match any fake rmime.el separators. Remove any sections added by rmime.el.
* (unrmail): Use current-time-string.Glenn Morris2009-02-061-2/+1
|
* Tweak previous change.Glenn Morris2009-02-031-5/+4
|
* (unrmail): In the absence of Mail-from, prefer Date over current-time.Glenn Morris2009-02-031-5/+15
| | | | (Bug#2175)
* (unrmail): Set coding-system of the old Rmail file to `raw-text-unix'.Eli Zaretskii2009-01-311-4/+12
| | | | | Bind coding-system-for-write when writing out the converted message, and make sure it uses Unix EOLs.
* (unrmail): Fix conversion of BABYL attributes into Rmail-mbox attributes.Eli Zaretskii2009-01-301-3/+4
|
* (unrmail): Record labels in X-RMAIL-* fields, which are recognized byChong Yidong2009-01-271-2/+2
| | | | the new Rmail, instead of X-BABYL-V6-*.
* (command-line-args-left): Remove unneeded declaration.Glenn Morris2009-01-271-13/+9
| | | | (batch-unrmail, unrmail): Doc fix.
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | * mail/mspools.el (rmail-get-new-mail):Dan Nicolaescu2007-11-251-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | | * mail/reporter.el (mail-position-on-field, mail-text): * mail/rmail.el (mail-position-on-field, mail-text-start) (rmail-update-summary): * mail/rmailedit.el (rmail-summary-disable) (rmail-summary-enable): * mail/rmailmsc.el (rmail-parse-file-inboxes) (rmail-show-message): * mail/rmailout.el (rmail-update-summary): * mail/rmailsort.el (rmail-update-summary): * mail/sendmail.el (dired-move-to-filename, dired-get-filename) (dired-view-file): * mail/uce.el (mail-strip-quoted-names): * mail/undigest.el (rmail-update-summary): * mail/unrmail.el (mail-strip-quoted-names): * ediff.el (diff-latest-backup-file): Declare as functions. * obsolete/mlsupport.el (ml-previous-page): Fix typo. (kill-to-end-of-line): * obsolete/rnews.el (news-set-minor-modes): Remove non working functions.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-091-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (unrmail): Mostly rewritten. Parses the fileRichard M. Stallman2004-05-101-68/+121
| | | | | directly, without calling any functions in Rmail. (unrmail-unprune): Function deleted.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (unrmail): Do the work directly,Richard M. Stallman2002-09-261-8/+112
| | | | | without actually selecting the messages in the from file. (unrmail-unprune): New subroutine.