]> code.delx.au - gnu-emacs/blob - etc/MH-E-NEWS
(regex_compile): Fix previous change.
[gnu-emacs] / etc / MH-E-NEWS
1 * COPYRIGHT
2
3 Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4
5 Copying and distribution of this file, with or without modification,
6 are permitted in any medium without royalty provided the copyright
7 notice and this notice are preserved.
8
9 * Changes in MH-E 8.0.3
10
11 Version 8.0.3 fixes errors in sending messages and in running spam
12 filter commands in certain circumstances.
13
14 ** Bug Fixes in MH-E 8.0.3
15
16 *** mh-send-args Cannot Be nil
17
18 If `mh-send-uses-spost-flag' was set, an error would prevent the
19 sending of messages. This has been fixed (closes SF #1564742).
20
21 *** Missing Quotes in sa-learn Command Line
22
23 This has been fixed (closes SF #1565460).
24
25 *** Errors Associated with mh-junk-background
26
27 The Spamassassin filter commands were used inconsistently and
28 incorrectly; if `mh-junk-background' were nil, not all of the updating
29 would happen correctly. In the other back-ends such as bogofilter and
30 SpamProbe, a value of t for `mh-junk-background' would cause the
31 commands associated with these filters to fail. These problems have
32 been fixed (closes SF #1594802).
33
34 \f
35
36 * Changes in MH-E 8.0.2
37
38 Version 8.0.2 fixes the tool bar and `F n' on XEmacs, and `K a' on GNU
39 mailutils.
40
41 ** Bug Fixes in MH-E 8.0.2
42
43 *** Tool Bar Not Displayed in XEmacs
44
45 The MH-E tool bar didn't show up in XEmacs; now it does. Thanks to Ted
46 Phelps <phelps@gnusto.com> (closes SF #1506846).
47
48 *** mh-mime-save-parts Assumes -store Default
49
50 It was assumed that -store was the default for both mhn and mhstore.
51 This has been fixed by using -store except when using nmh. Thanks to
52 Sergey Poznyakoff <gray@Mirddin.farlep.net> (closes SF #1513140).
53
54 *** F-n Doesn't Work
55
56 The fix for SF #1499712 broke `F n' (`mh-index-new-messages') on
57 XEmacs since a regular expression that XEmacs could not handle was
58 added. This regexp has been fixed (closes SF #1514424).
59
60 * Changes in MH-E 8.0.1
61
62 Version 8.0.1 works around a couple of bugs in GNU mailutils, spost,
63 and Windows. MH-E now requires the use of version 1.0 of mailutils due
64 to a bug in the folder command.
65
66 ** Bug Fixes in MH-E 8.0.1
67
68 *** Infinite Loop When Searching (mailutils)
69
70 The GNU mailutils folder command displays output when a folder doesn't
71 exist. MH-E didn't expect this and responded with an infinite loop
72 during searches. While this bug has since been fixed in mailutils,
73 MH-E has been modified to work anyway (closes SF #1499712).
74
75 *** spost Doesn't Have -msgid or -mime Flags
76
77 The post replacement spost does not support the -msgid or -mime flags.
78 A new variable `mh-send-uses-spost-flag' was added to control the use
79 of these flags (closes SF #1486726).
80
81 *** <2> in Search Folders Illegal in Windows
82
83 The <2> suffix to the search folder names contain illegal filename
84 characters in Windows. These cause searches to fail on Windows. This
85 has been fixed by changing the suffix to -2 (closes SF #1507002).
86
87 \f
88
89 * Changes in MH-E 8.0
90
91 Version 8.0 supports GNU mailutils, S/MIME, picons, which-func-mode,
92 sports an improved interface for hiding header fields, improves upon
93 the MH variant detection, improves folder completion, makes the pick
94 search equivalent to the other types of searches, spruces up the tool
95 bar, creates the correct MIME type when including OpenOffice
96 documents, works on a Mac, adds colors to buttons for signed or
97 encrypted messages, incorporates new features introduced in
98 Emacs 22.1, fixes a bunch of bugs, and best of all, comes with an
99 updated manual!
100
101 Internally, MH-E now sports a new software organization which will
102 help future maintainability. As a side-effect, the number of XEmacs
103 compilation warnings has plummeted from hundreds to just three. CVS
104 users will notice that MH-E has been migrated from the CVS repository
105 from SourceForge to Savannah (but only for those files that were
106 already part of Emacs). As a result, the location of MH-E in the
107 load-path has changed, and mh-e-autoloads.el was renamed to
108 mh-autoloads.el. See section INSTALL in the README for details. While
109 this migration will benefit maintainers, it will also benefit users:
110 CVS Emacs users will not have to check out MH-E separately and welcome
111 faster MH-E updates, and CVS MH-E users will welcome faster MH-E
112 updates from Emacs developers. Read section CVS MH-E INSTALL in the
113 README for details.
114
115 While not related to this release, the MH-E mailing lists are now
116 gatewayed at gmane.org (closes SF #979308).
117
118 If you want to see the release notes for the alpha and beta releases
119 leading up this release, please see:
120
121 http://cvs.savannah.gnu.org/viewcvs/emacs/etc/MH-E-NEWS?rev=1.25&root=emacs&view=markup
122
123 \f
124
125 ** New Features in MH-E 8.0
126
127 *** GNU mailutils Support
128
129 MH-E now supports GNU mailutils 0.4 and higher versions.
130
131 *** S/MIME Support
132
133 MH-E now supports S/MIME using Gnus 5.10.6 or higher.
134
135 *** Picon Support
136
137 In addition to the other methods of displaying an icon for the sender
138 of a message, MH-E can now display images from a picon directory. The
139 directory search path is found in the `mh-picon-directory-list'
140 variable. More documentation is found in the "facedb" sections in the
141 xfaces man page.
142
143 *** Catchup Command
144
145 There is a new `F c' (`mh-catchup') command that marks all unread
146 messages in the current folder as read.
147
148 *** Use which-func-mode to Display Folder in Index Mode
149
150 Turning on `which-func-mode' displays the folder name of the message
151 under the cursor in index folders (closes SF #855520).
152
153 *** Quick Key Help
154
155 The `?' (`mh-help') function now displays the help in its own buffer
156 called *MH-E Help* (closes SF #493740 and SF #656631).
157
158 *** Search Unification
159
160 The old `F s' behavior of adding messages to the search sequence has
161 been removed. The `F i' keybinding was deprecated and the new `F s'
162 (`mh-search') command is used to initiate either indexed or pick
163 searches. Within the MH-Search buffer (renamed from MH-Pick), the
164 command `C-c C-p' (`mh-pick-do-search') now runs pick on the given
165 folder recursively and displays the results in a search folder like
166 the other search methods (closes SF #829207).
167
168 *** Entry Points Have Moved
169
170 Emacs 21 users must now add `(require 'mh-autoloads)' because the
171 entry points (such as `mh-rmail' and `mh-smail') have moved to
172 different files which have made the autoloads that come with Emacs
173 inaccurate. This change was necessary because the code was reorganized
174 to remove circular dependencies, to make the code more stable and
175 maintainable, and to reduce the time to load MH-E.
176
177 *** MH-Folder Keymap Changes
178
179 There is now a keymap for the printing functions whose prefix is `P'.
180 The command `l' (`mh-print-msg') has been replaced with `P l' although
181 we suggest you use the new `P p' instead.
182
183 Key 7.4.4 8.0
184
185 ; - mh-toggle-mh-decode-mime-flag
186 l mh-print-msg -
187 / f mh-narrow-to-from -
188 / r mh-narrow-to-range -
189 / g - mh-narrow-to-range
190 / m - mh-narrow-to-from
191 F c - mh-catchup
192 F i mh-index-search -
193 F s mh-search-folder mh-search
194 K e - mh-display-with-external-viewer
195 K t - mh-toggle-mime-buttons
196 P ? - mh-prefix-help
197 P C - mh-ps-print-toggle-color
198 P F - mh-ps-print-toggle-faces
199 P f - mh-ps-print-msg-file
200 P l - mh-print-msg
201 P p - mh-ps-print-msg
202
203 *** MH-Letter Keymap Changes
204
205 The change where `mh-letter-mode' derives from `mail-mode' adds a few
206 keybindings. Some are interesting: experiment! Only the keybinding
207 changes for MH-E functions are listed here.
208
209 Most of the changes have to do with the renaming of the functions with
210 "mhn" in them to "mh" because nmh doesn't use `mhn'. The names were
211 also made consistent with the the family of "mml" functions.
212
213 The type of signing or encryption has been generalized so the method
214 is now an option rather than a part of the function's name. The option
215 is `mh-mml-method-default' and choices include PGP (MIME), PGP,
216 S/MIME, or none.
217
218 Key 7.4.4 8.0
219
220 C-c C-e mh-edit-mhn mh-mh-to-mime
221 C-c RET C-e mh-mml-secure-message-encrypt-pgpmime
222 mh-mml-secure-message-encrypt
223 C-c RET C-g - mh-mh-compose-anon-ftp
224 C-c RET C-n - mh-mml-unsecure-message
225 C-c RET C-s mh-mml-secure-message-sign-pgpmime
226 mh-mml-secure-message-sign
227 C-c RET C-t - mh-mh-compose-external-compressed-tar
228 C-c RET C-u mh-revert-mhn-edit mh-mh-to-mime-undo
229 C-c RET C-x - mh-mh-compose-external-type
230 C-c RET e mh-mml-secure-message-encrypt-pgpmime
231 Prefix Command
232 C-c RET e e - mh-mml-secure-message-encrypt
233 C-c RET e s - mh-mml-secure-message-signencrypt
234 C-c RET g - mh-mh-compose-anon-ftp
235 C-c RET n - mh-mml-unsecure-message
236 C-c RET s - Prefix Command
237 C-c RET s e - mh-mml-secure-message-signencrypt
238 C-c RET s s - mh-mml-secure-message-sign
239 C-c RET t - mh-mh-compose-external-compressed-tar
240 C-c RET u mh-revert-mhn-edit mh-mh-to-mime-undo
241 C-c RET x - mh-mh-compose-external-type
242
243 C-c C-f C-a - mh-to-field
244 C-c C-f C-l - mh-to-field
245 C-c C-f RET - mh-to-field
246 C-c C-f a - mh-to-field
247 C-c C-f l - mh-to-field
248 C-c C-f m - mh-to-field
249
250 *** MH-Search Keymap Changes
251
252 These are the changes associated with the new search mode. The command
253 `C-c C-c' (`mh-index-do-search') now performs the standard indexed
254 search, while `C-c C-p' (`mh-pick-do-search') runs pick as before,
255 only better!
256
257 The `mh-to-field' keybindings were adjusted to be consistent with
258 those in the MH-Letter mode.
259
260 Key 7.4.4 8.0
261
262 C-c C-c mh-do-search mh-index-do-search
263 C-c C-f C-d mh-to-field -
264 C-c C-f C-f mh-to-field -
265 C-c C-f C-r mh-to-field -
266 C-c C-f RET - mh-to-field
267 C-c C-f d mh-to-field -
268 C-c C-f f mh-to-field -
269 C-c C-f m - mh-to-field
270 C-c C-f r mh-to-field -
271 C-c TAB mh-index-do-search -
272
273 *** Updates to X-Image-URL
274
275 Now support the use of `curl' and `fetch' as alternatives to `wget' to
276 obtain the image. The display of images are controlled with the
277 `mh-show-use-xface-flag' option while the `mh-fetch-x-image-url'
278 option controls how the images are fetched.
279
280 The default of `mh-fetch-x-image-url' has been changed to "Never
281 Fetch." Those of you who like the value of "Ask Before Fetching" will
282 have to customize this option (closes SF #831278).
283
284 WARNING: There are security concerns with this feature. Please read
285 the documentation for these options carefully before changing the
286 default.
287
288 *** Updates to mh-identity-list
289
290 Note that the field names found in `mh-identity-list' that refer to
291 the fields in `mh-identity-handlers' have changed in an incompatible
292 way from 7.4.4. In general, the symbolic names now have a ":" prefix
293 to avoid collisions with header fields. Before starting Emacs, edit
294 your .emacs and insert ":" before "signature" if you have defined it.
295
296 You can change your attribution in replies with the new "Attribution
297 Verb" field, and you can set your default GPG user ID with the "GPG
298 key ID" field.
299
300 Signatures can now be read from the `mh-signature-file-name' variable,
301 or come from a function, in addition to a named file. If you write
302 your own function, variables that you can use include
303 `mh-signature-separator-regexp', `mh-signature-separator',
304 and `mh-signature-separator-p'.
305
306 The handling of these fields has been moved into a new
307 `mh-identity-handlers' option, an alist of fields (strings) and
308 handlers (functions). Strings are lowercase. Use ":signature" for
309 Signature and ":pgg-default-user-id" for GPG Key ID. The function
310 associated with the string "default" is used if no other functions are
311 appropriate. For this reason, don't name a header field "Default".
312
313 If you point your signature at a vCard file with a vcf suffix, then it
314 will be incorporated as a vCard body part (closes SF #802723).
315
316 *** Updates to Speedbar
317
318 The speedbar now renders the folders with unseen messages in boldface
319 which makes them easier to identify (closes SF #623369).
320
321 *** Updates to mh-msg-is-in-seq
322
323 Can now specify an alternate message number to `S s'
324 (`mh-msg-is-in-seq') with a prefix argument.
325
326 *** Updates to mh-to-field-choices
327
328 In MH-Letter mode, you can use the `C-c C-f' (`mh-to-field') prefix to
329 go to and insert fields. The fields `Reply-To:', `Mail-Reply-To:',
330 `Mail-Followup-To:' can now be created via the `C-r', `C-a' (for
331 author), and `C-l' keys respectively. The key for the `From:' field
332 has been renamed from `C-r' to `C-m' for consistency with `mail-mode'
333 (closes SF #1400139).
334
335 *** Change Content-Type Renderer on the Fly in MH-Show Buffer
336
337 This has been implemented by adding the key binding `K e'
338 (`mh-display-with-external-viewer'). For inline text/html parts,
339 buttons aren't displayed by default. In that case use `K t'
340 (`mh-toggle-mime-buttons') to display the button before viewing it
341 with an external browser (closes SF #839318).
342
343 *** MH-E No Longer Calls install-mh
344
345 The new variant detection code makes use of `mhparam' which assumes
346 that your MH environment has already been set up. The code to call
347 `install-mh', which could no longer be run anyway, was removed.
348
349 *** Add :package-version Keyword to Options
350
351 This `defcustom', `defgroup', and `defface' keyword was introduced in
352 Emacs 22.1. MH-E has been extended to take advantage of it. With this
353 keyword, you can now use `M-x customize-changed-options' to see what
354 options in MH-E have changed between versions of Emacs. In a future
355 version of Emacs, you'll be able to see changes between MH-E versions
356 as well (closes SF #1452724).
357
358 *** Render Signature and vCard in Italics
359
360 This has been implemented. Use `mh-show-signature-face' to customize
361 the face used (closes SF #802722).
362
363 *** Derive mh-letter-mode from mail-mode
364
365 MH-Letter mode is now derived from `mail-mode'. We were able to delete
366 a lot of code. In return, there are a few `mail-mode' commands that
367 are available that may or may not be useful and the `mail-mode-hook'
368 is run (closes SF #1385571).
369
370 *** Remove Emacs 20 Support
371
372 As it turns out, we had already added some code that didn't work on
373 Emacs 20. However, now we've formalized it and removed code that was
374 present solely for Emacs 20 support (closes SF #1359240).
375
376 *** Glimpse Support Removed
377
378 Since glimpse isn't free, we cannot mention it. Glimpse has been
379 removed from the option `mh-indexer-choices' (closes SF #831276).
380
381 *** Use run-hook-with-args
382
383 We use normal hooks whenever possible and do not use
384 `run-hook-with-args' (with one documented exception) (closes SF
385 #643702).
386
387 \f
388
389 ** New Variables in MH-E 8.0
390
391 *** mh-after-commands-processed-hook
392
393 Hook run by `x' (`mh-execute-commands') after performing outstanding
394 refile and delete requests.
395
396 *** mh-alias-reloaded-hook
397
398 Invoked by `mh-alias-reload' after reloading aliases.
399
400 *** mh-auto-fields-prompt-flag
401
402 On means to prompt before sending if fields in `mh-auto-fields-list'
403 are inserted.
404
405 *** mh-before-commands-processed-hook
406
407 Renamed from `mh-folder-updated-hook'. It wasn't clear whether
408 `mh-folder-updated-hook' was run before or after the commands were
409 executed. We now provide both with clear names.
410
411 *** mh-compose-forward-as-mime-flag
412
413 On means that messages are forwarded as attachments (closes SF
414 #827203).
415
416 *** mh-default-folder-for-message-function
417
418 Function to select a default folder for refiling or `Fcc:'.
419
420 *** mh-forward-hook
421
422 Invoked on the forwarded letter by `f' (`mh-forward').
423
424 *** mh-highlight-citation-style
425
426 Renamed from `mh-highlight-citation-p' since it wasn't a boolean. The
427 new name is also more descriptive.
428
429 *** mh-identity-handlers
430
431 Handler functions for fields in `mh-identity-list'.
432
433 *** mh-insert-signature-hook
434
435 Renamed from `mh-letter-insert-signature-hook' since most of the other
436 hooks do not carry the mode in the prefix and because the new name is
437 equally clear.
438
439 *** mh-invisible-header-fields-default
440
441 List of hidden header fields. The header fields listed in this option
442 are hidden, although you can check off any field that you would like
443 to see. Header fields that you would like to hide that aren't listed
444 can be added to the `mh-invisible-header-fields' option (closes SF
445 #752045).
446
447 The option `mh-visible-header-fields' has been deleted.
448
449 *** mh-junk-background
450
451 If on, spam programs are run in background. This used to be the
452 default behavior but this could overwhelm a system if many messages
453 were black- or whitelisted at once. The spam programs are now run in
454 the foreground, but this option can be used to put them back in the
455 background.
456
457 *** mh-junk-disposition
458
459 Renamed from `mh-junk-mail-folder' since this variable can accept
460 values other than folder names.
461
462 *** mh-kill-folder-suppress-prompt-hooks
463
464 Renamed from `mh-kill-folder-suppress-prompt-hook'. By convention,
465 abnormal hooks, which this is, either have a -function or -hooks
466 suffix.
467
468 *** mh-mhl-format-file
469
470 Renamed from `mhl-formfile' to put it in the MH-E namespace and to be
471 consistent with other similar options.
472
473 *** mh-mh-to-mime-hook
474
475 Renamed from `mh-edit-mhn-hook'. We have a family of `mh-mml-to-mime'
476 functions and variables; the older mhn functions and variables were
477 renamed to have a consistent `mh-mh-to-mime' prefix.
478
479 *** mh-mml-method-default
480
481 Default method to use in security tags.
482
483 *** mh-new-messages-folders
484
485 Renamed from `mh-index-new-messages-folders' for clarity.
486
487 *** mh-path
488
489 Additional list of directories to search for MH.
490
491 *** mh-redist-full-contents-flag
492
493 On means the `dist' command needs entire letter for redistribution.
494 This was previously a variable. It's now an option.
495
496 *** mh-search-mode-hook
497
498 Renamed from `mh-pick-mode-hook' as part of the
499 `mh-index.el'/`mh-pick.el' merge into `mh-search.el'.
500
501 *** mh-search-program
502
503 Renamed from `mh-index-program' as part of the
504 `mh-index.el'/`mh-pick.el' merge into `mh-search.el'.
505
506 *** mh-signature-separator-flag
507
508 On means a signature separator should be inserted. It is not
509 recommended that you change this option since various mail user
510 agents, including MH-E, use the separator to present the signature
511 differently, and to suppress the signature when replying or yanking a
512 letter into a draft.
513
514 *** mh-sortm-args
515
516 Additional arguments for `sortm'. This was previously an internal
517 variable. It's now an user-customizable option.
518
519 *** mh-speed-update-interval
520
521 Renamed from `mh-speed-flists-interval' for clarity.
522
523 *** mh-ticked-messages-folders
524
525 Renamed from `mh-index-ticked-messages-folders' for clarity.
526
527 *** mh-variant
528
529 Specifies the variant used by MH-E. The default setting of this option
530 is `Auto-detect' which means that MH-E will automatically choose the
531 first of nmh, MH, or GNU mailutils that it finds in the directories
532 listed in `mh-path', `mh-sys-path', and `exec-path'. If, for example,
533 you have both nmh and mailutils installed and `mh-variant-in-use' was
534 initialized to nmh but you want to use mailutils, then you can set
535 this option to `mailutils'.
536
537 When this variable is changed, MH-E resets `mh-progs', `mh-lib',
538 `mh-lib-progs', `mh-flists-present-flag', and `mh-variant-in-use'
539 accordingly.
540
541 If you've set these variables in your .emacs, it is strongly suggested
542 that you comment them out. The MH detection code has been completely
543 rewritten and it is very likely that you no longer to set them and
544 their setting may confuse other MH-E settings.
545
546 *** mh-xemacs-tool-bar-position
547
548 Renamed from `mh-xemacs-toolbar-position' per GNU Emacs naming conventions.
549
550 *** mh-xemacs-use-tool-bar-flag
551
552 Renamed from `mh-xemacs-use-toolbar-flag' per GNU Emacs naming conventions.
553
554 *** mh-yank-behavior
555
556 Renamed from `mh-yank-from-start-of-msg' for clarity.
557
558 \f
559
560 ** Variables Deleted in MH-E 8.0
561
562 *** mh-alias-system-aliases
563
564 System definitions should not be a user option.
565
566 *** mh-edit-mhn-hook
567
568 Renamed to `mh-mh-to-mime-hook'.
569
570 *** mh-folder-updated-hook
571
572 Renamed to `mh-before-commands-processed-hook'.
573
574 *** mh-highlight-citation-p
575
576 Renamed to `mh-highlight-citation-style'.
577
578 *** mh-index-new-messages-folders
579
580 Renamed to `mh-new-messages-folders'.
581
582 *** mh-index-program
583
584 Renamed to `mh-search-program'.
585
586 *** mh-index-ticked-messages-folders
587
588 Renamed to `mh-ticked-messages-folders'.
589
590 *** mh-junk-mail-folder
591
592 Since this variable can accept values other than folder names, it was
593 renamed to `mh-junk-disposition' to more accurately reflect the content.
594
595 *** mh-kill-folder-suppress-prompt-hook
596
597 Renamed to `mh-kill-folder-suppress-prompt-hooks'.
598
599 *** mh-letter-insert-signature-hook
600
601 Renamed to `mh-insert-signature-hook'.
602
603 *** mh-pick-mode-hook
604
605 Renamed to `mh-search-mode-hook'.
606
607 *** mh-show-use-goto-addr-flag
608
609 This flag was redundant with and inconsistent with
610 `goto-address-highlight-p' at the same time, so we removed it. Please
611 customize `goto-address-highlight-p' if you wish to turn off email
612 address and URL highlighting.
613
614 *** mh-speed-flists-interval
615
616 Renamed to `mh-speed-update-interval'.
617
618 *** mh-speed-run-flists-flag
619
620 Deleted since setting `mh-speed-flists-interval' to 0 accomplishes the
621 same thing.
622
623 *** mh-visible-header-fields
624
625 Deleted since it would hide new header fields you might want to see.
626
627 *** mh-xemacs-toolbar-position
628
629 Renamed to `mh-xemacs-tool-bar-position'.
630
631 *** mh-xemacs-use-toolbar-flag
632
633 Renamed to `mh-xemacs-use-tool-bar-flag'.
634
635 *** mh-yank-from-start-of-msg
636
637 Renamed to `mh-yank-behavior'.
638
639 *** mhl-formfile
640
641 Renamed to `mh-mhl-format-file'.
642
643 \f
644
645 ** New Faces in MH-E 8.0
646
647 *** mh-folder-address
648
649 Renamed from `mh-folder-address-face' per new Emacs conventions.
650
651 *** mh-folder-body
652
653 Renamed from `mh-folder-body-face' per new Emacs conventions.
654
655 *** mh-folder-cur-msg-number
656
657 Renamed from `mh-folder-cur-msg-number-face' per new Emacs conventions.
658
659 *** mh-folder-date
660
661 Renamed from `mh-folder-date-face' per new Emacs conventions.
662
663 *** mh-folder-deleted
664
665 Renamed from `mh-folder-deleted-face' per new Emacs conventions.
666
667 *** mh-folder-followup
668
669 Renamed from `mh-folder-followup-face' per new Emacs conventions.
670
671 *** mh-folder-msg-number
672
673 Renamed from `mh-folder-msg-number-face' per new Emacs conventions.
674
675 *** mh-folder-refiled
676
677 Renamed from `mh-folder-refiled-face' per new Emacs conventions.
678
679 *** mh-folder-sent-to-me-hint
680
681 Fontification hint face in messages sent directly to us.
682
683 *** mh-folder-sent-to-me-sender
684
685 Sender face in messages sent directly to us.
686
687 *** mh-folder-subject
688
689 Renamed from `mh-folder-subject-face' per new Emacs conventions.
690
691 *** mh-folder-tick
692
693 Renamed from `mh-folder-tick-face' per new Emacs conventions.
694
695 *** mh-folder-to
696
697 Renamed from `mh-folder-to-face' per new Emacs conventions.
698
699 *** mh-letter-header-field
700
701 Renamed from `mh-letter-header-field-face' per new Emacs conventions.
702
703 *** mh-search-folder
704
705 Renamed from `mh-index-folder-face'.
706
707 *** mh-show-cc
708
709 Renamed from `mh-show-cc-face' per new Emacs conventions.
710
711 *** mh-show-date
712
713 Renamed from `mh-show--face' per new Emacs conventions.
714
715 *** mh-show-from
716
717 Renamed from `mh-show-from-face' per new Emacs conventions.
718
719 *** mh-show-header
720
721 Renamed from `mh-show-header-face' per new Emacs conventions.
722
723 *** mh-show-pgg-bad
724
725 Face used to highlight a bad PGG signature.
726
727 *** mh-show-pgg-good
728
729 Face used to highlight a good PGG signature.
730
731 *** mh-show-pgg-unknown
732
733 Face used to highlight a PGG signature whose status is unknown. This
734 face is also used for a signature when the signer is untrusted.
735
736 *** mh-show-signature
737
738 Face used to highlight the signature.
739
740 *** mh-show-subject
741
742 Renamed from `mh-show-subject-face' per new Emacs conventions.
743
744 *** mh-show-to
745
746 Renamed from `mh-show-to-face' per new Emacs conventions.
747
748 *** mh-show-xface
749
750 Renamed from `mh-show-xface-face' per new Emacs conventions.
751
752 *** mh-speedbar-folder
753
754 Renamed from `mh-speedbar-folder-face' per new Emacs conventions.
755
756 *** mh-speedbar-folder-with-unseen-messages
757
758 Renamed from `mh-speedbar-folder-with-unseen-messages-face' per new
759 Emacs conventions.
760
761 *** mh-speedbar-selected-folder
762
763 Renamed from `mh-speedbar-selected-folder-face' per new Emacs conventions.
764
765 *** mh-speedbar-selected-folder-with-unseen-messages
766
767 Renamed from `mh-speedbar-selected-folder-with-unseen-messages-face'
768 per new Emacs conventions.
769
770 \f
771
772 ** Faces Deleted in MH-E 8.0
773
774 *** mh-folder-address-face
775
776 Renamed to `mh-folder-address' per new Emacs conventions.
777
778 *** mh-folder-body-face
779
780 Renamed to `mh-folder-body' per new Emacs conventions.
781
782 *** mh-folder-cur-msg-face
783
784 Deleted. Not used.
785
786 *** mh-folder-cur-msg-number-face
787
788 Renamed to `mh-folder-cur-msg-number' per new Emacs conventions.
789
790 *** mh-folder-date-face
791
792 Renamed to `mh-folder-date' per new Emacs conventions.
793
794 *** mh-folder-deleted-face
795
796 Renamed to `mh-folder-deleted' per new Emacs conventions.
797
798 *** mh-folder-followup-face
799
800 Renamed to `mh-folder-followup' per new Emacs conventions.
801
802 *** mh-folder-msg-number-face
803
804 Renamed to `mh-folder-msg-number' per new Emacs conventions.
805
806 *** mh-folder-refiled-face
807
808 Renamed to `mh-folder-refiled' per new Emacs conventions.
809
810 *** mh-folder-subject-face
811
812 Renamed to `mh-folder-subject' per new Emacs conventions.
813
814 *** mh-folder-tick-face
815
816 Renamed to `mh-folder-tick' per new Emacs conventions.
817
818 *** mh-folder-to-face
819
820 Renamed to `mh-folder-to' per new Emacs conventions.
821
822 *** mh-index-folder-face
823
824 Renamed to `mh-search-folder'.
825
826 *** mh-letter-header-field-face
827
828 Renamed to `mh-letter-header-field' per new Emacs conventions.
829
830 *** mh-show-cc-face
831
832 Renamed to `mh-show-cc' per new Emacs conventions.
833
834 *** mh-show-date-face
835
836 Renamed to `mh-show-date' per new Emacs conventions.
837
838 *** mh-show-from-face
839
840 Renamed to `mh-show-from' per new Emacs conventions.
841
842 *** mh-show-header-face
843
844 Renamed to `mh-show-header' per new Emacs conventions.
845
846 *** mh-show-subject-face
847
848 Renamed to `mh-show-subject' per new Emacs conventions.
849
850 *** mh-show-to-face
851
852 Renamed to `mh-show-to' per new Emacs conventions.
853
854 *** mh-show-xface-face
855
856 Renamed to `mh-show-xface' per new Emacs conventions.
857
858 *** mh-speedbar-folder-face
859
860 Renamed to `mh-speedbar-folder' per new Emacs conventions.
861
862 *** mh-speedbar-folder-with-unseen-messages-face
863
864 Renamed to `mh-speedbar-folder-with-unseen-messages' per new Emacs conventions.
865
866 *** mh-speedbar-selected-folder-face
867
868 Renamed to `mh-speedbar-selected-folder' per new Emacs conventions.
869
870 *** mh-speedbar-selected-folder-with-unseen-messages-face
871
872 Renamed to `mh-speedbar-selected-folder-with-unseen-messages' per new
873 Emacs conventions.
874
875 \f
876
877 ** Bug Fixes in MH-E 8.0
878
879 *** Face Variable Names Now Follow Current Conventions
880
881 The -face suffix has been dropped from all face names.
882
883 *** Swish Fixes
884
885 Items in swish indexes that aren't mail messages are now handled more
886 gracefully.
887
888 *** Spamassassin Fixes
889
890 If you use spamassassin, there was an error when you tried to junk
891 mail if the option `mh-junk-background' was set. This has been fixed.
892
893 *** Mairix Support
894
895 Indexing now compatible with Mairix version 0.12 and later.
896
897 *** mh-extract-rejected-mail Can't Do MIME (and Other Formats)
898
899 Now handles qmail and exim bounces (addresses SF #404965).
900
901 *** mh-rmail Hangs in XEmacs
902
903 We've determined that MH-E is incompatible with some versions of
904 XEmacs (21.5.9-21.5.16). More recent versions work fine. If you think
905 our list is too broad, please let us know which version of XEmacs you
906 are using (closes SF #644321).
907
908 *** Completions Offered by mh-refile-message Are Not Sorted
909
910 This behavior is no longer observed (closes SF #698734).
911
912 *** Add Message-ID to Outgoing Messages
913
914 If you replied to a message in your `+outbox', an `In-Reply-To:'
915 header field was created that broke threading at the recipient's end.
916 We now add a `Message-ID:' to outgoing messages which fixes this
917 (closes SF #725425).
918
919 *** Inconsistent Prompts
920
921 Emacs changed their defaults in prompts from "Prompt: [value]" to
922 "Prompt (default value): ". All MH-E prompts have been updated to
923 comply with the new standard and are therefore now consistent
924 throughout the application (closes SF #730470, SF #1275933).
925
926 *** Empty Shell Comments Confuse mh-mhn-directive-present-p
927
928 If you had a string that matched the regexp "^# $" in your draft, it
929 would cause an error. This has been fixed (closes SF #762458).
930
931 *** Quote Hashes When mhbuild Directives Used
932
933 A related bug, if you had empty shell comments but inserted your own
934 directives, you'd get another error from mhbuild. This has been fixed
935 by quoting the hash ("^# $") like this "##" before submitting to
936 mhbuild (closes SF #762464).
937
938 *** Inconsistent Usage in Scan Formatting Variables
939
940 The variables:
941
942 mh-note-cur
943 mh-note-deleted
944 mh-note-dist
945 mh-note-forw
946 mh-note-refiled
947 mh-note-repl
948 mh-note-seq
949
950 used to contain strings. Although only the first character was read,
951 the entire string would be inserted which may have caused problems.
952 These variables have been converted to character constants so that
953 only a single character can be inserted into the scan line (closes SF
954 #770772).
955
956 *** Bad Handling of Aliases That Conflict With Local User Names
957
958 If a user name existed both locally and in the aliases file, the local
959 user would be flashed, but the alias would be used when sending. This
960 has been fixed so that the user name that is flashed is the same as
961 the name that is sent (closes SF #772595).
962
963 *** Initialization Fails If ~/Mail Exists
964
965 MH-E no longer calls `install-mh' so this issue has gone away (closes
966 SF #835192).
967
968 *** Not Re-prompted to Sign After Pass Phrase Typo
969
970 If there were errors when sending a signed message (like getting the
971 pass phrase wrong), the MML markup remained in the draft buffer. The
972 draft buffer is now restored if there is an error (closes SF #839303).
973
974 *** Font-lock Gets Confused in MH-Letter Buffer
975
976 If a user manually moved the cursor to the end of the header field
977 separator line (by mouse click or keyboard navigation) and hit Enter
978 to start typing their message, any line in the body with a colon would
979 be fontified with a gray background. This has been fixed (closes SF
980 #855479).
981
982 *** RETURN Causes Infinite Loop in mh-letter
983
984 This behavior is no longer observed (closes SF #887346).
985
986 *** mh-refile-msg Fails to Suggest Folder for Empty Message
987
988 If you received a message with an empty body from someone who is
989 listed in your aliases file, `o' (`mh-refile-msg') failed to suggest
990 the correct folder. This has been fixed (closes SF #917096).
991
992 *** Missing Headers When Replying to All
993
994 User needed to edit `replgroupcomps' (closes SF #918194).
995
996 *** Error Visiting Folder With no Unseen Messages
997
998 If you visited a folder without unseen messages and the option "flist:
999 -noshowzero" is present in your `~/.mh_profile', you'd get an error.
1000 This has been fixed (closes SF #933954).
1001
1002 *** Error Message When Trying to Send Using MH-E
1003
1004 This behavior is no longer observed (closes SF #1002103).
1005
1006 *** mh-find-path Doesn't Use mhparam
1007
1008 MH-E no longer peeks into the MH profile `~/.mh_profile' directly. It
1009 uses `mhparam' instead (closes SF #1016027).
1010
1011 *** rmmproc Refile Complains No Such Message
1012
1013 MH-E would get confused about which folder to delete messages from if
1014 you were refiling and deleting messages at the same time. This has
1015 been fixed (closes SF #1023959).
1016
1017 *** auto-mode-alist Updated
1018
1019 MH-E originally updated auto-mode-alist to set the major mode of
1020 drafts. Now that we explicitly set the mode, there is no reason to do
1021 this, and this behavior caused problems for people who didn't use MH-E
1022 who were editing files that looked like MH message files (closes SF
1023 #1032353).
1024
1025 *** ! Doesn't Do Regions
1026
1027 Now it does (closes SF #1046330).
1028
1029 *** mh-show-unquote-From Fails (read-only buffer)
1030
1031 MH-E quotes the `From ' header field that is inserted by MTAs.
1032 However, it was trying to do this in a read-only buffer. This has been
1033 fixed (closes SF #1089870).
1034
1035 *** Whitespace in pick Expressions
1036
1037 The `C-u / s RET' command now works. In addition, you can now add
1038 whitespace to any of the limiting (/) commands (closes SF #1122655).
1039
1040 *** mh-index-previous-folder Does Not Work Correctly
1041
1042 If your cursor was on an item below a folder heading and you used
1043 `M-TAB' (`mh-index-previous-folder'), you would move to the previous
1044 folder heading. This has been fixed (closes SF #1126188).
1045
1046 *** Default Identity Prevents Insertion of Auto Fields
1047
1048 Auto insertion of an identity now occurs even when the default
1049 identity is used (closes SF #1204506).
1050
1051 *** mh-compose-forward and Default Message Number
1052
1053 `mh-compose-forward' will now default to the sent message in the sent
1054 folder and the `cur' message in other folders. It also takes ranges of
1055 messages and can include multiple messages at a time (closes SF
1056 #1205890).
1057
1058 *** Better Handling of Empty cur Sequence
1059
1060 If you refiled a message into a folder and then used `F r'
1061 (`mh-rescan-folder') in that folder, your cursor would be taken to the
1062 first message. The cursor now stays where it was (closes SF #1207247).
1063
1064 *** mh-customize Uses Group mh, Not mh-e
1065
1066 The `mh' customization group alias has been deleted to avoid some
1067 problems that were found (closes SF #1213716).
1068
1069 *** "Args out of range" Error in Displaying Message
1070
1071 This behavior is no longer observed (closes SF #1227504).
1072
1073 *** Front-and-back Truncation in mailto: Rendering
1074
1075 This behavior is no longer observed (closes SF #1227510).
1076
1077 *** Name of the Draft File in mh-comp.el
1078
1079 MH is documented to use the draft file. If you use a draft file for
1080 something else (like Sylpheed), then use draft folders (closes SF
1081 #1231483).
1082
1083 *** font-lock Error in mh-letter-mode
1084
1085 An error in MH-E was introduced as a result of a change in CVS Emacs.
1086 This has been fixed (closes SF #1241017).
1087
1088 *** Msg Display Broken After Displaying Msg with Inline Image
1089
1090 Messages with inline images no longer trim certain message header
1091 fields (closes SF #1306141).
1092
1093 *** mh-visit-folder Munges font-lock-keywords
1094
1095 MH-E broke highlighting in Gnus buffers. This was actually a problem
1096 in CVS Emacs 22 and has been fixed there (closes SF #1393879).
1097
1098 *** Illegal Filename Chars for W32 Filesystems
1099
1100 Windows users who view `X-Image-URL:' images could not cache the
1101 images since the cached image file names had illegal characters. This
1102 has been fixed (closes SF #1396499).
1103
1104 *** mh-send Doesn't Handle mml Insertions Via mail-user-agent
1105
1106 Can now forward messages in Gnus if MH-E is your `mail-user-agent'
1107 (closes SF #1399307).
1108
1109 *** Can't Narrow to Subject with Regexp Chars
1110
1111 The command `/ s' could not limit subjects that had special pick
1112 characters (such as [, *, $, .). This has been fixed (closes SF
1113 #1432548).
1114
1115 *** `/ s' Can Miss the Original Mail
1116
1117 The command `/ s' failed to include the message with the "Re:" in the
1118 Subject. This has been fixed (closes SF #1438369).
1119
1120 *** mhparam -components Fails on mailutils
1121
1122 This error prevented MH-E from loading when using GNU mailutils. GNU
1123 mailutils drops the `s' in this argument, so we did too since
1124 -component still works in nmh and MH (closes SF #1446985).
1125
1126 *** `/ s' Still Has Problems With []'d Mail
1127
1128 On XEmacs, subjects that had special characters would prevent `/ s'
1129 from narrowing to the given subject. These characters are now quoted
1130 correctly in XEmacs (closes SF #1447598).
1131
1132 *** Variable mh-send-args Is a String, Not a List
1133
1134 This was causing errors when sending under GNU mailutils. The internal
1135 variable `mh-send-args' is now a list which fixes the problem (closes
1136 SF #1448604).
1137
1138 *** Update Icons
1139
1140 Most of the tool bar icons have been replaced by GTK or GNOME 2 icons
1141 (closes SF #1452715).
1142
1143 *** Strip Build Number From emacs-version in X-Mailer
1144
1145 This has been done (closes SF #1466481).
1146
1147 *** Rename Function and Variable Definers
1148
1149 If you had ever shown help for an MH-E symbol that was both a function
1150 or variable, you might have found that the hyperlink to the file
1151 brought you to the wrong definition. This has been fixed by renaming
1152 the macros `mh-defgroup', `mh-defcustom', `mh-defface',
1153 `mh-defun-compat', and `mh-defmacro-compat' to `defgroup-mh',
1154 `defcustom-mh', `defface-mh', `defun-mh', `defmacro-mh' respectively
1155 (closes SF #1472029).
1156
1157 *** mh-insert-letter Uses Wrong Default
1158
1159 If you had used `C-c TAB' (`mh-insert-letter') to insert a letter into
1160 your draft, specified a different folder, and chose the default
1161 message number, you got the wrong message. This has been fixed (closes
1162 SF #1473729).
1163
1164 \f
1165
1166 * Changes in MH-E 7.4.4
1167
1168 Version 7.4.4 addresses programmatic issues from the FSF and prepares
1169 MH-E for inclusion into an impending GNU Emacs release (22.1). There
1170 are no user-visible changes (unless you are using XEmacs on DOS or
1171 don't have the cl package installed). Filenames are now unique in
1172 their first 8 characters (DOS 8.3 requirement). The runtime dependency
1173 on the cl package has been removed. Desktop saving and restoration
1174 code moved here from desktop.el.
1175
1176 * Changes in MH-E 7.4.3
1177
1178 Version 7.4.3 fixes the problem where `mh-identity-list' was not getting
1179 set from .emacs.
1180
1181 * Changes in MH-E 7.4.2
1182
1183 Version 7.4.2 fixes the accidental dependence on nmh (closes SF
1184 #791021).
1185
1186 * Changes in MH-E 7.4.1
1187
1188 Version 7.4.1 fixes the Makefile so it no longer tries to compile
1189 mh-unit.el.
1190
1191 * Changes in MH-E 7.4
1192
1193 Version 7.4 contains many new useful features including arbitrary MH
1194 range handling, new draft features such as draft form editing, as well
1195 as sequence propagation and manipulation. We've also fixed bugs and
1196 added a handful of new variables.
1197
1198 ** New Features in MH-E 7.4
1199
1200 *** Add Arbitrary Ranges to MH-E UI
1201
1202 MH-E now handles any legal MH range (such as last:5 or 4 8 10-12)
1203 wherever you're prompted for a message number or sequence (closes SF
1204 #728638).
1205
1206 *** Remove Prompting in mh-send
1207
1208 Brian Reid's original mhe didn't do prompting anywhere but used forms
1209 instead. While we won't go that far, we eliminated prompting where a
1210 form is already involved, such as in composing a message.
1211
1212 The new customization variable `mh-compose-prompt-flag' can be set to
1213 t to get the original behavior (closes SF #745622).
1214
1215 *** Use TAB to Switch Fields in Header
1216
1217 When composing a message, TAB and SHIFT-TAB can be used to move
1218 quickly between header fields. The new customization variable,
1219 `mh-compose-skipped-header-fields', contains a list of header fields
1220 that are skipped and truncated if they are too long (closes SF
1221 #745627).
1222
1223 *** Alias Completion in Composition Buffer
1224
1225 Aliases can be completed in the draft with "M-TAB
1226 (mh-letter-complete)". Or, if the customization variable
1227 `mh-compose-space-does-completion-flag' is set to t, then a "SPC
1228 (mh-letter-complete-or-space)" with do the same thing. If
1229 `mh-alias-flash-on-comma' is non-nil, ", (mh-letter-confirm-address)"
1230 will show the alias expansion in the minibuffer (closes SF #745634).
1231
1232 *** Auto Fields Should be Inserted During Send
1233
1234 Fields that were inserted by the multiple personality code when the
1235 draft was sent now insert the header fields when the draft is composed
1236 to give you a chance to edit them (closes SF #747890).
1237
1238 *** mh-index-tick-messages
1239
1240 The command "F ' (mh-index-ticked-messages)" creates a buffer with all
1241 messages ticked with "' (mh-toggle-tick)" in the folders listed in the
1242 new customization variable `mh-index-ticked-messages-folders'. Chances
1243 are that if you set `mh-index-new-messages-folders', you'll want to
1244 set `mh-index-ticked-messages-folders' accordingly.
1245
1246 In addition, a general function, "F q (mh-index-sequenced-messages)"
1247 has been provided that displays messages in the `mh-unseen-seq' in the
1248 folders listed `mh-index-new-messages-folders', unless a prefix
1249 argument is given, in which case you can provide both a list of
1250 folders and a sequence (closes SF #718833).
1251
1252 *** Narrow to Region
1253
1254 If there is a region, "/ r (mh-narrow-to-range)" will only consider
1255 those messages in the region. In addition, there is now a stack of
1256 folder limits which can be popped with "/ w (mh-widen)". With a prefix
1257 arg, all the restrictions are popped off of the stack (closes SF
1258 #732823).
1259
1260 *** Narrow to Ticked Sequence
1261
1262 The buffer can now be narrowed to ticked messages with "S '
1263 (mh-narrow-to-tick)" (closes SF #732825).
1264
1265 *** Display Multiple Buttons for multipart/alternative
1266
1267 A new customizable variable,
1268 `mh-display-buttons-for-alternatives-flag', was added to display
1269 buttons for the alternatives. The default value is nil to retain the
1270 current behavior (closes SF #741288).
1271
1272 *** Identity Menu Changes
1273
1274 A menu item has been added that inserts custom fields if the To or Cc
1275 header fields match `mh-auto-fields-list'.
1276
1277 ** New Variables in MH-E 7.4
1278
1279 *** mh-alias-local-users-prefix
1280
1281 This string is prepended to the real names of users from the passwd
1282 file. If nil, use the username string unmodified instead of the real
1283 name from the gecos field of the passwd file.
1284
1285 *** mh-alias-passwd-gecos-comma-separator-flag
1286
1287 Non-nil means the gecos field in the passwd file uses comma as a
1288 separator. Used to construct aliases for users in the passwd file."
1289
1290 *** mh-interpret-number-as-range-flag
1291
1292 Non-nil means interpret a number as a range. If the variable is
1293 non-nil, and you use an integer, N, when asked for a range to scan,
1294 then MH-E uses the range "last:N".
1295
1296 *** mh-kill-folder-suppress-prompt-hook
1297
1298 This new hook is invoked at the beginning of the `F k
1299 (mh-kill-folder)' command. It is a list of functions to be called,
1300 with no arguments, which should return a value of non-nil if you
1301 should not be asked if you're sure that you want to remove the folder.
1302 This is useful for folders that are easily regenerated.
1303
1304 The default value of `mh-index-p' suppresses the prompt on folders
1305 generated by an index search.
1306
1307 WARNING: Use this hook with care. If there is a bug in your hook which
1308 returns t on +inbox and you hit `F k' by accident in the +inbox
1309 buffer, you will not be happy.
1310
1311 *** mh-refile-preserves-sequences-flag
1312
1313 Non-nil means that sequences are preserved when messages are refiled.
1314 If this variable is non-nil and a message belonging to a sequence
1315 other than cur or Previous-Sequence (see mh-profile 5) is refiled then
1316 it is put in the same sequence in the destination folder. Additional
1317 sequences that should not to be preserved can be specified by setting
1318 `mh-unpropagated-sequences' appropriately.
1319
1320 *** mh-visible-header-fields
1321
1322 Customize this instead of `mh-visible-headers', which is now a defvar.
1323 This was done to mimic the relationship between
1324 `mh-invisible-header-fields' and `mh-invisible-fields'.
1325
1326 ** Variables Deleted in MH-E 7.4
1327
1328 *** mh-visible-headers
1329
1330 See the paragraph for `mh-visible-header-fields' above.
1331
1332 ** Bug Fixes in MH-E 7.4
1333
1334 *** Aliases Constantly Reloaded
1335
1336 The system aliases are not loaded as often as they were, so the
1337 completion speed has been dramatically improved if your passwd file is
1338 large (closes SF #693859).
1339
1340 *** Folders in MH-Index View Not Saved
1341
1342 When you perform a search to produce an MH-Index buffer, the folders
1343 that contain the messages are shown. If the MH-Index buffer was
1344 deleted, or Emacs was restarted and the corresponding folder
1345 rescanned, the folder information would be lost. This has been fixed
1346 by saving the information in a file called ".mhe_index" (closes SF
1347 #701762).
1348
1349 *** Ticking Messages in +mhe-index/new
1350
1351 If a new message in a buffer created by "F n" was ticked (with "'"),
1352 the message would not be added to the tick sequence in the source
1353 folder. This has been fixed so that any sequence changes in any index
1354 folder (from within MH-E of course) are now reflected back to the
1355 corresponding source folder (closes SF #709664).
1356
1357 *** Custom Vars Set by a Function
1358
1359 The default setting of customization variable `mh-summary-height' is
1360 now `nil' which means MH-E will change the size dynamically according
1361 to the size of the frame (closes SF #723267).
1362
1363 *** Folder Completion Slow
1364
1365 The first folder completion was very slow. This has been fixed (closes
1366 SF #730426).
1367
1368 *** Tick Sequence Persistent When Refiled
1369
1370 Sequences are now preserved when messages are refiled (closes SF
1371 #737128).
1372
1373 *** Auto-inserted Header Fields Inconsistent
1374
1375 For consistency, all automatically inserted header fields (such as
1376 X-Mailer and X-Face) are added when the draft is first presented to
1377 you. This also gives you a chance to edit or delete them if necessary
1378 (closes SF #745624). Note that we would be distressed if you deleted
1379 the X-Mailer field.
1380
1381 *** Toolbar Spec Error
1382
1383 The following message appeared when displaying a message in XEmacs:
1384
1385 Signaling: (error "Toolbar spec must be list or nil" )
1386
1387 This has been fixed (closes SF #745655).
1388
1389 *** mh-index-search Doesn't Find Short Acronyms
1390
1391 Swish typically ignores words with fewer than four letters, but will
1392 still look for acronyms. Unfortunately, MH-E was downcasing the input
1393 words which defeated this feature. This has been fixed (closes SF
1394 #755718).
1395
1396 \f
1397
1398 * Changes in MH-E 7.3
1399
1400 This release includes the new features of an index view of unseen
1401 messages in all folders, spam software support, relative folder
1402 specification @ support, marking messages, recipient handling by
1403 mh-default-folder-list, Face and X-Image-URL header field support, and
1404 Fcc completion. Function arguments have been unified. Bugs have been
1405 fixed.
1406
1407 ** New Features in MH-E 7.3
1408
1409 *** Unified Function Arguments
1410
1411 Any function with MSG-OR-SEQ in its docstring uses the displayed
1412 message by default for this argument. However, if a prefix argument is
1413 provided, then the user is prompted for a message sequence. If the
1414 variable `transient-mark-mode' is non-nil and the mark is active, then
1415 the function operates on the messages in the selected region. In a
1416 program, MSG-OR-SEQ can be a message number, a list of message
1417 numbers, a region in a cons cell, or a sequence.
1418
1419 *** MH-Index View of Unseen Messages
1420
1421 Use "F n (mh-index-new-messages)" or Folder -> View New Messages menu
1422 item to display messages in the `mh-unseen-seq' sequence in folders
1423 specified by `mh-index-new-messages-folders'. With a prefix argument,
1424 enter a space-separated list of folders, or nothing to search all
1425 folders.
1426
1427 Like other MH-Index folders, use "v (mh-index-visit-folder)" if you
1428 wish to visit the original folder with the unseen message. This is
1429 usually not necessary since the original message is annotated if you
1430 reply, deleted if you delete the message, or refiled if you refile the
1431 message (closes SF #701756).
1432
1433 *** Spam Software Support
1434
1435 MH-E now supports several spam filters including Bogofilter,
1436 SpamProbe, and SpamAssassin. Spam that is mistakenly considered to be
1437 good mail can be reclassified as spam with "J b (mh-junk-blacklist)".
1438 Conversely, good mail that is accidently considered to be spam can be
1439 reclassified with "J w (mh-junk-whitelist)" (closes SF #669518).
1440
1441 If a message is blacklisted, and `mh-junk-mail-folder' is a string,
1442 then the message is refiled to that folder. If this variable is nil,
1443 the message is deleted. If a message is whitelisted, then the message
1444 is refiled to `mh-inbox'.
1445
1446 To change the spam program being used, customize `mh-junk-program'.
1447 This should only be necessary if you have multiple filters on your
1448 system and MH-E picked the wrong one. These customization variables
1449 are found in the new customization group `mh-junk'.
1450
1451 The documentation for the following functions describes what setup is
1452 needed for the different spam fighting programs:
1453
1454 - `mh-bogofilter-blacklist'
1455 - `mh-spamprobe-blacklist'
1456 - `mh-spamassassin-blacklist'
1457
1458 *** Relative Folder Specification @ Supported
1459
1460 You can now use the relative folder marker @ in folder names (closes
1461 SF #666774).
1462
1463 *** Marking Messages
1464
1465 Messages can now be highlighted with "' (mh-toggle-tick)", Sequence ->
1466 Toggle Tick Mark menu item or the "Toggle tick mark" button. These
1467 messages are added to the "tick" sequence, although this sequence can
1468 be changed in `mh-tick-seq'. The highlighting effect can be modified
1469 by customizing `mh-folder-tick-face' (closes SF #623367).
1470
1471 There is also a new keybinding "/ ' (mh-narrow-to-tick)" and menu item
1472 Sequence -> Narrow to Tick Sequence to narrow the view to the
1473 highlighted messages.
1474
1475 *** mh-default-folder-list Now Takes Recipients
1476
1477 If you wish to file a message based upon the recipient of a message
1478 (such as a mailing list), you can now indicate that when filling out
1479 the address in the `mh-default-folder-list' customization variable.
1480
1481 *** Face Header Field Supported
1482
1483 In addition to the X-Face header field, the Face header field, which
1484 can display color images, is now supported. As a bonus, the external
1485 xface-e21 library is no longer required.
1486
1487 *** X-Image-URL Support
1488
1489 Images specified in X-Image-URL header fields are now supported.
1490 See the customization variable `mh-fetch-x-image-url' to enable this
1491 support.
1492
1493 *** Fcc Completion
1494
1495 Folders in Fcc fields in message drafts can now be completed with
1496 M-TAB.
1497
1498 ** New Variables in MH-E 7.3
1499
1500 Variables that have been added to MH-E that have not been discussed
1501 elsewhere are listed here.
1502
1503 *** mh-auto-fields-list
1504
1505 Alist of addresses for which header lines are automatically inserted.
1506 When a regular expression matches in the To or cc fields of a message,
1507 the corresponding header field is automatically inserted in the
1508 message header. It also allows the automatic setting of an identity
1509 (using `mh-insert-identity') to set an alternate identity when sending
1510 messages to a certain person or mailing list.
1511
1512 Since this is a more general use of `mh-insert-mail-followup-to-flag'
1513 and `mh-insert-mail-followup-to-list', these variables have been removed.
1514
1515 *** mh-show-xface-face
1516
1517 Face for displaying the X-Face image.
1518
1519 *** mh-xemacs-toolbar-position
1520
1521 This customization variable allows the user to place the toolbar on
1522 the four edges of the frame.
1523
1524 *** mh-xemacs-use-toolbar-flag
1525
1526 This customization variable is used to enable or disable the toolbar
1527 under XEmacs.
1528
1529 ** Variables Deleted in MH-E 7.3
1530
1531 Variables that have been removed from MH-E that have not been
1532 discussed elsewhere are listed here.
1533
1534 *** mh-decode-content-transfer-encoded-message-flag
1535
1536 No longer needed since the external program mimencode is no longer
1537 used.
1538
1539 *** mh-index-show-hook
1540
1541 This hook was never used, so it was removed.
1542
1543 *** mh-tool-bar-reply-3-buttons-flag
1544
1545 Obsolete. This functionality is present `mh-tool-bar-folder-buttons'.
1546
1547 ** Bug Fixes in MH-E 7.3
1548
1549 *** Can't Refile Message
1550
1551 Messages with invalid addresses were causing errors in ali which
1552 prevented the refiling of messages. The ali error is now shown in the
1553 "*MH-E Log*" buffer and refiling suggests the last folder used (closes
1554 SF #680388).
1555
1556 *** Empty Body Triggers Duped Header
1557
1558 If the body was empty the header would be treated like the body and
1559 was therefore displayed twice. This has been fixed (closes SF
1560 #681162).
1561
1562 *** mml or mhl Directives Not Always Processed
1563
1564 The mml and mhl directives used to create body parts were not
1565 processed if one re-edited a draft, or if they added the directives
1566 manually. The directives are now always processed upon sending the
1567 letter. You may still, of course, use "C-c C-m m (mh-mml-to-mime)" or
1568 "C-c C-e (mh-edit-mhn)" to manually create the MIME body parts from
1569 the directives and then send the draft.
1570
1571 *** mh-alias-grab-from-field Fails
1572
1573 MH-E was adding aliases with angle brackets around the address when
1574 there wasn't a phrase (usually, the user's name), to go with it. This
1575 caused ali to fail which caused problems in MH-E. This is probably a
1576 bug in ali, but MH-E no longer inserts angle brackets around the
1577 address unless there is a phrase, which avoids the problem (closes SF
1578 #690216).
1579
1580 *** XEmacs Fixes
1581
1582 MH-E is now fully supported under XEmacs and compiles without any
1583 warnings.
1584
1585 In particular, the following now work under XEmacs:
1586
1587 - X-Face, Face, and X-Image-URL header fields
1588 - MH-E logo in mode line
1589 - Emphasis (bold, italics, etc.)
1590 - Smilies
1591 - Toolbar
1592
1593 *** Indexed Folders Should Respect mh-show-threads-flag
1594
1595 Indexed folders are now threaded if `mh-show-threads-flag' is non-nil
1596 (closes SF #709667).
1597
1598 *** Threading Index View Loses Folder Info
1599
1600 This has been fixed (closes SF #709672).
1601
1602 *** No Undo Information When Re-editing Drafts
1603
1604 Undo is turned on in the draft buffer when using "e (mh-edit-again)"
1605 (closes SF #712777).
1606
1607 *** Forwarded base64-encoded Messages Are Incorrectly Displayed
1608
1609 This has been fixed (closes SF #681518).
1610
1611 *** Append to *MH-E Log* Buffer
1612
1613 The last 100 lines of log messages are kept in the *MH-E Log* buffer.
1614 Previously, the buffer was erased every time it was written (closes SF
1615 #685476). In addition, many of the MH-E commands now send their output
1616 into this buffer instead of a plethora of other special-purpose
1617 buffers.
1618
1619 *** mh-inc-folder Complains if No Mail and No Current Message
1620
1621 The function `mh-inc-folder' no longer calls `mh-show' if point is not
1622 on a valid scan line. This keeps `mh-inc-folder' from complaining
1623 (closes SF #678115).
1624
1625 *** Folder Normalization Strips Leading Slash
1626
1627 Leading "/" characters in folder names entered by the user were being
1628 lost. This has been fixed (closes SF #676890).
1629
1630 *** Print Header Doesn't Show Message
1631
1632 When printing a sequence, the header simply indicated that a sequence,
1633 but not which one, was being printed and did not show the message
1634 number. This has been fixed. If more than one message is printed, a
1635 page of the scan lines is printed and its header indicates the
1636 sequence or message range. The pages with the actual messages all set
1637 the header to the folder and message displayed on that page.
1638
1639 *** Aliases Constantly Reloaded
1640
1641 Empty lists are now handled properly (closes SF #693859).
1642
1643 *** Remove RCS Keywords
1644
1645 Removed RCS keywords per Emacs conventions (closes SF #680731).
1646
1647 *** Replace Mimencode
1648
1649 MH-E was enhanced to decode message based on charset and
1650 Content-Transfer-Encoding. This eliminates the need for the external
1651 program mimencode (closes SF #674857).
1652
1653 \f
1654
1655 * Changes in MH-E 7.2
1656
1657 This release includes the new features of filing hints, hierarchical
1658 file name completion, indexed search and pick integration, unification
1659 between `mh-visit-folder' and the speedbar, a displayed message
1660 indicator, buffer name organization, support for mairix indexed
1661 search, and last but not least, the MH-E logo has been added to the
1662 mode line. Code that handles sequences and message regions runs
1663 faster. Bugs have been fixed.
1664
1665 ** New Features in MH-E 7.2
1666
1667 *** Filing Hints
1668
1669 When you file a message, MH-E now looks for an alias corresponding to
1670 the address of the sender and offers that as a default folder (closes
1671 SF #657096). The new variable `mh-default-folder-prefix' can be used
1672 to put these folders in a sub-folder. The new variable
1673 `mh-default-folder-must-exist-flag' means to suppress the suggested
1674 folder (thereby providing the previous folder used) if the folder
1675 doesn't already exist. The new variable `mh-default-folder-list' can
1676 be used to map additional addresses and folders.
1677
1678 *** Hierarchical File Name Completion
1679
1680 When you completed filenames in the past, you were presented with a
1681 list of all your folders at all depths in the tree. Now you are
1682 presented with only one level at a time (closes SF #664821).
1683 As a result, the variables `mh-auto-folder-collect-flag' and
1684 `mh-folder-list-change-hook' are obsolete.
1685
1686 *** Indexed Search and Pick Integration
1687
1688 The indexed and pick searches have been integrated (closes SF
1689 #664816). Both "F s (mh-search-folder)" and "F i (mh-index-search)"
1690 use the pick template for forming queries. To submit the query, use
1691 "C-c C-c (mh-do-search)" which will use the query method you selected.
1692 If you change your mind while forming the query, you can use "C-c C-i
1693 (mh-index-do-search)" or "C-c C-p (mh-pick-do-search)" to submit the
1694 query using the respective method.
1695
1696 Second, the results from a pick search are now saved in a sub-folder
1697 of +mhe-index like an indexed search.
1698
1699 Third, `pick' is now a valid choice for `mh-index-program'.
1700
1701 *** mh-visit-folder Metamorphosis Continues
1702
1703 When visiting a folder from the speedbar, only the unseen messages are
1704 shown if there are unseen messages. If there aren't any unseen
1705 messages, all of the messages are shown if there are fewer than
1706 `mh-large-folder' messages; otherwise, the user is prompted for the
1707 range of messages to display. The "F v (mh-visit-folder)" command has
1708 been modified to mimic this behavior. Use a prefix arg to force the
1709 message range prompt.
1710
1711 *** Displayed Message Indicator
1712
1713 In graphical Emacs, the message that is shown is marked by a triangle
1714 in the fringe. In textual Emacs, there is a ">" in the first column
1715 (closes SF #664824).
1716
1717 *** Buffer Name Organization
1718
1719 All ephemeral buffer names start with " *mh" while all interesting
1720 buffers start with "*MH-E ". The "*Folders*", "*Sequences*", and
1721 "*Recipients*" buffers were therefore renamed to "*MH-E Folders*",
1722 "*MH-E Sequences*" and "*MH-E Recipients*" respectively (programmers
1723 should see mh-utils.el for the names of the new constants). Also, the
1724 output of MH commands is saved in the "*MH-E Log*" buffer.
1725
1726 *** mh-index-program
1727
1728 Add choices for `mairix' and `pick'.
1729
1730 *** Logo Displayed on Mode Line
1731
1732 ** New Variables in MH-E 7.2
1733
1734 The new variables have been discussed elsewhere.
1735
1736 ** Bug Fixes in MH-E 7.2
1737
1738 *** mh-decode-content-transfer-encoded-message
1739
1740 Messages that had been encoded with base64 were not decoded. This has
1741 been fixed with this new function (closes SF #674190). As a result,
1742 the variable `mh-decode-quoted-printable-flag' has been renamed to
1743 `mh-decode-content-transfer-encoded-message-flag'.
1744
1745 *** mh-kill-folder
1746
1747 Now restores previous window configuration (closes SF #664828).
1748
1749 *** mh-mime-display
1750
1751 MH-E was not using the charset defined in the content-type
1752 header. This meant that mail in a different charset would not
1753 be properly displayed. This has been fixed (closes SF #655123).
1754
1755 *** mh-read-address
1756
1757 In XEmacs and Emacs20, this function would always prompt using "To: "
1758 instead of using the command argument. This has been fixed (closes SF
1759 #670913).
1760
1761 *** mh-rmail
1762
1763 Unseen messages are now shown in addition to new ones (closes SF
1764 #667542).
1765
1766 *** mh-scan-msg-overflow-regexp
1767
1768 Change the variable so that a space is always maintained in the
1769 beginning of the scan line.
1770
1771 *** mh-swish-execute-search
1772
1773 The example configuration file in the docstring didn't show the
1774 backslash in the FileRules filename. If the example had been used
1775 literally by the user, no files would be indexed! This has been fixed
1776 (closes SF #665888).
1777
1778 *** mh-thread-refile
1779
1780 The "T o (mh-thread-refile)" command did not provide refiling hints
1781 like `mh-refile-msg'. This has been fixed (closes SF #664829).
1782
1783 *** mh-toggle-threads
1784
1785 If the threaded view was modified and then toggled, the standard view
1786 may not have been accurate (as it contained a potentially old first
1787 message to last message range). This has been fixed (closes SF
1788 #626117).
1789
1790 *** mh-tool-bar-show-set, mh-tool-bar-letter-set, mh-tool-bar-folder-set
1791
1792 Clicking the customize and help buttons now deletes the other windows
1793 in the frame.
1794
1795 *** mh-version
1796
1797 The "M-x mh-version" command displayed "Aliasfile: aliases". This has
1798 been fixed (closes SF #664467). See Buffer Name Organization above.
1799
1800 \f
1801
1802 * Changes in MH-E 7.1
1803
1804 This release includes the new features of multiple identities and
1805 alias completion. In addition, indexed searching has been revamped.
1806 Various other features have been added and a few bugs were fixed.
1807
1808 ** New Features in MH-E 7.1
1809
1810 *** Multiple Identities
1811
1812 MH-E now supports multiple identities (closes SF #628782). That means
1813 that you can have different From and Organization header fields (or
1814 any other header field of your choice) as well as different signatures
1815 depending on your context. Usually, the contexts are home and work.
1816
1817 Add your identities to the variable `mh-identity-list' and set the
1818 default identity with the variable `mh-identity-default'. Your
1819 identity can be switched on the fly by using the Identity menu or by
1820 calling "M-x mh-insert-identity RET".
1821
1822 This functionality can be customized within the mh-identity group.
1823
1824 *** Alias Completion and Harvesting
1825
1826 The contributed file mh-alias.el has been rewritten and incorporated
1827 into MH-E.
1828
1829 By default, aliases are culled from the system files
1830 "/etc/nmh/MailAliases," "/usr/lib/mh/MailAliases," and "/etc/passwd"
1831 (see `mh-alias-system-aliases') and from your "AliasFile" MH profile
1832 component. These aliases are then used for completion in the
1833 minibuffer when entering addresses. Within the header of the message
1834 draft, "M-TAB (mh-letter-complete)" is used to do alias completion.
1835
1836 The package also provides for alias creation based upon the From
1837 header field of the current message. Use the lasso button
1838 (mh-alias-grab-from-field).
1839
1840 This functionality can be customized within the mh-alias group.
1841
1842 *** Index Folder Updates
1843
1844 The results of an index search "F i (mh-index-search)" are now stored
1845 in a bona fide folder so that you can refile messages and reply to
1846 messages directly from the result folder. This folder is a sub-folder
1847 of +mhe-index and the name is based upon the search string (closes SF
1848 #623321).
1849
1850 If a prefix argument is given then the search in the current index
1851 buffer is redone.
1852
1853 The index folder lists the names of the source folders as before.
1854 However, instead of using RET on the name of the folder to visit the
1855 folder, use "v (mh-show-index-visit-folder)" anywhere within the
1856 results to visit that folder narrowed to the results of the search.
1857 Additional functions have been added to navigate including "TAB
1858 (mh-index-next-folder)", and "SHIFT-TAB (mh-index-previous-folder)."
1859
1860 *** mh-visit-folder Interface Updated
1861
1862 A change was made to the prompting of the message range. In general,
1863 you can use the same format for messages and sequences as you can in
1864 MH with a single exception: a single number means to scan that many
1865 messages, rather than scan that message number. This turns out to be
1866 much more useful than visiting a single message and is consistent with
1867 Gnus and the MH-E speedbar (closes SF #655891).
1868
1869 If mh-visit-folder is called non-interactively and RANGE is nil then
1870 all messages are displayed. This behavior is now documented and
1871 provides backwards compatibility.
1872
1873 *** Threading Improvements
1874
1875 After incorporating new mail into a threaded folder, unseen messages
1876 can be spread about. Two new functions have been added to make it
1877 easier to find them: these are "M-n (mh-next-unread-msg)" and "M-p
1878 (mh-previous-unread-msg)" (closes SF #630328)
1879
1880 Two new functions were added to delete and refile threads. They are "T
1881 d (mh-thread-delete)" and "T o (mh-thread-refile)" respectively
1882 (closes SF #630493).
1883
1884 In addition, the key "k" used to be bound to the function
1885 `mh-delete-subject': it is now bound to
1886 `mh-show-delete-subject-or-thread'.
1887
1888 New functions to navigate threads include "T u (mh-thread-ancestor)",
1889 which can jump to the root message of the current thread given an
1890 optional argument, "T n (mh-thread-next-sibling)", and "T p
1891 (mh-thread-previous-sibling)"
1892
1893 *** Refiling of Messages in Region
1894
1895 If mark is active and `transient-mark-mode' is enabled then all the
1896 messages in the region are refiled.
1897
1898 *** vCard Handling
1899
1900 If a signature cannot be identified, but there is a vCard attachment,
1901 then that vCard will be presented as a signature (closes SF #649216).
1902
1903 *** New Info Added to mh-version
1904
1905 Information about Gnus versions available at both compile time and run
1906 time has been added.
1907
1908 ** New Variables in MH-E 7.1
1909
1910 The defcustom groups were reorganized. Rather than iterate the
1911 specific changes here, you are invited to browse the groups with "M-x
1912 mh-customize RET".
1913
1914 *** mh-alias-completion-ignore-case-flag
1915
1916 Non-nil means don't consider case significant in MH alias completion.
1917 This is the default in plain MH, so it is the default here as well. It
1918 can be useful to set this to t if, for example, you use lowercase
1919 aliases for people and uppercase for mailing lists.
1920
1921 *** mh-alias-expand-aliases-flag
1922
1923 Non-nil means to expand aliases entered in the minibuffer. In other
1924 words, aliases entered in the minibuffer will be expanded to the full
1925 address in the message draft. By default, this expansion is not
1926 performed.
1927
1928 *** mh-alias-flash-on-comma
1929
1930 Specify whether to flash the translation of the alias or warn if there
1931 isn't a translation of the alias.
1932
1933 *** mh-alias-insert-file
1934
1935 Filename to use to store new MH-E aliases. This variable can also be a
1936 list of filenames, in which case MH-E will prompt for one of them. If
1937 nil, the default, then MH-E will use the first file found in the
1938 "AliasFile" component of the MH profile.
1939
1940 *** mh-alias-insertion-location
1941
1942 Specifies where new aliases are entered in alias files. Options are
1943 sorted alphabetically (the default), at the top of the file or at the
1944 bottom.
1945
1946 *** mh-alias-local-users
1947
1948 If t, local users are completed in MH-E To: and Cc: prompts.
1949
1950 If you set this variable to a string, it will be executed to generate
1951 a password file. A value of "ypcat passwd" is helpful if NIS is in
1952 use.
1953
1954 *** mh-alias-system-aliases
1955
1956 A list of system files from which to cull aliases. If these files are
1957 modified, they are automatically reread. This list need include only
1958 system aliases and the passwd file, since personal alias files listed
1959 in your "AliasFile" MH profile component are automatically included.
1960
1961 *** mh-identity-default
1962
1963 Default identity to use when `mh-letter-mode' is called.
1964
1965 *** mh-identity-list
1966
1967 List holding MH-E identity.
1968
1969 *** mh-invisible-header-fields
1970
1971 Simple user interface to change `mh-invisible-headers'.
1972
1973 *** mh-letter-complete-function
1974
1975 Function to call when completing outside of fields specific to
1976 aliases. By default, it is bound to 'ispell-complete-word.
1977
1978 *** mh-show-threads-flag
1979
1980 Non-nil means new folders start in threaded mode. Threading large
1981 number of messages can be time consuming. So if the flag is non-nil
1982 then threading will be done only if the number of messages being
1983 threaded is less than `mh-large-folder' (closes SF #646794).
1984
1985 *** mh-tool-bar-folder-buttons
1986
1987 Buttons to include in MH-E folder/show toolbar.
1988
1989 *** mh-tool-bar-letter-buttons
1990
1991 Buttons to include in MH-E letter toolbar.
1992
1993 ** Bug Fixes in MH-E 7.1
1994
1995 *** mh-get-new-mail
1996
1997 Call new function `mh-add-cur-notation' to undo the work of
1998 `mh-remove-cur-notation' if there was no new mail (closes SF #647681).
1999
2000 *** mh-set-cmd-note
2001
2002 No longer updates the default `mh-cmd-note' value. This resulted in
2003 the misplacement of the current mark when the message number width
2004 changed (closes SF #643701).
2005
2006 \f
2007
2008 * Changes in MH-E 7.0
2009
2010 This is a major release which includes a lot of new features including
2011 improved MIME handling, speedbar folder browsing, and indexed
2012 searching. In this version, MH-E runs under XEmacs, passes checkdoc,
2013 and compiles clean under all supported platforms.
2014
2015 The "passes checkdoc" feature above required changing the name of
2016 several user-visible variables. It is likely that this affects you.
2017 Please be sure to see the table at the end of these notes and rename
2018 your variables accordingly.
2019
2020 MH-E has been written mh-e, Mh-e, MH-e and MH-E. We have decided that
2021 the proper term should be MH-E. Please try to use MH-E in your
2022 writing.
2023
2024 ** New Features in MH-E 7.0
2025
2026 *** Speedbar
2027
2028 There is now support for the speedbar. Try "M-x speedbar" (closes SF
2029 #503727).
2030
2031 Press the middle mouse button on the `+' icons to open a folder,
2032 middle mouse button on a folder name to open the folder. Folders with
2033 unseen messages are shown in bold, so this is a handy way to browse
2034 new messages that you have filed with procmail or slocal.
2035
2036 See the new customization variable `mh-large-folder,' which controls
2037 when the speedbar asks for how many messages to scan when opening a
2038 large folder and `mh-speed-run-flists-flag' whose default value of t
2039 means to use the flists command to populate the count of unseen and
2040 total messages in each folder.
2041
2042 *** Indexed Search
2043
2044 Interoperability with swish++, swish, glimpse, and namazu has been
2045 added to enable lightening-fast searches of your mail. If none of
2046 these are present, grep is used. Try "F i (mh-index-search)".
2047
2048 For more information, read the documentation for the functions
2049 `mh-swish++-execute-search,' `mh-swish-execute-search,'
2050 `mh-namazu-execute-search,' or `mh-glimpse-execute-search' depending
2051 on your preferred indexing program to see what kind of setup is needed
2052 to generate the index.
2053
2054 *** Threading
2055
2056 Use "T t (mh-toggle-threads)" to view the threads in the folder. Use
2057 it again to return to a non-threaded view.
2058
2059 *** Brief Help
2060
2061 Use "? (mh-help)" and "X ? (mh-prefix-help)," where X is a prefix
2062 character, for a brief synopsis in the minibuffer of frequently used
2063 commands. In the MH-Letter or MH-Pick buffers, use "C-c ? (mh-help)"
2064 (closes SF #493740).
2065
2066 *** Folder Keymap Shared by Show Buffer
2067
2068 You can now use the MH-Folder mode commands from the MH-Show buffer.
2069 Because of this, the MH-Show buffer is now read-only (closes SF
2070 #493749 and SF #527946) and you now have to use "M (mh-modify)" to
2071 edit a message.
2072
2073 *** Better Scanning
2074
2075 You no longer have to modify your scan format if your folders have
2076 more than 9999 messages in them. If you've only modified your scan
2077 format file to allow for the wider message numbers, consider using the
2078 default behavior of MH-E and simplify your MH-E configuration
2079 considerably (closes SF #635791).
2080
2081 To do this, you may have to remove your modifications of
2082 `mh-scan.*-regexp' and `mh-cmd-note' and your customization of
2083 `mh-scan-format-file'.
2084
2085 You may still want the updated format files for running MH commands
2086 outside of MH-E; the default of `mh-scan-format-file' will cause them
2087 to be ignored.
2088
2089 If you prefer fixed-width message numbers, set the new customization
2090 variable to nil , set this variable to
2091 nil and call `mh-set-cmd-note' with the width specified by the scan format in
2092 `mh-scan-format-file'. For example, the default width is 4, so you would use
2093 "(mh-set-cmd-note 4)" if `mh-scan-format-file' were nil.
2094
2095 *** X-Face
2096
2097 MH-E now displays the content of the X-Face header field in the From
2098 field. When sending a message, an X-Face field is appended to the
2099 header if it doesn't already exist and "~/.face" is present. See the
2100 new customization variables `mh-show-use-xface-flag' and `mh-x-face-file'
2101 (closes SF #480770).
2102
2103 MH-E depends on the external x-face package found in
2104 ftp://ftp.jpl.org/pub/elisp/ to do this. The `uncompface' binary is
2105 also required to be in the execute PATH. It can be obtained from:
2106 http://freshmeat.net/redir/compface/1439/url_tgz/compface-1.4.tar.gz.
2107
2108 It has also been observed that if you don't see the faces, you might
2109 have to do this (for unknown reasons):
2110
2111 mv /usr/local/include/compface.h /usr/include/
2112
2113 *** Graphical Smileys
2114
2115 Smiley's are now converted to cute little images. See the new
2116 customization variable `mh-graphical-smileys-flag.'
2117
2118 *** Text Emphasis
2119
2120 ASCII formatting is now converted to the appropriate font. For
2121 example, _underline_ is underlined, *bold* appears in bold, /italic/
2122 appears in italic, etc. See `gnus-emphasis-alist' for the whole list.
2123 See the new customization variables `mh-decode-mime' and
2124 `mh-graphical-emphasis-flag.'
2125
2126 *** Attachment Handling
2127
2128 Inline attachments are now displayed. Regular attachments appear as
2129 buttons in show buffer. Use "K TAB (mh-next-button)" or "K SHIFT-TAB
2130 (mh-prev-button)" to cycle through these buttons. Use "K v
2131 (mh-folder-toggle-mime-part)" to view, "K o
2132 (mh-folder-save-mime-part)" to save one part or "K-a
2133 (mh-save-mime-parts)" to save all parts, or "K i
2134 (mh-folder-inline-mime-part)" to view the attachment inline.
2135
2136 See the new customization variable `mh-decode-mime' for additional
2137 information. Other customization variables that affect this new feature
2138 include `mh-store-mime-parts-default-directory' and
2139 `mh-display-buttons-for-inline-parts-flag'.
2140
2141 HTML documents can be viewed inline if Gnus v5.10 and w3 or w3m lisp
2142 packages are present. Set the customization variable
2143 `mm-text-html-renderer' accordingly (closes SF #453352).
2144
2145 *** Quoted-printable Handling
2146
2147 Quoted-printable body parts are now decoded.
2148
2149 *** More Choices for `mh-yank-from-start-of-msg'
2150
2151 Historically, if this variable was t, the entire message, with full
2152 headers would be included and every line would begin with
2153 `mh-ins-buf-prefix.' This usage is deprecated in favor of the setting
2154 `supercite' below. The default has been changed to `attribution.' The
2155 following symbols are now understood:
2156
2157 `body': yank the message minus the header.
2158
2159 `supercite': include the entire message, with full headers. This also
2160 causes the invocation of `sc-cite-original' without the setting of
2161 `mail-citation-hook', now deprecated practice.
2162
2163 `autosupercite': do as for `supercite' automatically when show buffer
2164 matches the message being replied-to.
2165
2166 `attribution': yank the message minus the header and add a simple
2167 attribution line at the top.
2168
2169 `autoattrib': do as for `attribution' automatically when show buffer
2170 matches the message being replied-to.
2171
2172 There is a new customization variable called
2173 `mh-extract-from-attribution-verb' which is used for attribution which
2174 provides a method for setting a different language.
2175
2176 *** Use Gnus mml Instead of mhn
2177
2178 When inserting attachments into a message draft, Gnus mml directives
2179 are now used instead of mhn directives. One beneficial side-effect of
2180 this is that attachments can now appear inline as well as separate.
2181
2182 The new customization variable `mh-compose-insertion' controls whether
2183 Gnus or mhn is used to insert MIME message directives in messages
2184 (default: 'gnus, if the mml library exists).
2185
2186 *** Content-Type Now Obtained Automatically
2187
2188 The value of the Content-Type no longer needs to be entered by the
2189 user.
2190
2191 *** Attachments Automatically Included Upon Send
2192
2193 You no longer have to run "C-c C-e (mh-edit-mhn)" before sending a
2194 message with attachments--this is done automatically when you send the
2195 message with "C-c C-c (mh-send-letter)". There is, however, a new key
2196 binding "C-c C-m m (mh-mml-to-mime)" which is analogous to "C-c C-e
2197 (mh-edit-mhn)".
2198
2199 *** GPG Handling
2200
2201 Messages that have been signed or encrypted with GPG are verified and
2202 decrypted automatically. To sign or encrypt a message, use "C-c RET
2203 C-s (mh-mml-secure-message-sign-pgpmime)" and "C-c C-m C-e
2204 (mh-mml-secure-message-encrypt-pgpmime)." You need Gnus version 5.10
2205 for this feature. These functions are provided by the pgg.el package.
2206
2207 Users report "flashing" with the pgg.el package and prefer the gpg.el
2208 package instead. To use gpg.el instead of the pgg.el package you need:
2209
2210 (setq mml2015-use 'gpg)
2211
2212 To mimic automatic encryption in gpg.el, use:
2213
2214 (setq mm-verify-option 'always)
2215 (setq mm-decrypt-option 'always)
2216
2217 The venerable mailcrypt package is also an option. However, now that
2218 show buffers are read-only, mailcrypt version 3.5.6 and older fail
2219 when they attempt to decrypt the contents.
2220
2221 *** Mail-Followup-To Header Field
2222
2223 Support for this controversial field has been added because nmh
2224 supports it (closes SF #627035). If you want to add it to outgoing
2225 mail for selected mailing lists, add those mailing lists to the new
2226 customization variable `mh-insert-mail-followup-to-list.' If you think
2227 this field is evil, set the new customization variable
2228 `mh-insert-mail-followup-to-flag' to nil.
2229
2230 *** Gnus Issues
2231
2232 If you update Gnus, you must recompile MH-E. Note that if you are
2233 running the stock version of MH-E that comes with Emacs or the MH-E
2234 package on a Debian GNU/Linux, this is done for you.
2235
2236 ** New Variables in MH-E 7.0
2237
2238 New customization variables not mentioned earlier include:
2239
2240 *** mh-letter-insert-signature-hook
2241
2242 Invoked at the beginning of the "C-c C-s (mh-insert-signature)"
2243 command. Can be used to determine which signature file to use based on
2244 message content. On return, if `mh-signature-file-name' is non-nil
2245 that file will be inserted at the current point in the buffer.
2246
2247 *** mh-show-maximum-size
2248
2249 Maximum size of message (in bytes) to display automatically. Provides
2250 an opportunity to skip over large messages which may be slow to load.
2251 Use a value of 0 to display all messages automatically regardless of
2252 size (closes SF #488696).
2253
2254 *** mh-tool-bar-reply-3-buttons-flag
2255
2256 Non-nil means use three buttons for reply commands in tool-bar. If you
2257 have room on your tool-bar because you are using a large font, you may
2258 set this variable to expand the single reply button into three buttons
2259 that won't lead to minibuffer prompt about who to reply to.
2260
2261 ** Bug Fixes in MH-E 7.0
2262
2263 *** mh-delete-msg, mh-refile-msg, mh-undo
2264
2265 Mandrake Linux includes XEmacs initialization code that binds
2266 `transient-mark-mode' which causes problems in MH-E. These problems
2267 have been fixed (closes SF #541915).
2268
2269 *** mh-edit-again
2270
2271 This would sometimes yield a read-only buffer. This has been fixed
2272 (closes SF #624283 and SF #625538).
2273
2274 *** mh-forward
2275
2276 When using nmh, always specify -mime so as to preserve the original
2277 message(s).
2278
2279 *** mh-inc-folder
2280
2281 If you had narrowed to a sequence and then incorporated new mail,
2282 those new messages would not be present in your +inbox when you
2283 widened. This has been fixed (closes SF #489430, SF #489437, SF
2284 #629233).
2285
2286 *** mh-insert-letter
2287
2288 No longer uses mhl to include a message as this mangled the header and
2289 gave supercite fits (closes SF #629153).
2290
2291 *** mh-letter-mode
2292
2293 "M-q (fill-paragraph)" now fills quoted paragraphs (for example,
2294 starting with "> ") correctly (closes SF #489927).
2295
2296 *** mh-next-undeleted-msg, mh-previous-undeleted-msg
2297
2298 If there are no more undeleted messages the point remains at its
2299 original position and a message is produced (closes SF #494304).
2300
2301 *** mh-pick-mode
2302
2303 Now calls `mh-pick-mode-hook' as documented.
2304
2305 *** mh-put-msg-in-seq
2306
2307 Now puts all messages in region in sequence (closes SF #630324).
2308
2309 *** mh-refile-msg, mh-write-msg-to-file
2310
2311 These functions stomped on the variables that held the name of the
2312 last file and folder respectively for the other function. This has
2313 been fixed so that the last folder or file name is preserved (closes
2314 SF #580772).
2315
2316 *** mh-region-to-sequence
2317
2318 If the region in MH-Folder was set with "C-x h (mark-whole-buffer)",
2319 you couldn't perform operations on all of the messages as you would
2320 expect. This has been fixed (closes SF #621632).
2321
2322 *** mh-reply
2323
2324 Performing an undo the first thing after replying would blank out the
2325 entire draft. Now just the insertion of the yanked message is undone
2326 leaving the header and signature intact for additional editing (closes
2327 SF #623693).
2328
2329 *** mh-show-mode
2330
2331 Now calls `mh-show-mode-hook' as documented (closes SF #627222).
2332
2333 *** mh-subject-thread-to-sequence
2334
2335 Make 'subject sequence a real one, exported to MH. This means you can,
2336 for example, mh-forward it. But it also shows up with a mark in the
2337 scan output (closes SF #489445).
2338
2339 *** Other Bug Fixes
2340
2341 The following bugs have also been closed:
2342
2343 SF #495450: Folder buffer read-only after inc
2344 SF #489706: mh-page-msg bombs out
2345 SF #580772: mh-last-destination is overloaded
2346
2347 *** Variables renamed to conform with Emacs coding conventions
2348
2349 The coding conventions require that boolean variables end in -flag.
2350 The following two tables show which variables were affected (closes SF
2351 #627015).
2352
2353 Customization Variables (defcustom)
2354
2355 Old Name New Name
2356
2357 mh-auto-folder-collect mh-auto-folder-collect-flag
2358 mh-bury-show-buffer mh-bury-show-buffer-flag
2359 mh-clean-message-header mh-clean-message-header-flag
2360 mh-decode-quoted-printable mh-decode-quoted-printable-flag
2361 mh-delete-yanked-msg-window mh-delete-yanked-msg-window-flag
2362 mh-do-not-confirm mh-do-not-confirm-flag
2363 mh-highlight-citation-p mh-highlight-citation
2364 mh-insert-x-mailer-p mh-insert-x-mailer-flag
2365 mh-print-background mh-print-background-flag
2366 mh-recenter-summary-p mh-recenter-summary-flag
2367 mh-recursive-folders mh-recursive-folders-flag
2368 mh-reply-show-message-p mh-reply-show-message-flag
2369 mh-show-use-goto-addr mh-show-use-goto-addr-flag
2370 mh-update-sequences-after-mh-show mh-update-sequences-after-mh-show-flag
2371
2372 Regular Variables (defvar)
2373
2374 Old Name New Name
2375
2376 mh-mhn-compose-insert-p mh-mhn-compose-insert-flag
2377 mh-nmh-p mh-nmh-flag
2378 mh-page-to-next-msg-p mh-page-to-next-msg-flag
2379
2380 \f
2381
2382 * Changes in mh-e 6.1
2383
2384 This is a minor release which includes a few bug fixes. The
2385 distribution now includes the ChangeLog.
2386
2387 ** New Features in mh-e 6.1
2388
2389 *** Fontification
2390
2391 Unseen messages now displayed in bold.
2392
2393 *** Viewing folders and sequences
2394
2395 The folder and sequence listings that "F l (mh-list-folders)" and "S l
2396 (mh-list-sequences)" create are now displayed in view mode.
2397
2398 ** Bug Fixes in mh-e 6.1
2399
2400 *** mh-folder-unseen-seq-name
2401
2402 Byte compilation failed when initializing this variable when the
2403 user's MH environment was not set up. This has been fixed (closes
2404 Debian #140232 and Debian #140817).
2405
2406 *** mh-forward
2407
2408 When forwarding a sequence, the mode of the draft would not be set to
2409 MH-Letter correctly. This has been fixed (closes SF #489448).
2410
2411 *** mh-insert-prefix-string
2412
2413 Fixed to work under XEmacs. Thanks to Will Partain
2414 <partain at dcs.gla.ac.uk>.
2415
2416 *** mh-quit
2417
2418 mh-quit now cleans up the buffers named `mh-temp-buffer,'
2419 'mh-temp-folders-buffer' and 'mh-temp-sequences-buffer.'
2420
2421 \f
2422 * Changes in mh-e 6.0
2423
2424 mh-e is now maintained at SourceForge (see
2425 http://mh-e.sourceforge.net/). This is where you need to go to obtain
2426 new versions of mh-e, report bugs and receive support.
2427
2428 The maintainers have moved much of their personal configurations into
2429 the codebase, so you may find that you may be able to reduce your mh-e
2430 customizations as well.
2431
2432 There are several incompatibilities in this version from older
2433 versions. Please read the following notes carefully for details. Pay
2434 particular attention to the key binding changes in the MH-Folder
2435 section. If you have customized your scan format, you will want to
2436 read about the new variable `mh-scan-format-file'.
2437
2438 The manual could not be updated in time for this release. It will be
2439 updated in the near future. If the Preface in your manual indicates
2440 the older version (version 1.3, for mh-e version 5.0.2), please check
2441 the following page occasionally for an update:
2442
2443 https://sourceforge.net/project/showfiles.php?group_id=13357
2444
2445
2446 ** New Features in mh-e 6.0
2447
2448 *** Customization
2449
2450 mh-e now uses the customize feature of Emacs. Use "M-x customize-group
2451 mh RET" to customize mh-e.
2452
2453 *** Menus
2454
2455 All mh-e modes now provide menus that contain most mh-e functions.
2456
2457 *** Toolbars
2458
2459 All mh-e modes now have toolbar buttons for oft-used functions (Emacs 21).
2460
2461 *** Fontification
2462
2463 All mh-e buffers now have font-lock keywords. To use, either call
2464 (turn-on-font-lock) from the appropriate hook, or set
2465 `global-font-lock-mode' to t. To customize, use "M-x
2466 customize-apropos-faces ^mh RET".
2467
2468 If you have customized your scan lines, you will have to update your
2469 scan regexps. The existing regexps were changed to extract a match so
2470 you will have to add appropriate grouping constructs to take advantage
2471 of the fontification. Your old settings will continue to work, but the
2472 folder will not be fontified. For example:
2473
2474 (setq mh-good-msg-regexp "^\\(.....\\)[^D^]")
2475
2476 You will most likely have to update the new variable
2477 `mh-scan-subject-regexp' as well. There is another new variable
2478 `mh-scan-date-regexp' which you may also find useful. Run "M-x apropos
2479 mh.*regexp" for a complete list.
2480
2481 *** mail-user-agent support
2482
2483 You can now set `mail-user-agent' to `mh-e-user-agent' so that packages
2484 that need to send mail will use mh-e (closes SF #406883, SF #470024).
2485
2486 *** replgroupcomps support
2487
2488 If you reply to `cc' or `all' and you use nmh, the nmh repl option
2489 -group will be used. This means that the file `replgroupcomps' will be
2490 used. If you have customized `replcomps', you will definitely want to
2491 either copy `$NMH_LIB/replgroupcomps' to your mail directory and modify
2492 it the same way that you modified your `replcomps' file, or simply
2493 copy your `replcomps' file to `replgroupcomps'.
2494
2495 *** MH-Folder mode
2496
2497 The variable `mh-summary-height' used to have a default of 4. It now
2498 varies from 4 to 10 depending on the height of the frame.
2499
2500 Clicking the mouse on a message shows that message.
2501
2502 Delete, refile and undo now operate on a region (but only if
2503 `transient-mark-mode' is non-nil).
2504
2505 SPC (mh-page-msg) now displays the message if it is not already
2506 visible. If the bottom of a message is showing, SPC (mh-page-msg)
2507 moves to the next message (respecting the direction you are moving
2508 through the folder).
2509
2510 The threading commands "T u (mh-next-unseen-subject-thread)",
2511 "T t (mh-toggle-subject-thread)", "T s (mh-narrow-to-subject-thread)",
2512 and "T k (mh-delete-subject-thread)" have been added. These functions
2513 do not offer threading in the true sense of the word, but do allow
2514 some manipulation by subject.
2515
2516 Major, major keymap changes. This was done to free up movement
2517 commands in the buffer, and to provide for additional features, such
2518 as the threading commands. At the same time, better and more
2519 consistent mnemonics were realized that should make it easier to
2520 remember key bindings.
2521
2522 Added new sub-keymaps for folder commands, sequence commands,
2523 extraction commands, and digest commands which begin with with F, S,
2524 X, and D, respectively. These sub-keymaps allowed some consistency
2525 (e.g., especially with l(ist) and k(ill)).
2526
2527 Here are the actual changes and rationale:
2528
2529 Old New Rationale
2530
2531 e - Deleted. Already have x. Now used by mh-edit-again.
2532 j - Deleted. Already have g.
2533
2534 M-a e Better mnemonic. Matches rmail. Frees movement command.
2535 M-e E Better mnemonic. Consistent with e.
2536 - S Why not? mh-sort-folder.
2537
2538 M-f Fv Frees movement command
2539 M-f Ff Alias (keep?)
2540 M-f Fo Alias (keep?)
2541 M-k Fk No reason but to keep with folder commands
2542 M-l Fl No reason but to keep with folder commands
2543 M-p Fp No reason but to keep with folder commands
2544 M-r Fr Frees movement command
2545 M-s Fs No reason but to keep with folder commands
2546 M-u Fu No reason but to keep with folder commands
2547
2548 M-% Sd Better mnemonic
2549 M-# Sk Better mnemonic
2550 M-q Sl Better mnemonic
2551 C-xn Sn Frees up standard key binding
2552 % Sp Better mnemonic for putting a message in a sequence
2553 ? Ss Shows sequences that message is in
2554 C-xw Sw Frees up standard key binding
2555
2556 M-n Xs Better mnemonic (extract shar)
2557 M-n Xu Better mnemonic (extract uuencode)
2558
2559 M-SPC D SPC Frees mark command
2560 M-\177 D \177 No reason but to keep with digest commands
2561 M-b Db Frees movement command
2562
2563 As the number of variables increases, it is becoming important to
2564 organize the mh-e namespace. Several variables having to do with the
2565 format of scan lines were renamed, as follows:
2566
2567 Old New
2568
2569 mh-good-msg-regexp mh-scan-good-msg-regexp
2570 mh-deleted-msg-regexp mh-scan-deleted-msg-regexp
2571 mh-refiled-msg-regexp mh-scan-refiled-msg-regexp
2572 mh-valid-scan-line mh-scan-valid-regexp
2573 mh-cur-scan-msg-regexp mh-scan-cur-msg-number-regexp
2574 - mh-scan-cur-msg-regexp
2575 - mh-scan-rcpt-regexp
2576 - mh-scan-format-regexp
2577 mh-msg-number-regexp mh-scan-msg-number-regexp
2578 mh-msg-search-regexp mh-scan-msg-search-regexp
2579
2580 *** MH-Show mode
2581
2582 While the MIME support is not complete, quoted-printable body parts
2583 are now decoded.
2584
2585 Some MTAs quote From at the beginning of the line with a ">". The ">"
2586 is now removed in the display, but not on disk.
2587
2588 *** MH-Letter mode
2589
2590 New function "C-c C-o (mh-split-line)" splits lines in a draft
2591 preserving the fill prefix and indentation. This is useful when
2592 responding to several sentences in a single paragraph separately.
2593
2594 "M-q (fill-paragraph)" can now be used on the message that is being
2595 replied to. The fill prefix such as "> " is preserved.
2596
2597 You no longer have to run "C-c C-e (mh-edit-mhn)" manually as this is
2598 now done automatically when the message is sent.
2599
2600 The X-Mailer header field is now added to messages as they are sent.
2601
2602 "C-c C-m C-i (mh-mhn-compose-insertion)" now makes a pretty good guess
2603 at the type of file using the `file' command and no longer asks the
2604 user for the media type. If the necessary version of `file' is not
2605 available, the user is asked for the media type as before; however,
2606 the list of media types is now taken from the system mailcap if
2607 available. Failing that, the built-in list of types has been
2608 supplemented so in most cases the type you need should be present
2609 (closes SF #406883, #441179).
2610
2611 ** New Variables in mh-e 6.0
2612
2613 New variables not mentioned earlier include:
2614
2615 *** mh-insert-x-mailer-p
2616
2617 Default value of t means that an X-Mailer header field should be
2618 added.
2619
2620 *** mh-reply-show-message-p
2621
2622 The setting of this variable determines whether the MH show-buffer is
2623 displayed with the current message when using mh-reply without a prefix
2624 argument. Set it to nil if you already include the message
2625 automatically in your draft using "repl: -filter repl.filter" in
2626 "~/.mh_profile."
2627
2628 *** mh-scan-format-file
2629
2630 Specifies the format file to pass to the scan program. If t, the
2631 format string will be taken from the either `mh-scan-format-mh' or
2632 `mh-scan-format-nmh' depending on whether MH or nmh is in use. If nil,
2633 the default scan output will be used.
2634
2635 If you customize the scan format, you may need to modify a few
2636 variables containing regexps that mh-e uses to identify specific
2637 portions of the output. Use `M-x apropos RET mh-scan.*regexp' to
2638 obtain a list of these variables.
2639
2640 *** mh-scan-format-mh
2641
2642 Scan format string for MH, provided to the scan program via the
2643 -format arg. This format is identical to the default except that
2644 additional hints for fontification have been added to the sixth
2645 column.
2646
2647 *** mh-scan-format-nmh
2648
2649 Scan format string for nmh, provided to the scan program via the
2650 -format arg. This format is identical to the default except that
2651 additional hints for fontification have been added to the sixth
2652 column.
2653
2654 *** mh-show-use-goto-addr
2655
2656 Non-nil means URLs and e-mail addresses are highlighted using
2657 goto-addr in MH-Show buffer.
2658
2659 *** mh-letter-fill-column
2660
2661 Fill column to use in `mh-letter-mode'. This is useful to make the
2662 lines a bit shorter to allow for quoting in replies.
2663
2664 *** mh-folder-updated-hook
2665
2666 Invoked when the actions in a folder (such as moves and deletes) are
2667 performed. Variables that are useful in this hook include
2668 `mh-delete-list' and `mh-refile-list' which can be used to see which
2669 changes are being made to current folder, `mh-current-folder'.
2670
2671 *** mh-unseen-updated-hook
2672
2673 Invoked after the unseen sequence has been updated. The variable
2674 `mh-seen-list' can be used to obtain the list of messages which will
2675 be removed from the unseen sequence
2676
2677 ** Bug Fixes in mh-e 6.0
2678
2679 *** mh-edit-again and mh-extract-rejected-mail
2680
2681 Now insert a header separator (--------) which packages such as
2682 mailcrypt expect.
2683
2684 *** mh-find-progs
2685
2686 Now uses `mhparam' to set `mh-lib-progs' and `mh-lib'. Added more
2687 directories to `mh-progs' so that mh-e can autoconfigure in more
2688 environments. Chances are that you no longer have to set these
2689 variables, and if you do, you will only have to set `mh-progs'.
2690 Unless, of course, you are using an ancient version of MH that doesn't
2691 have `mhparam'.
2692
2693 *** mh-folder-mode-map
2694
2695 The DEL/<delete>/<backspace> change in Emacs 21 broke
2696 `mh-previous-page'. This has been fixed (closes SF #228907).
2697
2698 *** mh-forward
2699
2700 If you had "forw: -mime" to your .mh_profile, forwarding a message
2701 resulted in:
2702
2703 Search failed: "^------- Forwarded Message"
2704
2705 In addition, the Subject field was not filled in. This has been fixed
2706 (closes SF #223603).
2707
2708 *** mh-kill-folder
2709
2710 The user is now always prompted before this action; the variable
2711 `mh-do-not-confirm' is no longer consulted here. Therefore users who
2712 wanted to set `mh-do-not-confirm' but didn't because of the
2713 `mh-kill-folder' dependency may now do so.
2714
2715 *** mh-make-folder-mode-line
2716
2717 Properly deals with folders that do not have any lines in them. Prints
2718 "no msgs" instead of "0 msgs". Does not try to print a range when
2719 there are no messages.
2720
2721 *** mh-mhn-compose-insertion
2722
2723 Now gets the MIME type automatically (assuming the local file command
2724 supports the -i and -b options). If this use of the file command is
2725 not supported, the list of MIME types has been expanded to use the
2726 system's mailcap file.
2727
2728 *** mh-nmh-p
2729
2730 This variable (t when nmh is in use rather than MH) assumed that the
2731 string "nmh" is in `mh-lib-progs' or `mh-lib'. This has been fixed
2732 (closes SF #441776).
2733
2734 *** mh-refile-msg
2735
2736 No longer lets you specify an empty folder (closes SF #476824).
2737
2738 *** mh-regenerate-headers
2739
2740 Now suppresses "scan: bad message list" messages.
2741
2742 *** mh-print-msg
2743
2744 This function was looking for `mhl' in the wrong place on nmh on
2745 Redhat LINUX 7.0. This has been fixed (closes SF #481128).
2746
2747 *** mh-show
2748
2749 Now updates `cur' sequence after a message is shown (closes SF #481772).
2750
2751 *** mh-showing
2752
2753 Renamed variable and function to `mh-showing-mode' to conform with
2754 minor mode conventions. Added optional arg to function so it would
2755 behave like a normal minor mode: no or nil arg toggles mode, 0 arg
2756 turns off, non-nil turns on. This fixed the error that occurred when
2757 `desktop-create-buffer' recreated mh-e buffers because it was calling
2758 `mh-showing' with an arg.
2759
2760 *** mh-version
2761
2762 Fixed for nmh. Now displays mh-e version correctly. Cleaned up output
2763 and display `mh-progs', etc.
2764
2765 *** mh-widen
2766
2767 Now attempts to stay on the same message number (closes SF #480922).
2768
2769 No longer wipes out pending deletes and refiles without warning
2770 (closes SF #481036).
2771
2772 \f
2773 * Changes in mh-e 5.0.2
2774
2775 This version contains additional minor changes to integrate it with
2776 reporter.el (requires reporter.el version 3.1c or later) and Emacs
2777 19.30. The mh-goto-msg function is much faster, which also speeds up
2778 several other operations.
2779
2780 \f
2781 * Changes in mh-e 5.0.1
2782
2783 This version contains minor changes from mh-e 5.0 to integrate it with
2784 Emacs 19.29.
2785
2786 \f
2787 * User-visible changes to mh-e 5.0
2788
2789 Note: This being a major release, there are many internal changes.
2790 This document lists only changes to the external interfaces of mh-e.
2791
2792 When upgrading, you must either explicitly reload the new versions of
2793 all mh-e files that are already loaded or restart your Emacs.
2794
2795
2796 ** Major Changes and New Features in mh-e 5.0
2797
2798 The emphasis for this release has been on consistency and
2799 documentation. Many documentation strings were enhanced. Documentation
2800 strings were changed to comments for internal functions and variables.
2801
2802 *** There is now proper documentation in the form of a 75-page users
2803 manual. The Texinfo source is mh-e.texi; the formatted Info document
2804 is mh-e.info.
2805
2806 *** There is a new command `mh-update-sequences', which updates MH's
2807 idea of what messages are in the Unseen sequence and what is the
2808 current folder and message. `mh-quit' calls it. While
2809 `mh-execute-commands' has always done this updating as a side effect,
2810 the new function is faster.
2811
2812 *** The MH profile entry "Inbox:" is supported.
2813
2814 *** If the show-buffer is modified, the user is queried before mh-e
2815 reuses the buffer to show a different message. This buffer is also
2816 auto-saved and backed up correctly.
2817
2818 *** `mh-store-buffer' is significantly more robust. It now handles
2819 messages created by a wide variety of packaging software. The status
2820 message for `uudecode' includes the name of the file created. An error
2821 is signaled if the subprocess exits with a non-zero status.
2822
2823 *** `mh-search-folder' behaves predictably, adding messages found to
2824 the `search' sequence. It correctly handles the case of no messages
2825 found.
2826
2827 *** `mh-burst-digest' (`M-b') now only rescans the part of the folder
2828 affected by the burst. It is now much faster in a large folder.
2829
2830
2831 ** New Hooks and Customization Variables in mh-e 5.0
2832
2833 *** `mh-default-folder-for-message-function': new name for the old
2834 `mh-msg-folder-hook', which wasn't a hook. The old name was confusing,
2835 leading people to think they could use `add-hook' with it, when
2836 actually `setq' is the correct way.
2837
2838 *** `mh-sortm-args': When this variable is used has changed. Now
2839 `mh-sortm-args' is passed if there IS a prefix argument to
2840 `mh-sort-folder'. The assumption is that for arguments you normally
2841 want, you would specify them in an MH profile entry.
2842
2843 *** `mh-mhn-args': new hook, a list of additional arguments to pass to
2844 the `mhn' program if `mh-edit-mhn' is given a prefix argument.
2845
2846 *** `mh-edit-mhn-hook': new hook called by `mh-edit-mhn', the function
2847 that formats MIME messages.
2848
2849 *** `mh-folder-list-change-hook': new hook, called whenever the cached
2850 list of folders, `mh-folder-list', is changed.
2851
2852 *** `mh-find-path-hook': new hook, called when entering mh-e.
2853
2854 *** `mh-repl-formfile': new variable, used to change the format file
2855 used by `mh-reply' from the default of "replcomps".
2856
2857 *** New variables to customize the scan format and notating:
2858 `mh-note-deleted', `mh-note-refiled', `mh-note-seq', `mh-note-cur',
2859 `mh-note-copied', `mh-note-printed'.
2860
2861
2862 ** Key Binding Changes in mh-e 5.0
2863
2864 *** `RET' runs `mh-show' for consistency with the Finder and Info. The
2865 old binding `.' still works, but `RET' is now the standard binding.
2866
2867 *** `M-<' now runs `mh-first-msg' for consistency with `M->', which
2868 runs `mh-last-msg'.
2869
2870 *** `C-c C-f C-d' in MH-Letter mode moves to a Dcc: header field.
2871
2872 *** `C-c C-f C-r' in MH-Letter mode moves to a From: header field.
2873
2874 *** `g' is now the standard binding for `mh-goto-msg'. The old binding
2875 `j' still works.
2876
2877
2878 ** Other Improvements and Changes to mh-e 5.0
2879
2880 *** `mh-lpr-command-format' no longer passes the "-p" argument to
2881 `lpr' by default. The mail header typically has the date anyway.
2882
2883 *** When prompting for a sequence name, if no sequences have been used
2884 yet, mh-e will offer the first sequence the current message is in.
2885
2886 *** The patterns of more mailers are recognized by
2887 `mh-extract-rejected-mail'.
2888
2889 *** `mh-insert-prefix-string' no longer wraps the call to the
2890 `mail-citation-hook' function in a `save-excursion' so the hook writer
2891 can choose whether to leave point at the beginning or the end of the
2892 yanked text.
2893
2894 *** `mh-write-msg-to-file': The prompt now refers to "message" or
2895 "message body" depending on which will be written. (This is controlled
2896 by a prefix argument.) The file defaults to the last-used file instead
2897 of supplying only the directory name.
2898
2899 *** mh-e uses message ranges when running MH commands. Thus "rmm 1 2 3
2900 4 6" is now "rmm 1-4 6". This change makes it less likely to overflow
2901 system argument list limits, and it might be faster, too.
2902
2903
2904 ** Bug Fixes to mh-e 5.0
2905
2906 *** mh-e's idea of the unseen sequence now stays in sync with MH's
2907 better.
2908
2909 *** Functions that are supposed to find fields in the message header
2910 no longer look in the message body.
2911
2912 *** mh-e would sometimes fail to remove the "%" from a scan line when
2913 the message was removed from a sequence if the message was also in the
2914 Previous sequence.
2915
2916 *** The variable `mh-inc-prog' is now correctly used in all places.
2917
2918 *** `mh-pipe-msg' runs the process in the correct directory.
2919
2920 *** A partially scanned folder will no longer lose the "/select"
2921 annotation when you execute marked deletes and refiles with `x'.
2922
2923 \f
2924 * Changes to mh-e 4.0
2925
2926 This file is automatically generated from news-mh-e.txinfo. Do not edit.
2927
2928 [MH-E-ONEWS has been incorporated here and removed. news-mh-e.txinfo
2929 is no longer available.]
2930
2931 Note: there are many internal changes to mh-e in this release. If you
2932 have the previous version loaded into your Emacs, you will probably not
2933 be able to load this version on top of it.
2934
2935 ** New Features in mh-e 4.0
2936
2937 *** Background folder collection. The first time you are prompted for
2938 a folder, you must wait while mh-e collects the names of all existing
2939 folders. Now however, if you abort, collecting will continue in the
2940 background, and you can do something else in Emacs until the
2941 collection completes. Normally, mh-e will begin collecting folders
2942 names in the background when you first load it; you can disable this
2943 feature by setting `mh-auto-folder-collect' to nil.
2944
2945 *** There is support for composing MIME messages using the `mhn'
2946 program from MH 6.8. See the documentation string for mh-edit-mhn.
2947 (While composing a letter, type `C-h k C-c C-e'.) See also mhn(1).
2948 There is as yet no support for reading MIME messages.
2949
2950 *** `mh-show', typically on `.', repositions to the start of the
2951 message if the message is already visible. It used to do nothing in
2952 this case.
2953
2954 *** The function `mh-unshar-msg' is renamed `mh-store-msg'. It now
2955 does uudecoding, too. Someday it should do MIME. It remembers the last
2956 directory you used and offers it as the default for next time.
2957
2958 *** New function `mh-header-display', on `,', displays the message
2959 with all headers, including those normally not displayed. Type `.' to
2960 display the message normally again.
2961
2962 *** New function `mh-list-sequences' lists the sequences in use in the
2963 current folder.
2964
2965 *** New function `mh-version' displays version information about MH
2966 and mh-e. Please use the output in bug reports.
2967
2968 *** `mh-quit' now burys the folder buffer and show buffer.
2969
2970
2971 ** New hooks and customization variables in mh-e 4.0
2972
2973 *** `mh-pick-mode-hook': new hook called by new mode `mh-pick-mode'.
2974 The pick buffer didn't used to have its own mode. Another advantage of
2975 `mh-pick-mode' is that `C-h m' works in the pick buffer.
2976
2977 *** `mail-citation-hook': new variable for supercite.
2978
2979 *** `mh-refile-msg-hook': new hook called by `mh-refile-msg' (and
2980 `mh-refile-or-write-again' when refiling).
2981
2982 *** `mh-msg-folder-hook': new hook used by `mh-refile-msg' and
2983 `mh-to-fcc' to provide a default folder for user prompt.
2984
2985 *** `mh-show-hook': new hook called by `mh-show'.
2986
2987 *** `mh-delete-msg-hook': new hook called by `mh-delete-msg'.
2988
2989 *** `mh-show-mode-hook': new hook called by new mode `mh-show-mode'
2990 for `show-' buffers.
2991
2992 *** `mh-comp-formfile': new variable so can customize `components'
2993 file.
2994
2995 *** `mh-sortm-args': new variable, a list of extra arguments to be
2996 passed to sortm by `mh-sort-folder'. Give an argument to
2997 `mh-sort-folder' to suppress this behavior.
2998
2999 *** `mh-send-prog': new variable so can customize name of `send'
3000 program in case of name conflicts.
3001
3002 *** `mh-scan-prog': new variable so can customize name of `scan'
3003 program to generate custom effects.
3004
3005 *** `mh-inc-prog': new variable so can customize name of `inc' program
3006 to do fancy management of incoming messages.
3007
3008 *** `mh-forwarded-letter-subject': new function used by `mh-forward'
3009 to compute the Subject line of the new message. It is a small function
3010 which can be replaced by the user for customization. Uses the new
3011 variable `mh-forward-subject-format', which allows some simple
3012 customizations without rewriting even `mh-forwarded-letter-subject'.
3013
3014 *** `mh-new-draft-cleaned-headers': new variable, header lines removed
3015 by `mh-edit-again' and `mh-extract-rejected-mail' before offering a
3016 message as a new draft.
3017
3018 *** `mh-signature-file-name': new variable used by
3019 `mh-insert-signature' to so can customize name of the file to insert.
3020
3021 *** `mh-read-address': new function called to read all To: and Cc:
3022 addresses.
3023
3024 *** `mh-msg-folder-hook': new hook used by `mh-refile-msg' and
3025 `mh-to-fcc' to provide a default folder for user prompt.
3026
3027
3028 ** Key binding changes in mh-e 4.0
3029
3030 *** `,' runs new function `mh-header-display'. It is like `.' but it
3031 displays *all* the headers.
3032
3033 *** `M-#' runs the new function `mh-delete-seq'. One used to have to
3034 type `C-u M-%' to delete a sequence.
3035
3036 *** `<' no longer does `mh-first-msg', but `M->' now does
3037 `mh-last-msg'. This allows first and last to be consistent (`>' was
3038 taken) and is more likely to be discovered by chance anyway.
3039
3040 *** `M-d' runs `mh-redistribute', `r' runs `mh-reply' (on the theory
3041 that the more commonly used function should be easier to type, and the
3042 obscure action of redistributing can be harder to type).
3043
3044 *** `M-o' changed to `C-o' (`mh-write-msg-to-file'). It was
3045 interfering with arrow keys for some people.
3046
3047 *** `M-n' now runs `mh-store-msg' (formerly `mh-unshar-msg').
3048
3049 *** `b' no longer runs `mh-quit'; use `q' instead. `b' may be used in
3050 a future version for something else.
3051
3052
3053 ** Minor improvements to mh-e 4.0
3054
3055 *** The mh-e code is now divided into multiple Emacs Lisp files, so it
3056 starts up faster because Emacs doesn't have to load all of it at once.
3057 (This change also makes it easier for the maintainer to manage
3058 things.)
3059
3060 *** When searching for the directory containing the MH programs,
3061 search the user's PATH in addition to the built-in directories, to
3062 increase the chance of finding the MH programs.
3063
3064 *** The subject for a forwarded message no longer has ugly square
3065 brackets around it.
3066
3067 *** The name of the folder is no longer appears twice in the show
3068 buffer mode line.
3069
3070 *** When typing a folder name in the minibuffer, parent folders
3071 complete to the trailing slash (/), for easier typing of subfolders.
3072
3073 *** The folder buffer mode name changed from `mh-e scan' or `mh-e
3074 show' to `MH-Folder', which makes the hook name easier to guess. Added
3075 `mh-showing' to `minor-mode-alist' so there is still an indication in
3076 the mode line of whether messages will be shown automatically.
3077
3078 *** `mh-rename-seq' does completion on the old sequence name.
3079
3080 *** If called by a user who has never used MH on this system before,
3081 mh-e runs the MH program `install-mh' to get them set up.
3082
3083 *** Undo history for previous messages is not kept to avoid wasting
3084 memory.
3085
3086 *** The internal temp buffer used by mh-e has `buffer-offer-save'
3087 explicitly nil. This change benefits people who change the
3088 `buffer-offer-save' default.
3089
3090
3091 ** Bug fixes to mh-e 4.0
3092
3093 *** `mh-to-field': don't bomb if no To: field.
3094
3095 *** `mh-get-new-mail': restore annotations, e.g., cur, even if no new
3096 mail.
3097
3098 *** `mh-rename-seq': verify that the new seq name was accepted by
3099 `mark' before updating state.
3100
3101 *** `mh-internal-seq': the Previous sequence is not notated, since it
3102 would notate everything scanned.
3103
3104 *** `mh-read-draft': don't call `find-file-noselect' so an
3105 `auto-mode-alist' doesn't trigger `mh-letter-mode-hook' twice. Faster,
3106 too.
3107
3108 *** `mh-show': If user moves onto a message that doesn't exist, don't
3109 leave the cursor in the show pane.
3110
3111 *** `mh-delete-scan-msgs': use `equal', not `=', on the result of
3112 `mh-get-msg-num', since it may be nil.
3113
3114 *** `mh-get-field': do anchored search so searching for `reply-to:'
3115 doesn't find `in-reply-to:'.
3116
3117 *** `mh-widen': do nothing if not narrowed.
3118
3119 *** `mh-clean-message-header': find end of headers even if no body.
3120
3121 \f
3122 Local variables:
3123 mode: outline
3124 paragraph-separate: "[ \f]*$"
3125 end:
3126
3127 arch-tag: f6696cad-eb1b-4c5f-8057-4e3954a98d18