| Commit message (Expand) | Author | Age | Files | Lines |
| * | *** empty log message *** | Kenichi Handa | 2003-09-08 | 1 | -5/+5 |
| |\ |
|
| | * | (mail-recover-1, mail-recover): Use utf-8-emacs | Dave Love | 2002-05-27 | 1 | -4/+4 |
| | * | (sendmail-send-it): Use :mime-charset, not | Dave Love | 2002-05-14 | 1 | -1/+1 |
| * | | New directory | Kenichi Handa | 2003-09-08 | 31 | -146/+33 |
| * | | Add arch taglines | Miles Bader | 2003-09-01 | 31 | -1/+33 |
| * | | (sendmail-sync-aliases, mail-setup): | Richard M. Stallman | 2003-08-29 | 1 | -6/+8 |
| * | | (mail-abbrevs-sync-aliases): Do nothing if mail-personal-alias-file is nil. | Richard M. Stallman | 2003-08-29 | 1 | -6/+7 |
| * | | (rmail-convert-to-babyl-format): Detect | Eli Zaretskii | 2003-08-28 | 1 | -6/+73 |
| * | | Fix previous change: | Glenn Morris | 2003-08-26 | 1 | -6/+17 |
| * | | (smtpmail-mail-address): Doc change. | Glenn Morris | 2003-08-24 | 1 | -6/+5 |
| * | | (mail-specify-envelope-from): Doc change. | Glenn Morris | 2003-08-24 | 1 | -3/+4 |
| * | | (smtpmail-send-it): Create smtpmail-queue-dir if it doesn't exist. | Juanma Barranquero | 2003-07-13 | 1 | -0/+2 |
| * | | (mail-specify-envelope-from, mail-envelope-from): Doc fix. | Glenn Morris | 2003-07-04 | 1 | -4/+8 |
| * | | Use `push' and replace `regi-pos' by equivalents. | Stefan Monnier | 2003-05-24 | 1 | -277/+154 |
| * | | (mail-mode): Don't bother setting paragraph-start. | Stefan Monnier | 2003-05-18 | 1 | -5/+3 |
| * | | Use explicit coding tag. | Stefan Monnier | 2003-05-18 | 1 | -3/+3 |
| * | | (rmail-ignored-headers): Ignore Face: header. | John Paul Wallington | 2003-05-15 | 1 | -1/+1 |
| * | | (smtpmail-open-stream): Don't hard code | Simon Josefsson | 2003-05-13 | 1 | -2/+4 |
| * | | (smtpmail-send-queued-mail): Use point-at-bol instead of forward-line. | Juanma Barranquero | 2003-05-09 | 1 | -1/+1 |
| * | | (smtpmail-send-queued-mail): Don't use kill-line. | Juanma Barranquero | 2003-05-08 | 1 | -1/+1 |
| * | | (mail-directory-function, mail-directory-requery, mail-directory): Don't quote | Juanma Barranquero | 2003-05-06 | 1 | -3/+3 |
| * | | (rmail-primary-inbox-list): Don't quote nil and t in docstrings. | Juanma Barranquero | 2003-05-06 | 1 | -1/+1 |
| * | | (mail-dont-send, mail-bury): Make ARG optional. | Richard M. Stallman | 2003-05-03 | 1 | -2/+2 |
| * | | No longer has a maintainer. | Richard M. Stallman | 2003-05-01 | 1 | -1/+1 |
| * | | (mail-send-and-exit): Make arg optional. | Richard M. Stallman | 2003-04-24 | 1 | -1/+1 |
| * | | (rmail-make-basic-summary-line): If there's | Richard M. Stallman | 2003-04-09 | 1 | -43/+46 |
| * | | (rmail-insert-inbox-text): Make the pop3 mechanism work on cygwin systems too. | Juanma Barranquero | 2003-02-20 | 1 | -1/+1 |
| * | | (unforward-rmail-message): Allow nested | Francesco Potortì | 2003-02-20 | 1 | -6/+16 |
| * | | Initial commit to the trunk. | Paul Reilly | 2003-02-19 | 1 | -0/+632 |
| * | | (rfc822-nuke-whitespace): Fix character constant. | Juanma Barranquero | 2003-02-18 | 1 | -1/+1 |
| * | | (rmail-summary-previous-msg): Add docstring. | John Paul Wallington | 2003-02-06 | 1 | -7/+9 |
| * | | Trailing whitepace deleted. | Juanma Barranquero | 2003-02-04 | 14 | -70/+70 |
| * | | (rmail-output): If preserving MIME-version, preserve Content-type too. | Francesco Potortì | 2003-02-04 | 1 | -12/+12 |
| * | | (rmail-forward-separator-regex): New custom variable. | Francesco Potortì | 2003-01-31 | 1 | -2/+9 |
| * | | * mh-e: Created directory. ChangeLog will appear in a week when we | Bill Wohler | 2003-01-26 | 14 | -13913/+0 |
| * | | (Commentary): Use command remapping instead of | Andreas Schwab | 2003-01-12 | 1 | -5/+3 |
| * | | Upgraded to MH-E version 7.1. | Bill Wohler | 2003-01-08 | 14 | -4350/+6498 |
| * | | (unforward-rmail-message): Don't use global variable `n'. | Kim F. Storm | 2003-01-08 | 1 | -4/+4 |
| * | | (unforward-rmail-message): Simplified. No functional change. | Francesco Potortì | 2003-01-08 | 1 | -5/+2 |
| * | | (unforward-rmail-message): Skip all newlines | Francesco Potortì | 2003-01-07 | 1 | -2/+3 |
| * | | (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes. | John Paul Wallington | 2003-01-06 | 1 | -3/+3 |
| * | | (rmail-font-lock-keywords): Discard code to match both cases. | Richard M. Stallman | 2003-01-06 | 1 | -4/+6 |
| * | | (mail-font-lock-keywords): Match multiline In-Reply-To and X-*. | Richard M. Stallman | 2003-01-06 | 1 | -1/+1 |
| * | | (mail-split-line): New function. | Kim F. Storm | 2003-01-03 | 1 | -1/+9 |
| * | | (rmail-reply): Don't call mail-strip-quoted-names. | Richard M. Stallman | 2003-01-01 | 1 | -1/+2 |
| * | | (unforward-rmail-message): Do not assume that | Francesco Potortì | 2002-12-23 | 1 | -3/+11 |
| * | | (rmail-mail-separator): Renamed from | Francesco Potortì | 2002-12-20 | 1 | -47/+70 |
| * | | (rmail-digest-methods, rmail-digest-mail-separator): New variables. | Francesco Potortì | 2002-12-16 | 1 | -0/+1 |
| * | | Now supports MIME too. | Francesco Potortì | 2002-12-16 | 1 | -79/+157 |
| * | | (smtpmail-via-smtp): Fall back to user-mail-address as sender. | Simon Josefsson | 2002-12-15 | 1 | -4/+5 |