Hi Adam, On Wed, 18.04.2012 17:30, Adam Wolfe Gordon wrote: >> +(defvar notmuch-wash-wrap-lines-length nil >> + "Wrap line after at most this many characters. >> + >> +If this is nil, lines in messages will be wrapped to fit in the >> +current window. If this is a number, lines will be wrapped after >> +this many characters or at the window width (whichever one is >> +lower).") > > This should probably be a defcustom, in the notmuch-show section. the reason for not making this a defcustom was that all of the other functions in notmuch-wash.el use defvar for customization too, so perhaps they should all be defcustom'd in a separate patch? Cheers, Daniel