From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.90.117.16 with SMTP id p16cs329214agc; Mon, 12 Oct 2009 06:42:20 -0700 (PDT) Received: by 10.224.22.85 with SMTP id m21mr4672747qab.340.1255354939733; Mon, 12 Oct 2009 06:42:19 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 37si4403367qyk.20.2009.10.12.06.42.19; Mon, 12 Oct 2009 06:42:19 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 6F2CB1D78834; Mon, 12 Oct 2009 09:42:19 -0400 (EDT) Received: from entry.masanjin.net (masanjin.net [209.20.72.13]) by rubyforge.org (Postfix) with ESMTP id 600F81779939 for ; Mon, 12 Oct 2009 09:42:10 -0400 (EDT) Received: from w by entry.masanjin.net with local (Exim 4.69) (envelope-from ) id 1MxLAA-0004K2-NO for sup-talk@rubyforge.org; Mon, 12 Oct 2009 06:42:10 -0700 From: William Morgan To: sup-talk In-reply-to: <1254565800-sup-5590@lanparty.ee> References: <1254565800-sup-5590@lanparty.ee> Date: Mon, 12 Oct 2009 06:42:10 -0700 Message-Id: <1255354888-sup-8991@masanjin.net> User-Agent: Sup/git Subject: Re: [sup-talk] labels-before-subject and ask_for_contacts config knobs X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Reformatted excerpts from Tarko Tikan's message of 2009-10-03: > ask_for_contacts is loading 10 contacts from index, imho this doesn't > make a sane default (it's too low). I've always patched this to 500 on > my end - yes, it takes a second or two to load that many contacts from > index but this doesn't bug me as much as first looking up the person > and then composing to him. Yeah, this number should be increased. Unfortunately the time required is tied to your index size and your machine, and 500 is way too slow for me. There are actually two numbers: the number of initial contacts, and the number that gets added when you press "M". I've changed the first to (2 * # of screen rows) and the second to 100. Hopefully that's a little more usable to you. -- William _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk