From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56856 Path: main.gmane.org!not-for-mail From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de> Newsgroups: gmane.emacs.gnus.general Subject: gnus-gcc-externalize-attachments: "query the user" option Date: Wed, 31 Mar 2004 17:35:51 +0200 Organization: Dept. of Theoretical Physics, University of Ulm Sender: ding-owner@lists.math.uh.edu Message-ID: Reply-To: Reiner Steib NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1080749486 25653 80.91.224.253 (31 Mar 2004 16:11:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 31 Mar 2004 16:11:26 +0000 (UTC) Original-X-From: ding-owner+M5395@lists.math.uh.edu Wed Mar 31 18:11:18 2004 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 1B8iJB-0005qI-00 for ; Wed, 31 Mar 2004 18:11:18 +0200 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 1B8iIs-0004q7-00; Wed, 31 Mar 2004 10:10:58 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1B8iIk-0004q1-00 for ding@lists.math.uh.edu; Wed, 31 Mar 2004 10:10:50 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1B8iIk-0003hy-1q for ding@lists.math.uh.edu; Wed, 31 Mar 2004 10:10:50 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id BD3053A0058 for ; Wed, 31 Mar 2004 10:10:48 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1B8iIh-0001Hg-00 for ; Wed, 31 Mar 2004 18:10:47 +0200 Original-Received: from lumberjack.physik.uni-ulm.de ([134.60.10.173]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 31 Mar 2004 18:10:47 +0200 Original-Received: from reiner.steib by lumberjack.physik.uni-ulm.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 31 Mar 2004 18:10:47 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 56 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lumberjack.physik.uni-ulm.de X-Face: mtjf/D:es1T0wHO:&CJ'ZXe"l;3C--rw\z!{`eFwL){|]RpI+4{u25L=5C /0>KuGeTsk<~<&NE-AKV1560e!+RJeyWmSskkrJm?[vUV#66{T_m|Ae<||Ku#Mk5`y&O`n~z2;n8eP J5#2h@2eQgV@E70IY_0WlEx!"&giy{+\%h1LJox$zv@/l%ZmU4^tZA>xQpnkUBVC5.jpg#0'(+2?Rs )NAr:>3<=WxHE$ktbLysDIM5TbmHu*38--- --- gnus-msg.el 4 Mar 2004 06:30:18 -0000 7.7 +++ gnus-msg.el 31 Mar 2004 15:31:28 -0000 @@ -1591,11 +1594,15 @@ (car method)))) (unless (gnus-request-group group nil method) (gnus-request-create-group group method)) - (setq mml-externalize-attachments - (if (stringp gnus-gcc-externalize-attachments) - (string-match gnus-gcc-externalize-attachments group) - gnus-gcc-externalize-attachments)) - (save-excursion + (setq + mml-externalize-attachments + (cond ((and (stringp gnus-gcc-externalize-attachments) + (string-match gnus-gcc-externalize-attachments group)) + t) + ((eq gnus-gcc-externalize-attachments 'ask) + (gnus-y-or-n-p + "Externalize attachments in this message? ")) + (t gnus-gcc-externalize-attachments))) (nnheader-set-temp-buffer " *acc*") (insert-buffer-substring cur) (message-encode-message-body) --8<---------------cut here---------------end--------------->8--- Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/