<p><br>
On Mar 5, 2012 1:50 AM, "Mark Walters" <<a href="mailto:markwalters1009@gmail.com">markwalters1009@gmail.com</a>> wrote:<br>
><br>
> On Sat,  3 Mar 2012 23:55:24 +0200, Jani Nikula <<a href="mailto:jani@nikula.org">jani@nikula.org</a>> wrote:<br>
> > Move hello section customization to notmuch-hello group and printing<br>
> > customization to notmuch-show group from the top level customization<br>
> > group.<br>
><br>
> Hi<br>
><br>
> This is an clear improvement but I wonder about the positioning of these<br>
> two options inside the subgroups. It makes<br>
><br>
> notmuch-hello-sections the last option under notmuch-hello and<br>
><br>
> notmuch-print-mechanism the first option under notmuch-show<br>
><br>
> both of which seem slightly strange positions.<br>
><br>
> (Personally I would place notmuch-hello-sections towards the top, and<br>
> notmuch-print-mechanism towards the bottom. If you decided on this<br>
> ordering then I am happy to go with it: I am only commenting in case it<br>
> is just accidental.)</p>
<p>I just changed the groups, and that's where the options landed... I don't know how to change the order.</p>
<p>><br>
> Best wishes<br>
><br>
> Mark<br>
><br>
><br>
><br>
> > ---<br>
> >  emacs/notmuch-hello.el |    2 +-<br>
> >  emacs/notmuch-print.el |    2 +-<br>
> >  2 files changed, 2 insertions(+), 2 deletions(-)<br>
> ><br>
> > diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el<br>
> > index e089290..0cf613f 100644<br>
> > --- a/emacs/notmuch-hello.el<br>
> > +++ b/emacs/notmuch-hello.el<br>
> > @@ -226,7 +226,7 @@ by an additional filter query. Similarly, the count of messages<br>
> >  displayed next to the buttons can be generated by applying a<br>
> >  different filter to the tag query. These filters are also<br>
> >  supported for \"Customized queries section\" items."<br>
> > -  :group 'notmuch<br>
> > +  :group 'notmuch-hello<br>
> >    :type<br>
> >    '(repeat<br>
> >      (choice (function-item notmuch-hello-insert-header)<br>
> > diff --git a/emacs/notmuch-print.el b/emacs/notmuch-print.el<br>
> > index 6653d97..8c18f4b 100644<br>
> > --- a/emacs/notmuch-print.el<br>
> > +++ b/emacs/notmuch-print.el<br>
> > @@ -25,7 +25,7 @@<br>
> ><br>
> >  (defcustom notmuch-print-mechanism 'notmuch-print-lpr<br>
> >    "How should printing be done?"<br>
> > -  :group 'notmuch<br>
> > +  :group 'notmuch-show<br>
> >    :type '(choice<br>
> >         (function :tag "Use lpr" notmuch-print-lpr)<br>
> >         (function :tag "Use ps-print" notmuch-print-ps-print)<br>
> > --<br>
> > 1.7.5.4<br>
> ><br>
> > _______________________________________________<br>
> > notmuch mailing list<br>
> > <a href="mailto:notmuch@notmuchmail.org">notmuch@notmuchmail.org</a><br>
> > <a href="http://notmuchmail.org/mailman/listinfo/notmuch">http://notmuchmail.org/mailman/listinfo/notmuch</a><br>
</p>