Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'mouse': 0.07; 'option,': 0.07; 'terry': 0.09; 'cc:addr:python-list': 0.10; '-tkc': 0.16; 'buttons,': 0.16; 'dig': 0.16; 'fires': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'left,': 0.16; 'mistake.': 0.16; 'reedy': 0.16; 'subject:send': 0.16; 'wrote:': 0.17; 'feb': 0.19; 'assumes': 0.22; 'cc:2**0': 0.23; "i've": 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'outlook': 0.28; 'accidentally': 0.29; 'error': 0.30; 'button': 0.30; 'shift': 0.33; 'subject: -- ': 0.33; 'sometimes': 0.35; 'too': 0.36; 'charset:us-ascii': 0.36; 'enough': 0.36; 'subject:: ': 0.38; 'harder': 0.65; 'click': 0.76; '2013': 0.84; 'received:50.22': 0.84; 'received:108': 0.91; 'clients,': 0.95 Date: Tue, 5 Feb 2013 14:22:02 -0600 From: TIm Chase To: Terry Reedy Subject: Re: Hitting send by mistake -- a solution In-Reply-To: References: X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1360095634 news.xs4all.nl 6960 [2001:888:2000:d::a6]:60087 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:38228 On Tue, 05 Feb 2013 14:41:21 -0500, Terry Reedy wrote: > [comment about a double post] > > He must have hit the send button too early by mistake. > > I used to do that occasionally. The reason is that the default > position of [send] was on the left, under [File] and [Edit], and > sometimes I did not move the mouse up enough before clicking. With > Thunderbird, I was able to move [Send] to the right of the other > buttons, under nothing. It is much harder to accidentally click it. That assumes the error is made via the mouse. In many email clients, Control+Enter will also result in sending. Thunderbird has a confirmation option, while Outlook just fires it into the ether without recourse (I need to dig into Claws Mail's options, as I've been working to shift over). -tkc