~ubuntu-branches/ubuntu/vivid/mutt/vivid-updates

« back to all changes in this revision

Viewing changes to UPDATING

Tags: 1.5.18-6
* Grab from upstream:
  + Guard idata->mailbox read in imap_mailbox_state.
    The bug happens when a user has more than a imap mailbox, when
    he/she browses through them mutt will segfault.
    (Closes: #462266, #513230, #514309. Mutt: #3057)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
The keys used are:
5
5
  !: modified feature, -: deleted feature, +: new feature
6
6
 
 
7
  + $query_format (customize external query menu)
 
8
  ! inode sorting is always enabled
 
9
  + $time_inc suppresses progress updates less than $time_inc
 
10
    milliseconds apart.
 
11
 
 
12
1.5.18 (2008-05-17):
 
13
 
 
14
  + $time_inc (control rate of progress updates)
 
15
 
 
16
1.5.17 (2007-11-01):
 
17
 
 
18
  ! --enable-exact-address works again
 
19
 
 
20
1.5.16 (2007-06-09):
 
21
 
 
22
  + next-unread-mailbox
 
23
  + $message_cache_clean (clean cache on sync)
 
24
  + $smtp_pass
 
25
  ! $header_cache_compress defaults to yes
 
26
 
 
27
1.5.15 (2007-04-06):
 
28
 
 
29
  - $imap_home_namespace (useless clutter)
 
30
  + $check_mbox_size (use size change instead of atime for new mail)
 
31
  ! improved f=f support wraps lines at $wrap if $wrap is not 0
 
32
  + $wrap (>0 wraps at $wrap, <0 = $wrapmargin)
 
33
  + $assumed_charset, $attach_charset, $ignore_linear_white_space
 
34
  + $save_history, $history_file (save history across sessions)
 
35
  + $smtp_url (ESMTP relay support)
 
36
  + $crypt_use_pka (use GPGME PKA signature verification)
 
37
  ! format pipe support: format strings ending in | are filtered
 
38
  ! buffy size is configurable at runtime (no --enable-buffy-size
 
39
    configure option, new $check_mbox_size variable)
 
40
 
 
41
1.5.13 (2006-08-14):
 
42
 
 
43
  + thread patterns.  Use ~(...) to match all threads that
 
44
    contain a message that matches ...
 
45
 
7
46
1.5.12 (2006-07-14):
8
47
 
9
48
  - $imap_cachedir replaced with $message_cachedir