t* My OpenBSD ports
       
   URI git clone git://git.codevoid.de/mystuff.git
   DIR Log
   DIR Files
   DIR Refs
       ---
       tREADME (1075B)
       ---
            1 Breaking Changes from 1.2. to 1.4.
            2 ══════════════════════════════════
            3 
            4 A description of all changes and features can be found the release
            5 notes (NEWS.org). Breaking changes below:
            6 
            7 mu changes:
            8 -----------
            9 * Base path has changed from ~/.mu to ~/.cache/mu. You may want to
           10   delete the old cache location.
           11 * A new command `mu init` needs to be run once to save the maildir
           12   location and email adresses in the database.
           13 
           14   mu init --maildir=~/Maildir --my-address=jim@example.com \
           15                 --my-address=bob@example.com
           16 
           17 mu4e changes:
           18 -------------
           19 * Variables `mu4e-maildir` and `mu4e-user-mail-address-list`
           20   are obsolete. The information is taken from the Xapian database now.
           21   Run `mu init` with the appropiate parameters to create these
           22   entries.
           23 * Contact sorting is done by `mu` now. As a side effect the following
           24   variables have been obsoleted:
           25     - mu4e-contacts-rewrite-function
           26     - mu4e-compose-complete-ignore-address-regexp
           27   You can use `mu4e-contact-process-function` instead.
           28