From mboxrd@z Thu Jan 1 00:00:00 1970 From: jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo) Subject: Re: Not getting replies from the orgmode list to my e-mail address Date: Thu, 27 Aug 2015 11:03:34 -0400 Message-ID: <87io80lqnt.fsf@yale.edu> References: <87egiqjmd9.fsf@ucl.ac.uk> <8737z6nn2i.fsf@yale.edu> <87pp297w3c.fsf@kyleam.com> <87vbc1lqi5.fsf@yale.edu> <87r3mp5rrh.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45524) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUyj9-0008Ee-O6 for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 11:04:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUyj5-0001eN-LZ for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 11:04:31 -0400 Received: from plane.gmane.org ([80.91.229.3]:39054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUyj5-0001e0-Eq for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 11:04:27 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZUyim-0008Dk-Lk for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 17:04:08 +0200 Received: from 130.132.236.141 ([130.132.236.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Aug 2015 17:04:08 +0200 Received: from jorge.alfaro-murillo by 130.132.236.141 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Aug 2015 17:04:08 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Eric Abrahamsen writes: > Jorge A. Alfaro-Murillo writes: >> >> I do not subscribe with my email to lists, but using >> news.gwene.org in gnus. There must be a way to check for >> duplicates in two different servers, but so few people reply to >> both the personal email address and the email list that I have >> never found the need to look how to set that up. I just delete >> the email and get slightly annoyed. I also have >> gnus-confirm-mail-reply-to-news set to t not to make the >> mistake of replying instead of following-up to news. > > I'm also reading through the Gnus newsreader. Personally I > appreciate getting replies emailed to me directly, because some > of these groups are high traffic and it can be easy to miss > replies to threads. This is a cool trick for that: #+BEGIN_SRC emacs-lisp (add-hook 'message-sent-hook 'gnus-score-followup-thread) #+END_SRC > In your case, have you tried setting the Mail-Followup-To > header? Gnus also provides the `gnus-suppress-duplicates' > option, which will at least mark the duplicates as read. That > helps a bit. Thanks! I'll check that next time I have the problem. -- Jorge.