| Commit message (Expand) | Author | Age | Files | Lines |
| * | (metamail-interpret-body): Remove Rmail-specific hack that is no | Glenn Morris | 2009-02-07 | 1 | -5/+15 |
| * | (rmail-create-summary-line): Widen the view buffer | Glenn Morris | 2009-02-07 | 1 | -15/+16 |
| * | (mail-bury-selects-summary, mail-yank-original): Doc fix. | Glenn Morris | 2009-02-07 | 1 | -124/+111 |
| * | Sync final change from rmail-mox-branch, rev 1.13.2.4, 2006-01-16. | Glenn Morris | 2009-02-07 | 1 | -3/+10 |
| * | (unrmail): Use current-time-string. | Glenn Morris | 2009-02-06 | 1 | -2/+1 |
| * | (rmail-mail-separator): Delete. | Glenn Morris | 2009-02-06 | 1 | -143/+151 |
| * | (rmail-duplicate-message): Make it work. | Glenn Morris | 2009-02-05 | 1 | -10/+21 |
| * | (rmail-what-message): Unbreak it. | Glenn Morris | 2009-02-05 | 1 | -6/+9 |
| * | (mail-fetch-field): Previous doc fix was ill-advised. | Glenn Morris | 2009-02-04 | 1 | -2/+2 |
| * | Require rmail not just when compiling. | Glenn Morris | 2009-02-04 | 1 | -8/+1 |
| * | No need for mule-util when compiling. | Glenn Morris | 2009-02-04 | 1 | -33/+33 |
| * | Tweak previous change. | Glenn Morris | 2009-02-03 | 1 | -5/+4 |
| * | (unrmail): In the absence of Mail-from, prefer Date over current-time. | Glenn Morris | 2009-02-03 | 1 | -5/+15 |
| * | (rmail-get-summary-labels): Treat empty labels as null. | Glenn Morris | 2009-02-03 | 1 | -1/+3 |
| * | (rmail-convert-babyl-to-mbox): Disable undo while | Glenn Morris | 2009-02-03 | 1 | -34/+41 |
| * | (rmail-label-obarray): Initialize using rmail-attr-array. | Glenn Morris | 2009-02-03 | 1 | -24/+34 |
| * | (rmail-ignored-headers, rmail-displayed-headers) | Glenn Morris | 2009-02-02 | 1 | -0/+4 |
| * | (rmail-view-buffer): Make buffer-local. | Stefan Monnier | 2009-02-01 | 1 | -173/+168 |
| * | (rmail-sort-messages): Use car-less-than-car if possible. | Stefan Monnier | 2009-02-01 | 1 | -8/+6 |
| * | (rmail-edit-map): Move init into declaration. | Stefan Monnier | 2009-02-01 | 1 | -15/+14 |
| * | (rmail-redecode-body): Use eight-bit instead of obsolete | Eli Zaretskii | 2009-01-31 | 1 | -7/+6 |
| * | (unrmail): Set coding-system of the old Rmail file to `raw-text-unix'. | Eli Zaretskii | 2009-01-31 | 1 | -4/+12 |
| * | (rmail-automatic-folder-directives, rmail): Doc fixes. | Eli Zaretskii | 2009-01-31 | 1 | -41/+55 |
| * | (rmail-redecode-body): Don't change EOL conversion of the new encoding if | Eli Zaretskii | 2009-01-31 | 1 | -3/+4 |
| * | (rmail-convert-babyl-to-mbox): Set Rmail's buffer encoding to `raw-text-unix'. | Eli Zaretskii | 2009-01-31 | 1 | -1/+6 |
| * | (rmail-new-summary): Don't try to summarize an empty folder. | Glenn Morris | 2009-01-31 | 1 | -2/+3 |
| * | (mail-fetch-field): Doc fix. | Glenn Morris | 2009-01-31 | 1 | -4/+5 |
| * | (rmail-msg-is-pruned): New (restored) function. | Glenn Morris | 2009-01-31 | 1 | -8/+14 |
| * | Tidy up commentary. | Glenn Morris | 2009-01-31 | 1 | -142/+121 |
| * | (unrmail): Fix conversion of BABYL attributes into Rmail-mbox attributes. | Eli Zaretskii | 2009-01-30 | 1 | -3/+4 |
| * | (rmail-resent-attr-index): Fix index value. | Eli Zaretskii | 2009-01-30 | 1 | -1/+1 |
| * | (rmail-convert-babyl-to-mbox): Bind coding-system-for-read to `raw-text', and | Eli Zaretskii | 2009-01-30 | 1 | -2/+3 |
| * | (rmail-speedbar-buttons, rmail-speedbar-move-message-to-folder-on-line): | Glenn Morris | 2009-01-30 | 1 | -4/+2 |
| * | (rmail-header-summary): Use line-end-position. | Glenn Morris | 2009-01-30 | 1 | -3/+3 |
| * | (rmail-summary-update-line): Replace duplicate line-beginning-position calls. | Glenn Morris | 2009-01-30 | 1 | -1/+1 |
| * | (rmail-reply): Handle empty folders. | Glenn Morris | 2009-01-30 | 1 | -0/+2 |
| * | (rmail-toggle-header): Determine current header | Chong Yidong | 2009-01-29 | 1 | -5/+14 |
| * | (rmail-summary-disable): Fix declaration. | Glenn Morris | 2009-01-29 | 1 | -1/+1 |
| * | (rmail-file-name): Remove duplicate definition. | Glenn Morris | 2009-01-29 | 1 | -15/+4 |
| * | (rmail-set-label): Update the summary, if there is one, after a label | Glenn Morris | 2009-01-29 | 1 | -1/+6 |
| * | (rmail-summary-update-line): New function. | Glenn Morris | 2009-01-29 | 1 | -4/+27 |
| * | (rmail-cease-edit): Add additional quotes to quoted From lines. | Chong Yidong | 2009-01-29 | 1 | -2/+3 |
| * | (rmail-show-message): Unquote From lines. | Chong Yidong | 2009-01-29 | 1 | -1/+7 |
| * | (rmail-redecode-body): New function, based on old version removed in | Chong Yidong | 2009-01-29 | 1 | -0/+94 |
| * | (rmail-toggle-header): Don't reset | Chong Yidong | 2009-01-28 | 1 | -6/+6 |
| * | (rmail-expunge-and-save): Always show a message, | Glenn Morris | 2009-01-28 | 1 | -88/+94 |
| * | (rmail-message-recipients-p-1): Don't bother | Glenn Morris | 2009-01-28 | 1 | -6/+29 |
| * | (rmail-convert-babyl-to-mbox): Prompt user before converting. | Chong Yidong | 2009-01-27 | 1 | -0/+3 |
| * | (unrmail): Record labels in X-RMAIL-* fields, which are recognized by | Chong Yidong | 2009-01-27 | 1 | -2/+2 |
| * | Tweak previous doc fix. | Glenn Morris | 2009-01-27 | 1 | -2/+2 |