From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54895 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: [nnimap] Makeing use of targets Sent Trash Date: Thu, 20 Nov 2003 20:35:27 +0000 Sender: ding-owner@lists.math.uh.edu Message-ID: <87zneqixrk.fsf@emptyhost.emptydomain.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1069360559 19612 80.91.224.253 (20 Nov 2003 20:35:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Nov 2003 20:35:59 +0000 (UTC) Original-X-From: ding-owner+M3435@lists.math.uh.edu Thu Nov 20 21:35:57 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AMvWu-0005IY-00 for ; Thu, 20 Nov 2003 21:35:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AMvWj-0003Gl-00; Thu, 20 Nov 2003 14:35:45 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AMvWf-0003Gg-00 for ding@lists.math.uh.edu; Thu, 20 Nov 2003 14:35:41 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id ECBA03A0025 for ; Thu, 20 Nov 2003 14:35:40 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1AMvWe-0001RF-00 for ; Thu, 20 Nov 2003 21:35:40 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 15 Original-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de Original-X-Trace: quimby.gnus.org 1069360540 5159 213.203.244.156 (20 Nov 2003 20:35:40 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Thu, 20 Nov 2003 20:35:40 +0000 (UTC) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:7DUiJmSIi/X1sw+CsyUkAwwnhA4= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54895 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54895 Harry Putnam writes: > I wondered if when using gnus and nnimap and UW imap if there is a > way to make use of the targets Sent and Trash that appear when > accessing the UW imap server with mozilla? Well, Sent is probably named INBOX.Sent in Gnus, and you can make a Gcc header pointing to that group. The most low-tech solution: (setq message-default-headers "Gcc: nnimap:INBOX.Sent") And nnmail-expiry-target could be used to make use of Trash. Kai