From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48965 Path: main.gmane.org!not-for-mail From: Jochen_Hayek@ACM.org Newsgroups: gmane.emacs.gnus.general Subject: 2002-01-08 / sending encrypted, but storing plain Date: Wed, 08 Jan 2003 17:38:49 +0100 Organization: Hayek@Berlin Sender: owner-ding@hpc.uh.edu Message-ID: Reply-To: Jochen_Hayek@ACM.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="==-=-=" X-Trace: main.gmane.org 1042043871 13258 80.91.224.249 (8 Jan 2003 16:37:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 8 Jan 2003 16:37:51 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18WJDB-0003Re-00 for ; Wed, 08 Jan 2003 17:37:49 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18WJDr-0000Rw-00; Wed, 08 Jan 2003 10:38:31 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 08 Jan 2003 10:39:26 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id KAA14814 for ; Wed, 8 Jan 2003 10:39:12 -0600 (CST) Original-Received: (qmail 53451 invoked by alias); 8 Jan 2003 16:38:13 -0000 Original-Received: (qmail 53446 invoked from network); 8 Jan 2003 16:38:13 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 8 Jan 2003 16:38:13 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18WJHb-0006eU-00 for ; Wed, 08 Jan 2003 17:42:23 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 106 Original-NNTP-Posting-Host: esslingen.shuttle.de Original-X-Trace: quimby.gnus.org 1042044143 25341 194.95.249.240 (8 Jan 2003 16:42:23 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 8 Jan 2003 16:42:23 GMT X-Attribution: JoHa User-Agent: Gnus/5.09001 (Oort Gnus v0.10) Emacs/21.2 (i586-suse-linux) Cancel-Lock: sha1:W5p2R2PrjLpXwHKP02n55YdWyYE= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48965 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48965 --==-=-= Dear, all, Usually if I send encrypted messages, I don't want to store them locally encrypted, as I can't re-decrypt them anyway. If it is something, I want to keep encrypted, I keep it on an encrypted partition anyway. So is it a bug or is it just a feature (for the time being? Cheers, Jochen ________________________________________________________________________________ Oort Gnus v0.10 GNU Emacs 21.2.1 (i586-suse-linux, X toolkit, Xaw3d scroll bars) of 2002-09-11 on amdsimb 200 quimby.gnus.org InterNetNews NNRP server INN 2.2.2 13-Dec-1999 ready (posting ok). --==-=-= Content-Type: application/emacs-lisp Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Description: User settings ------------------ Environment follows ------------------ (setq gnus-play-startup-jingle t) (setq gnus-default-nntp-server "news") (setq gnus-select-method '(nntp "localhost")) (setq gnus-message-archive-method '(nnfolder "")) (setq gnus-message-archive-group '((".*" "out"))) (setq gnus-local-domain "Hayek.com") (setq gnus-expert-user t) (setq gnus-group-change-level-function 'gnus-topic-change-level) (setq gnus-summary-mode-hook '(gnus-agent-mode)) (setq gnus-group-line-format "%L %M%S%p%P%3i/%6y: %(%g%)%l\n") (setq gnus-group-catchup-group-hook '(gnus-topic-update-topic)) (setq gnus-exit-gnus-hook '(mm-destroy-postponed-undisplay-list)) (setq gnus-article-prepare-hook '(bbdb/gnus-pop-up-bbdb-buffer)) (setq gnus-subscribe-newsgroup-method 'gnus-subscribe-interactively) (setq gnus-startup-hook '(bbdb-insinuate-gnus)) (setq gnus-setup-news-hook '(gnus-agent-queue-setup gnus-fixup-nnimap-unread-after-getting-new-news)) (setq gnus-save-newsrc-hook '(bbdb-offer-save)) (setq gnus-group-mode-hook '(gnus-agent-mode gnus-topic-mode)) (setq gnus-message-setup-hook '(bbdb-insinuate-sendmail (lambda nil (save-excursion (let ((my-group gnus-newsgroup-name)) (cond ((string-match "^nnfolder:com\\.\\*derwent\\.co\\.uk\\*" my-group 0) (setq user-mail-address "JoHayek@derwent.co.uk") (message-add-header "Return-Receipt-To: JoHayek@derwent.co.uk" "Reply-To: JoHayek@derwent.co.uk")) (t (message-add-header "Organization: Hayek@Berlin" "Return-Receipt-To: Jochen_Hayek@ACM.org" "Reply-To: Jochen_Hayek@ACM.org" "From: Jochen_Hayek@ACM.org"))) (message-add-header "X-Attribution: JoHa")))))) (setq gnus-server-mode-hook '(gnus-agent-mode)) (setq mm-default-directory "~/tmp/") (setq nnmail-use-long-file-names t) (setq nnmail-message-id-cache-length 100000) (setq message-syntax-checks '((sender . disabled) (from . disabled))) (setq message-required-headers '((X-Draft-From lambda nil (gnus-inews-make-draft-meta-information "nntp+news.gnus.org:gnus.ding" nil)) (optional . References) From)) (setq message-user-organization "Linux Private Site") (setq message-post-method '(nngateway:mail2news@replay\.com)) (setq message-setup-hook '(bbdb-insinuate-message)) (setq message-mode-hook '(#[nil "Á\010!\207" [gnus-setup-message-group gnus-configure-posting-styles] 2])) (setq message-header-setup-hook '(gnus-inews-insert-archive-gcc gnus-inews-insert-gcc)) (setq message-cite-function 'sc-cite-original) --==-=-=--