Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Pietro <pulsarpietro@posteo.net>
To: info-gnus-english@gnu.org
Subject: Re: Gnus and gmane
Date: Tue, 26 Jan 2016 21:18:53 +0000	[thread overview]
Message-ID: <8737tk82f6.fsf@posteo.net> (raw)
In-Reply-To: <87d1sob20g.fsf@debian.uxu>

> Pietro <pulsarpietro@posteo.net> writes:
>
>> I am following the instructions [...]
>
> Good instructions! :)

Hey, looks who's here, you might find yourself familiar to most of its
fragments

:-)

;; IMAP personal email
(setq user-mail-address "xxxxxx@xxx.xx"
      user-full-name    "xxxxx")
(setq gnus-select-method 
			'(nnimap "xxxx"
		    (nnimap-stream ssl)
		    (nnimap-address "xxxxx")
		    (nnimap-server-port "imaps")
		    (nnir-search-engine imap)
		    (nnimap-expunge-on-close 'ask)))

;; Newsgroups
(add-to-list 'gnus-secondary-select-methods '(nntp "news.gmane.org"))

;; Ordering, I wish I knew what they are about
(setq gnus-extract-address-components (quote mail-extract-address-components))
(setq gnus-article-sort-functions
      (quote (gnus-article-sort-by-number gnus-article-sort-by-date)))
(setq gnus-thread-sort-functions
      (quote
        (gnus-thread-sort-by-number gnus-thread-sort-by-most-recent-date)))

(custom-set-variables
 ;; custom-set-variables was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(send-mail-function (quote smtpmail-send-it))
 '(smtpmail-smtp-server "xxxxxx")
 '(smtpmail-smtp-service 587))

(setq gnus-check-new-newsgroups nil)

;; init / fanfare / verbose
(setq gnus-inhibit-startup-message t)
(setq gnus-novice-user nil)
(setq gnus-expert-user t)
(setq gnus-interactive-exit 'quiet)
(setq gnus-verbose 10)          ; [0, 10]
(setq gnus-verbose-backends 10) ; ditto

>
>> I do subscribe a group but nothing happens and when
>> I restart gnus it gets stuck on "Checking new news",
>> furthermore the subscribed group does not appear in
>> the *Groups* buffer.
>
> What do you have in your config files?



  reply	other threads:[~2016-01-26 21:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-26 18:13 Pietro
2016-01-26 18:59 ` Emanuel Berg
2016-01-26 21:18   ` Pietro [this message]
2016-01-27  0:30     ` Emanuel Berg
2016-01-27 10:50       ` pulsarpietro
2016-01-27 16:02         ` Pietro
2016-01-27 23:25           ` Pietro
2016-01-29  3:01             ` Emanuel Berg
  -- strict thread matches above, loose matches on Subject: below --
2003-11-01  7:45 gnus " Simon András

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8737tk82f6.fsf@posteo.net \
    --to=pulsarpietro@posteo.net \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).