From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: password-cache for smtpmail.el Date: Thu, 14 Feb 2008 00:56:13 +0100 Message-ID: References: <87bq6ko75a.fsf@bzg.ath.cx> <3qbq6klcln.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202946988 30233 80.91.229.12 (13 Feb 2008 23:56:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Feb 2008 23:56:28 +0000 (UTC) Cc: Emacs Devel To: "Glenn Morris" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 14 00:56:52 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JPRT9-0003gC-FJ for ged-emacs-devel@m.gmane.org; Thu, 14 Feb 2008 00:56:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPRSf-0007Xj-Mu for ged-emacs-devel@m.gmane.org; Wed, 13 Feb 2008 18:56:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPRSb-0007Vc-KE for emacs-devel@gnu.org; Wed, 13 Feb 2008 18:56:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPRSZ-0007Ro-1g for emacs-devel@gnu.org; Wed, 13 Feb 2008 18:56:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPRSY-0007Re-RH for emacs-devel@gnu.org; Wed, 13 Feb 2008 18:56:14 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.178]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPRSY-0004ke-OE for emacs-devel@gnu.org; Wed, 13 Feb 2008 18:56:14 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so295334wah.10 for ; Wed, 13 Feb 2008 15:56:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=DU/ljOTf+dX8+TOzOvFjxqJ7OeNaeOMNTDiWR4MMWSs=; b=itzDhBFeabEXAM77WrDzomnNfEpvJvD2jqe0msYvu4/TeHzuk9XkLcQ8aPG651buyDazUo8fxAh0wcSlOXuTDp6WQpgqgAHCbtZ2OcUeAs9PSMVwGdJjVyT7cqmEgmHrtwkXkxtboa5Numw7Vlnr7I5hlXZkEnPlGgDWEjrkCCs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gRNIr13inBV9/7vm8rC46UWZ6C4dY0z9MchX0sAfX9TdJvlfkJPhR0BMri3JQIJ0ap0PRIxauLnvumXOr1ygusIlrAgYES4U1mTrKJZRKVy9WOaAm59jfE1m4MuyBFD6RHxLt3ig53R9AMYsZwhQt7Fi5+rATZaWtQQvFd9Ltwo= Original-Received: by 10.114.177.1 with SMTP id z1mr631071wae.144.1202946973423; Wed, 13 Feb 2008 15:56:13 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Wed, 13 Feb 2008 15:56:13 -0800 (PST) In-Reply-To: <3qbq6klcln.fsf@fencepost.gnu.org> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:89002 Archived-At: On Feb 13, 2008 11:23 PM, Glenn Morris wrote: > You should check for a copyright assignment before installing > code written by others. How? The copyright files are not public. I've usually used the changelogs to see whether the person had previous non-tiny changes committed, but that does not help with new contributors. Juanma