aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail (follow)
Commit message (Expand)AuthorAgeFilesLines
* (metamail-interpret-body): Remove Rmail-specific hack that is noGlenn Morris2009-02-071-5/+15
* (rmail-create-summary-line): Widen the view bufferGlenn Morris2009-02-071-15/+16
* (mail-bury-selects-summary, mail-yank-original): Doc fix.Glenn Morris2009-02-071-124/+111
* Sync final change from rmail-mox-branch, rev 1.13.2.4, 2006-01-16.Glenn Morris2009-02-071-3/+10
* (unrmail): Use current-time-string.Glenn Morris2009-02-061-2/+1
* (rmail-mail-separator): Delete.Glenn Morris2009-02-061-143/+151
* (rmail-duplicate-message): Make it work.Glenn Morris2009-02-051-10/+21
* (rmail-what-message): Unbreak it.Glenn Morris2009-02-051-6/+9
* (mail-fetch-field): Previous doc fix was ill-advised.Glenn Morris2009-02-041-2/+2
* Require rmail not just when compiling.Glenn Morris2009-02-041-8/+1
* No need for mule-util when compiling.Glenn Morris2009-02-041-33/+33
* 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
* (rmail-get-summary-labels): Treat empty labels as null.Glenn Morris2009-02-031-1/+3
* (rmail-convert-babyl-to-mbox): Disable undo whileGlenn Morris2009-02-031-34/+41
* (rmail-label-obarray): Initialize using rmail-attr-array.Glenn Morris2009-02-031-24/+34
* (rmail-ignored-headers, rmail-displayed-headers)Glenn Morris2009-02-021-0/+4
* (rmail-view-buffer): Make buffer-local.Stefan Monnier2009-02-011-173/+168
* (rmail-sort-messages): Use car-less-than-car if possible.Stefan Monnier2009-02-011-8/+6
* (rmail-edit-map): Move init into declaration.Stefan Monnier2009-02-011-15/+14
* (rmail-redecode-body): Use eight-bit instead of obsoleteEli Zaretskii2009-01-311-7/+6
* (unrmail): Set coding-system of the old Rmail file to `raw-text-unix'.Eli Zaretskii2009-01-311-4/+12
* (rmail-automatic-folder-directives, rmail): Doc fixes.Eli Zaretskii2009-01-311-41/+55
* (rmail-redecode-body): Don't change EOL conversion of the new encoding ifEli Zaretskii2009-01-311-3/+4
* (rmail-convert-babyl-to-mbox): Set Rmail's buffer encoding to `raw-text-unix'.Eli Zaretskii2009-01-311-1/+6
* (rmail-new-summary): Don't try to summarize an empty folder.Glenn Morris2009-01-311-2/+3
* (mail-fetch-field): Doc fix.Glenn Morris2009-01-311-4/+5
* (rmail-msg-is-pruned): New (restored) function.Glenn Morris2009-01-311-8/+14
* Tidy up commentary.Glenn Morris2009-01-311-142/+121
* (unrmail): Fix conversion of BABYL attributes into Rmail-mbox attributes.Eli Zaretskii2009-01-301-3/+4
* (rmail-resent-attr-index): Fix index value.Eli Zaretskii2009-01-301-1/+1
* (rmail-convert-babyl-to-mbox): Bind coding-system-for-read to `raw-text', andEli Zaretskii2009-01-301-2/+3
* (rmail-speedbar-buttons, rmail-speedbar-move-message-to-folder-on-line):Glenn Morris2009-01-301-4/+2
* (rmail-header-summary): Use line-end-position.Glenn Morris2009-01-301-3/+3
* (rmail-summary-update-line): Replace duplicate line-beginning-position calls.Glenn Morris2009-01-301-1/+1
* (rmail-reply): Handle empty folders.Glenn Morris2009-01-301-0/+2
* (rmail-toggle-header): Determine current headerChong Yidong2009-01-291-5/+14
* (rmail-summary-disable): Fix declaration.Glenn Morris2009-01-291-1/+1
* (rmail-file-name): Remove duplicate definition.Glenn Morris2009-01-291-15/+4
* (rmail-set-label): Update the summary, if there is one, after a labelGlenn Morris2009-01-291-1/+6
* (rmail-summary-update-line): New function.Glenn Morris2009-01-291-4/+27
* (rmail-cease-edit): Add additional quotes to quoted From lines.Chong Yidong2009-01-291-2/+3
* (rmail-show-message): Unquote From lines.Chong Yidong2009-01-291-1/+7
* (rmail-redecode-body): New function, based on old version removed inChong Yidong2009-01-291-0/+94
* (rmail-toggle-header): Don't resetChong Yidong2009-01-281-6/+6
* (rmail-expunge-and-save): Always show a message,Glenn Morris2009-01-281-88/+94
* (rmail-message-recipients-p-1): Don't botherGlenn Morris2009-01-281-6/+29
* (rmail-convert-babyl-to-mbox): Prompt user before converting.Chong Yidong2009-01-271-0/+3
* (unrmail): Record labels in X-RMAIL-* fields, which are recognized byChong Yidong2009-01-271-2/+2
* Tweak previous doc fix.Glenn Morris2009-01-271-2/+2