Skip to content

Instantly share code, notes, and snippets.

@steinarb
Created October 3, 2021 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steinarb/155c43fd102c1a929ea441b0703492a3 to your computer and use it in GitHub Desktop.
Save steinarb/155c43fd102c1a929ea441b0703492a3 to your computer and use it in GitHub Desktop.
Gnus sync data as written to imap by gnus in emacs 26.3 on windows
Gnus-Cloud-Version 1
(:type :file :file-name "~/.gnus.el" :timestamp "2021-09-19T15:04:33+0200" :length 16241)
; git gnus specific variables at the start. Remove when going production.
(require 'supercite)
; Workaround: need this line to make nndraft:drafts display the Drafts menu and the draft commands
(defvar gnus-dummy nil)
;=======================================================================
; A custom sort function, that puts new articles last
;
(defun steinar-sort-by-ticks (h1 h2)
(< (if (memq (mail-header-number (gnus-thread-header h1))
gnus-newsgroup-marked)
0 1)
(if (memq (mail-header-number (gnus-thread-header h2))
gnus-newsgroup-marked)
0 1)))
;=======================================================================
; "posting styles" setup
;
; First a convenient regexp to identify all hobby news and mail groups
; thanx to Erik Naggum
(defvar mc-newsgroups
(mapconcat #'identity
(list "^dod\..*"
"^no\\.alt\\.motorsykler"
"^nntp\\+nntp.dod.no:no.alt.motorsykler"
"^no\\.sport\\.motorsport"
"^no\\.annonser\\.motorsykkel"
"^alt\\.fan\\.ivan"
"^\\(nordunet.\\)?rec\\.motorcycles"
)
"\\|"))
(defvar mc-mailgroups
(mapconcat #'identity
(list "nnml:mail\\.dod.*"
"nnml:mail\\.utdrikk"
"nnml:hobby\\.dod.*"
"nnml:hobby\\.trip_report"
"nnml:mail\\.vfr"
"nnimap\\+privat:INBOX\\.dod*"
"nnimap\\+privat:INBOX\\.xfree86-newbie*"
"nnimap\\+privat:INBOX\\.debian-*"
)
"\\|"))
(defvar mc-groups
(mapconcat #'identity
(list mc-newsgroups
mc-mailgroups
)
"\\|"))
(defvar private-newsgroups
(mapconcat #'identity
(list "rec\\.aviation\\.military"
"alt\\.fan\\..*"
"no\\.film"
"no\\.news\\.diverse"
"no\\.teknologi\\.bil"
"NRK\\.generelt"
"rec\\.aviation\\.military"
)
"\\|"))
(defvar private-mailgroups
(mapconcat #'identity
(list "nnm[hl]:\\(\\(other\\)?folk\\|\\(hobby\\.[^d][^o][^d]\\)\\).*"
"nnml:mail\\.private"
"nnimap\\+privat:INBOX$"
"nnimap\\+privat:INBOX\\.[^d][^o][^d]*"
)
"\\|"))
(defvar private-groups
(mapconcat #'identity
(list private-newsgroups
private-mailgroups
)
"\\|"))
(defvar hobby-newsgroups
(mapconcat #'identity
(list mc-newsgroups
private-newsgroups
)
"\\|"))
(setq gnus-posting-styles
`((".*"
(name "Steinar Bang")
(address "sb@dod.no"))
(message-mail-p
(organization nil)
("BCC" "sb@cadalora.bang.priv.no"))
("^nnimap\\+privat:INBOX$"
(address "steinar@bang.priv.no"))
(message-news-p
(address "sb@dod.no")
(organization "Probably a good idea")
("Mail-Copies-To" "never")
("BCC" nil))
("nnimap\\+privat:hsilalpint-twitter"
(name "HSIL Alpint twitter")
(address "hsilalpint-twitter@bang.priv.no")
(organization nil)
("BCC" "sb@cadalora.bang.priv.no"))
("nnimap\\+privat:hsilalpint-wordpress"
(name "HSIL Alpint wordpress")
(address "hsilalpint-wordpress@bang.priv.no")
(organization nil)
("BCC" "sb@cadalora.bang.priv.no"))
("nnimap\\+privat:hsilalpint-fb"
(name "HSIL Alpint facebook")
(address "hsilalpint-fb@bang.priv.no")
(organization nil)
("BCC" "sb@cadalora.bang.priv.no"))
("nnimap\\+privat:gmail"
(address "steinarba@gmail.com")
(organization nil))
("nnml:mail.misc"
(address "steinarb@chello.no")
("BCC" "steinarb@chello.no"))
("nnimap\\+privat:\\(nisjerdverger\\|bristol\\|linux-hjelp\\|hsil-alpint-gruppe[45]\\)"
(address "sb@dod.no")
(signature "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n")
("BCC" nil))
("nnimap\\+fast"
(address "steinar.bang@fast.no")
(organization nil)
("BCC" "steinar.bang@fast.no"))
("nnimap\\+fast:INBOX/fast/0lists/ccr-"
("BCC" nil))
("nnimap\\+fast:INBOX/fast/0lists/mercury"
("BCC" nil))
("^nntp\\+news.gmane.io"
(address "sb@dod.no")
("BCC" nil))
(,mc-groups
(address "sb@dod.no"))
(,mc-newsgroups
("X-No-Archive" "yes")
(organization "Denizens of Doom, Norway Chapter"))
(,private-newsgroups
("X-No-Archive" "yes")
(organization "Anarchists Guild"))))
;; Server wide group parameter setting
(setq gnus-parameters '(("^nntp\\+news\\.gmane\\."
(spam-process
((spam spam-use-gmane))))
("^no\\."
(mm-coding-system-priorities
'(iso-8859-1)))))
(setq
rmail-default-dont-reply-to-names
"\\(sb@dod\\.no\\|steinar@bang\\.priv\\.no\\|steinar\\.bang@fast\\.no\\|steinarba@gmail\\.com\\)")
;; Message composition changes
(setq mml-insert-mime-headers-always t)
(setq nnmail-treat-duplicates 'warn ; or `delete'
nnmail-cache-accepted-message-ids t
nnmail-split-methods 'nnmail-split-fancy
nnmail-split-fancy
'(|
(from "bugzilla-daemon@\\(\\(rumple\\|anarjohka\\)\\.hq\\.\\)?troux\\.com" "troux.bugzilla")
(from "\\(\\w+\\)@\\(rumple\\|anarjohka\\)\\.hq\\.troux\\.com" "troux.cvs")
(to "metis\\.all@troux\\.com"
("subject" ".*CVS Update.*" "troux.cvs"))
(to "developmentOslo@troux\\.com" "troux.development.oslo")
(to "developmentAll@troux\\.com" "troux.development.all")
(to "TechnicalDL@troux\\.com" "troux.technical")
(to "\\(TrouxVollsveien\\|CTAllCTASCNACUKCAB\\|CX-ereoggjester\\)@computas\\.com\\|\\(metis.all\\|EuropeEmployees\\|EmployeesLysaker\\)@troux\\.com" "troux.norway")
(to "WorldwideEmployees@troux\\.com" "troux.worldwide")
(to "qt-interest@trolltech\\.com" "troux.qt.interest")
(any "steinar\\.bang@troux\\.com" "troux")
(any "sbang@troux\\.com" "troux")
(any "steinar\\.troux@gmail\\.com" "troux")
(any "steinarba@gmail\\.com" "gmail")
"mail.misc"
))
;; Handy spam reporting from Gnus
(require 'spam)
(require 'spam-report)
;; Enable the gnus-diary functions
(require 'gnus-diary)
;; We prefer good old latin1 over utf-8
(setq mm-coding-system-priorities '(iso-8859-1 utf-8))
;; Don't insert a signature by default
(setq message-signature nil)
;==========================
; Set up messages from Gnus
(add-hook 'message-setup-hook
(lambda ()
(setq message-cite-function 'sc-cite-original)
))
; Remove galloping RE: SV: when replying to a message
(setq message-subject-re-regexp
(concat
"^[ \t]*"
"\\("
"\\("
"[Aa][Nn][Tt][Ww]\\.?\\|" ; antw
"[Aa][Ww]\\|" ; aw
"[Ff][Ww][Dd]?\\|" ; fwd
"[Oo][Dd][Pp]\\|" ; odp
"[Rr][Ee]\\|" ; re
"[Rr][\311\351][Ff]\\.? ?\\|" ; ref
"[Ss][Vv]\\|" ; sv
"[Aa][Dd]" ; ad
"\\)"
"\\(\\[[0-9]*\\]\\)"
"*:[ \t]*"
"\\)"
"*[ \t]*"
))
; Make *m in *BBDB* create addresses suitable for message mode
(setq bbdb-send-mail-style 'message)
;;===========================
;; Setup of Gnus
;; Misc. settings
(setq gnus-message-archive-group nil)
(setq gnus-large-newsgroup 10000) ; I find the prompts obnoxious
(require 'nntp)
(setq nntp-connection-timeout 30) ;; 30s wait for nntp
;; Poster identity
(setq gnus-local-domain "bang.priv.no")
(setq gnus-use-generic-from t)
; Don't expire on group exit
(remove-hook
'gnus-summary-prepare-exit-hook 'gnus-summary-expire-articles)
;; Automatically fetch news and mail every 15 minutes when idle
(defun sb-gnus-demon-scan-imap ()
(let ((win (current-window-configuration)))
(unwind-protect
(save-window-excursion
(save-excursion
(when (gnus-alive-p)
(save-excursion
(set-buffer gnus-group-buffer)
(gnus-group-get-new-news 2)))))
(set-window-configuration win))))
(gnus-demon-add-handler 'sb-gnus-demon-scan-imap 15 t)
(gnus-demon-add-rescan)
(setq gnus-select-method
'(nntp "news"
(nntp-address "nntp.dod.no")
))
; Do not prompt before synchronizing agentized servers
(setq gnus-agent-synchronize-flags t)
; Access cygwin openssl directly, if available
(if windows-emacs
(let ((cygwin-openssl "C:/cygwin/bin/openssl.exe"))
(if (file-exists-p cygwin-openssl)
(progn
(require 'imap) ; Need this to define the imap-ssl-program variable
(setq imap-ssl-program
(mapcar '(lambda (element)
(let ((newelement element))
(if (string-match "openssl " element) ; NOTE the trailing space in the match avoid repeated replacement of the "openssl" on each Gnus startup
(setq newelement (replace-match (concat cygwin-openssl " ") t t element))
newelement)))
imap-ssl-program))))))
(setq gnus-secondary-select-methods
'((nnimap "privat"
(nnimap-address "imap.bang.priv.no")
(nnimap-authenticator cram-md5)
(nnimap-server-port 993)
(nnimap-stream ssl))
; Local DavMail, talking to an exchange server
;; (nnimap "work"
;; (nnimap-address "localhost")
;; (nnimap-server-port 1143))
(nntp "news.gmane.io")
(nndiary "")
))
;; General settings
;;=====================================================
(setq gnus-use-long-file-name t)
(setq gnus-uncacheable-groups "^nnml")
(setq gnus-permanently-visible-groups "^\\(\\(nnml\\|nnrss\\):\\|nnimap\\).*")
(setq nnimap-quirks nil)
;; Synching reads in nntp groups across machines
(setq gnus-sync-backend "/-:sb@lesync.bang.priv.no:sync/gnus")
(setq gnus-sync-global-vars '(gnus-newsrc-last-checked-date)
gnus-sync-newsrc-groups '("nntp" "nnrss")
gnus-sync-newsrc-offsets '(2 3))
;; speed settings
;;=====================================================
(setq gnus-read-active-file 'some)
;; How messages are displayed
;;=====================================================
(defun un-stupify-article ()
(interactive)
(save-excursion
(set-buffer gnus-article-buffer)
(toggle-read-only)
(message-narrow-to-head)
(goto-char (point-max))
(widen)
(let ((here (point))
(un-stup-author)
(nlines)
(counter)
(org-message-regexp "--+ ?Original Message ?--+")
)
(if (re-search-forward org-message-regexp)
(progn
;; first really quote quoted bits
(save-excursion
(re-search-forward "^Subject:")
(forward-line)
(delete-blank-lines)
(save-excursion
(let ((ici (point)))
(goto-char (point-max))
(setq nlines (count-lines ici (point)))))
(setq counter 1)
(while (< counter nlines)
(beginning-of-line)
(insert "> ")
(forward-line)
(setq counter (+ counter 1))))
(beginning-of-line)
(kill-region here (point))
(widen)
(goto-char (point-max))
(yank)
(goto-char (point-min))
(re-search-forward org-message-regexp)
(beginning-of-line)
(let ((kill-whole-line t))
(kill-line)
)
(re-search-forward "From: ")
(let ((ici (point)))
(re-search-forward "@")
(narrow-to-region ici (point))
(setq un-stup-author (current-word))
(widen))
(beginning-of-line)(kill-line)
(insert (concat "\n" un-stup-author " wrote:"))
(forward-line)
(let ((ici (point)))
(re-search-forward "^Subj")
(end-of-line)
(kill-region ici (point)))
)))
(toggle-read-only)))
(add-hook 'gnus-article-display-hook 'gnus-article-hide-pgp
'gnus-article-hide-signature)
(setq gnus-default-article-saver 'gnus-summary-save-in-folder)
(setq gnus-novice-user nil)
(setq gnus-boring-article-headers
'(long-to many-to))
(setq gnus-treat-display-smileys nil)
; I do *not* want to see HTML
(setq mm-discouraged-alternatives '("text/html" "text/richtext"))
;(setq mm-automatic-display (remove "text/html" mm-automatic-display))
(setq mm-inline-large-images t)
(setq gnus-mime-display-multipart-related-as-mixed t)
;; Store article in agent when reading it while online
(add-hook 'gnus-select-article-hook 'gnus-agent-fetch-selected-article)
;; Arnt's SCORE modifications
(setq gnus-thread-sort-functions
'(gnus-thread-sort-by-number gnus-thread-sort-by-total-score))
(setq gnus-score-find-score-files-function
'gnus-score-find-hierarchical)
(setq gnus-thread-score-function 'max)
(setq gnus-use-scoring t)
(setq gnus-use-adaptive-scoring nil)
(setq gnus-decay-scores t)
(defun gnus-set-score-limit ()
"Set the limit of when scored down articles are no longer displayed"
(setq gnus-summary-expunge-below -1500))
(add-hook 'gnus-summary-mode-hook 'gnus-set-score-limit)
;; Add score on followups to kill subthreads
(defvar gnus-default-adaptive-score-alist
'((gnus-unread-mark)
(gnus-ticked-mark (from 4))
(gnus-dormant-mark (from 5))
(gnus-del-mark (from -4) (subject -1) (followup -10))
(gnus-read-mark (from 4) (subject 2))
(gnus-expirable-mark (from -1) (subject -1))
(gnus-killed-mark (from -1) (subject -3))
(gnus-kill-file-mark)
(gnus-ancient-mark)
(gnus-low-score-mark (from -3) (followup -1000))
(gnus-catchup-mark (from -1) (subject -1) (followup -10))))
(add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
;; Hook in Gnus 5 additions to the Insidious Big Brother Database
;; to coerce the real names in the Summary buffer
; (gnus-bbdb-insinuate-summary-buffer)
(defun message-send-and-exit-with-prefix ()
"Call the message-send-and-exit function with a positive number argument
to make it post the message on the foreign NNTP server of a group, instead
of the default NNTP server"
(interactive)
(message-send-and-exit 1))
;; Do not use "-f" with sendmail, because this results in
;; an X-Authentication-Warning: header
(setq message-sendmail-f-is-evil t)
;; Avoid setting the sender header, and by this use the From: address
;; as the envelope address
(add-to-list 'message-syntax-checks '(sender . disabled))
;; Sieve mail filtering settings
(setq gnus-sieve-crosspost nil) ; no crossposting in generated sieve rules
(setq message-send-mail-function 'smtpmail-send-it
smtpmail-smtp-server "mail.bang.priv.no"
smtpmail-smtp-service 119
smtpmail-auth-credentials '(("mail.bang.priv.no" 119 "myu8gwp" "l8ua5mbgAn"))
smtpmail-starttls-credentials '(("" 25 nil nil))) ;; Neccessary to nil out the key and certificate rather than having them as empty strings
;; Automate updating the read counts on nnimap groups (can have articles read in other
;; gnusen) and on gmane (lose spam marked articles).
(defun sb-list-all-groups-of-a-server (server-regexp)
(let ((server-groups ()))
(set-buffer gnus-group-buffer)
(gnus-topic-mode nil t)
(goto-char (point-min))
(while (re-search-forward server-regexp nil t)
(let ((current-group (gnus-group-group-name)))
(setq server-groups (append (list current-group) server-groups))))
(gnus-topic-mode nil t)
server-groups))
(defun sb-visit-group-to-update-read-count (group-name)
(gnus-group-read-group nil t group-name)
(gnus-summary-exit))
(defun sb-visit-all-groups-of-a-server (server-regexp)
(let ((server-groups (sb-list-all-groups-of-a-server server-regexp)))
(mapc
'sb-visit-group-to-update-read-count
server-groups)))
(defun sb-visit-gmane ()
(interactive)
(sb-visit-all-groups-of-a-server "nntp\\+news\\.gmane\\.org:"))
(defun sb-visit-privat ()
(interactive)
(sb-visit-all-groups-of-a-server "nnimap\\+privat:"))
(:type :file :file-name "~/News/all.SCORE" :timestamp "2020-04-04T09:00:10+0200" :length 59)
(("from"
("Steinar Bang" nil nil s))
(decay 737519))
(:type :file :file-name "~/News/nndoc_SCORE" :timestamp "2015-02-10T01:14:36+0100" :length 18)
((decay 735639))
(:type :file :file-name "~/News/nndoc_nnimap+privat_dod-27817.SCORE" :timestamp "2019-06-04T16:41:46+0200" :length 18)
((decay 737214))
(:type :file :file-name "~/News/nndraft_SCORE" :timestamp "2014-12-31T12:00:28+0100" :length 18)
((decay 735598))
(:type :file :file-name "~/News/nndraft_drafts.SCORE" :timestamp "2014-12-31T12:00:28+0100" :length 18)
((decay 735598))
(:type :file :file-name "~/News/nndraft_queue.SCORE" :timestamp "2020-07-14T18:27:19+0200" :length 18)
((decay 737620))
(:type :file :file-name "~/News/nnimap+privat_Emacs-Cloud.SCORE" :timestamp "2021-09-22T23:32:57+0200" :length 18)
((decay 738055))
(:type :file :file-name "~/News/nnimap+privat_INBOX.SCORE" :timestamp "2014-02-18T07:22:11+0100" :length 18)
((decay 735282))
(:type :file :file-name "~/News/nnimap+privat_SCORE" :timestamp "2014-02-14T07:10:42+0100" :length 18)
((decay 735278))
(:type :file :file-name "~/News/nnimap+privat_SPAM.SCORE" :timestamp "2014-10-11T20:33:44+0200" :length 18)
((decay 735517))
(:type :file :file-name "~/News/nnimap+privat_arkiv.SCORE" :timestamp "2020-08-02T15:57:42+0200" :length 18)
((decay 737639))
(:type :file :file-name "~/News/nnimap+privat_byggevarsler.SCORE" :timestamp "2017-08-15T17:09:36+0200" :length 18)
((decay 736556))
(:type :file :file-name "~/News/nnimap+privat_diaspora-notification.SCORE" :timestamp "2018-04-21T08:06:06+0200" :length 18)
((decay 736805))
(:type :file :file-name "~/News/nnimap+privat_dod-rt.SCORE" :timestamp "2019-12-25T12:26:01+0100" :length 18)
((decay 737418))
(:type :file :file-name "~/News/nnimap+privat_dod.SCORE" :timestamp "2014-02-14T07:10:42+0100" :length 18)
((decay 735278))
(:type :file :file-name "~/News/nnimap+privat_forumvarsler.SCORE" :timestamp "2017-08-19T19:05:43+0200" :length 18)
((decay 736560))
(:type :file :file-name "~/News/nnimap+privat_github.SCORE" :timestamp "2018-06-07T22:10:10+0200" :length 18)
((decay 736852))
(:type :file :file-name "~/News/nnimap+privat_gmail.SCORE" :timestamp "2018-05-29T17:01:44+0200" :length 18)
((decay 736843))
(:type :file :file-name "~/News/nnimap+privat_hsil-alpint-gruppe4.SCORE" :timestamp "2014-03-30T10:40:10+0200" :length 18)
((decay 735322))
(:type :file :file-name "~/News/nnimap+privat_hsil-alpint-gruppe5.SCORE" :timestamp "2014-11-19T23:04:18+0100" :length 18)
((decay 735556))
(:type :file :file-name "~/News/nnimap+privat_hsilalpint-fb.SCORE" :timestamp "2014-10-11T20:53:22+0200" :length 18)
((decay 735517))
(:type :file :file-name "~/News/nnimap+privat_hsilalpint-twitter.SCORE" :timestamp "2014-10-11T20:54:53+0200" :length 18)
((decay 735517))
(:type :file :file-name "~/News/nnimap+privat_hsilalpint-wordpress.SCORE" :timestamp "2014-10-11T20:54:56+0200" :length 18)
((decay 735517))
(:type :file :file-name "~/News/nnimap+privat_ikke-til-meg.SCORE" :timestamp "2014-12-26T20:09:09+0100" :length 18)
((decay 735593))
(:type :file :file-name "~/News/nnimap+privat_kickstarter.SCORE" :timestamp "2020-09-15T23:58:45+0200" :length 18)
((decay 737683))
(:type :file :file-name "~/News/nnimap+privat_linkedin-notification.SCORE" :timestamp "2018-04-21T08:04:40+0200" :length 18)
((decay 736805))
(:type :file :file-name "~/News/nnimap+privat_linux-hjelp.SCORE" :timestamp "2015-04-28T20:42:06+0200" :length 18)
((decay 735716))
(:type :file :file-name "~/News/nnimap+privat_nisjerdverger.SCORE" :timestamp "2014-07-31T19:02:34+0200" :length 18)
((decay 735445))
(:type :file :file-name "~/News/nnimap+privat_slack-varsler.SCORE" :timestamp "2020-08-28T16:03:54+0200" :length 18)
((decay 737665))
(:type :file :file-name "~/News/nnimap+privat_spond-varsler.SCORE" :timestamp "2017-06-28T13:56:10+0200" :length 18)
((decay 736508))
(:type :file :file-name "~/News/nnimap+privat_sysadm.SCORE" :timestamp "2014-02-20T07:30:01+0100" :length 18)
((decay 735284))
(:type :file :file-name "~/News/nnimap+privat_twitter.SCORE" :timestamp "2018-08-04T13:49:46+0200" :length 18)
((decay 736910))
(:type :file :file-name "~/News/nnimap+privat_wordpress-varsler.SCORE" :timestamp "2020-12-29T18:13:19+0100" :length 18)
((decay 737788))
(:type :file :file-name "~/News/nnir_SCORE" :timestamp "2014-02-19T14:51:52+0100" :length 18)
((decay 735283))
(:type :file :file-name "~/News/nntp+ger.gmane.org_SCORE" :timestamp "2014-10-11T19:49:00+0200" :length 18)
((decay 735517))
(:type :file :file-name "~/News/nntp+ger.gmane.org_gmane.SCORE" :timestamp "2014-10-11T19:49:00+0200" :length 18)
((decay 735517))
(:type :file :file-name "~/News/nntp+ger.gmane.org_gmane.spam.SCORE" :timestamp "2014-10-11T19:49:00+0200" :length 18)
((decay 735517))
(:type :file :file-name "~/News/nntp+ger.gmane.org_gmane.spam.reported.SCORE" :timestamp "2014-10-11T19:49:00+0200" :length 18)
((decay 735517))
(:type :file :file-name "~/News/nntp+ger.gmane.org_gmane.spam.reported.spam.SCORE" :timestamp "2014-10-11T19:49:00+0200" :length 18)
((decay 735517))
(:type :file :file-name "~/News/nntp+news.eclipse.org_SCORE" :timestamp "2015-03-24T23:30:32+0100" :length 18)
((decay 735681))
(:type :file :file-name "~/News/nntp+news.eclipse.org_eclipse.SCORE" :timestamp "2015-03-24T23:30:31+0100" :length 18)
((decay 735681))
(:type :file :file-name "~/News/nntp+news.eclipse.org_eclipse.platform.SCORE" :timestamp "2015-03-24T23:30:30+0100" :length 18)
((decay 735681))
(:type :file :file-name "~/News/nntp+news.eclipse.org_eclipse.platform.rcp.SCORE" :timestamp "2015-03-24T23:31:33+0100" :length 18)
((decay 735681))
(:type :file :file-name "~/News/nntp+news.eclipse.org_eclipse.technology.SCORE" :timestamp "2015-08-15T11:53:23+0200" :length 18)
((decay 735825))
(:type :file :file-name "~/News/nntp+news.eclipse.org_eclipse.technology.equinox.SCORE" :timestamp "2015-08-15T11:53:23+0200" :length 18)
((decay 735825))
(:type :file :file-name "~/News/nntp+news.eclipse.org_eclipse.tools.SCORE" :timestamp "2016-04-08T17:26:25+0200" :length 18)
((decay 736062))
(:type :file :file-name "~/News/nntp+news.eclipse.org_eclipse.tools.gef.SCORE" :timestamp "2016-04-08T17:26:25+0200" :length 18)
((decay 736062))
(:type :file :file-name "~/News/nntp+news.gmane.io_SCORE" :timestamp "2020-01-07T17:34:50+0100" :length 18)
((decay 737431))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.SCORE" :timestamp "2020-01-07T17:34:50+0100" :length 18)
((decay 737431))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.SCORE" :timestamp "2020-01-07T19:41:03+0100" :length 18)
((decay 737431))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.apache.SCORE" :timestamp "2020-01-07T19:41:03+0100" :length 18)
((decay 737431))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.apache.db.derby.user.SCORE" :timestamp "2020-04-04T09:05:38+0200" :length 42)
(("from"
("Steinar Bang" nil nil s)))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.apache.felix.SCORE" :timestamp "2020-02-09T15:05:22+0100" :length 18)
((decay 737464))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.apache.felix.devel.SCORE" :timestamp "2020-04-04T09:03:56+0200" :length 135)
(("from"
("Steinar Bang" nil nil s))
(decay 737464)
("subject"
("^\\[GitHub] " -1000 nil r)
("^\\[jira] " -1000 nil r)))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.apache.karaf.SCORE" :timestamp "2020-01-07T19:41:03+0100" :length 18)
((decay 737431))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.apache.karaf.devel.SCORE" :timestamp "2020-04-24T17:34:22+0200" :length 132)
(("subject"
("^\\[GitHub] " -1000 nil r)
("^\\[ANN] " nil nil r))
("from"
("Steinar Bang" nil nil s))
(decay 737438))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.apache.karaf.user.SCORE" :timestamp "2020-04-08T10:31:50+0200" :length 100)
(("subject"
("^\\[ANN] " nil nil r))
("from"
("Steinar Bang" nil nil s))
(decay 737438))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.apache.shiro.SCORE" :timestamp "2020-01-23T18:19:22+0100" :length 18)
((decay 737447))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.apache.shiro.devel.SCORE" :timestamp "2020-04-04T09:05:27+0200" :length 135)
(("from"
("Steinar Bang" nil nil s))
("subject"
("^\\[GitHub] " -1000 nil r)
("^\\[jira] " -1000 nil r))
(decay 737447))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.apache.sling.SCORE" :timestamp "2020-04-07T09:49:47+0200" :length 18)
((decay 737522))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.apache.sling.devel.SCORE" :timestamp "2020-04-07T09:51:33+0200" :length 127)
(("subject"
("^\\[Jenkins] " -1000 nil r)
("^\\[GitHub] " -1000 nil r)
("^\\[jira] " -1000 nil r))
(decay 737522))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.gnu.SCORE" :timestamp "2021-02-06T20:57:48+0100" :length 18)
((decay 737827))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.gnu.global.SCORE" :timestamp "2021-02-06T20:57:48+0100" :length 18)
((decay 737827))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.gnu.global.general.SCORE" :timestamp "2021-02-06T20:59:37+0100" :length 18)
((decay 737827))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.ide.SCORE" :timestamp "2020-04-19T22:26:21+0200" :length 18)
((decay 737534))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.ide.eclipse.SCORE" :timestamp "2020-04-19T22:26:21+0200" :length 18)
((decay 737534))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.ide.eclipse.tycho.SCORE" :timestamp "2020-04-19T22:26:21+0200" :length 18)
((decay 737534))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.jakarta.SCORE" :timestamp "2020-04-19T22:09:41+0200" :length 18)
((decay 737534))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.jakarta.turbine.SCORE" :timestamp "2020-04-19T22:09:41+0200" :length 18)
((decay 737534))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.jakarta.turbine.maven.SCORE" :timestamp "2020-04-19T22:09:41+0200" :length 18)
((decay 737534))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.jakarta.turbine.maven.user.SCORE" :timestamp "2020-04-19T22:09:41+0200" :length 57)
(("subject"
("^\\[ANN" nil nil r))
(decay 737534))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.java.SCORE" :timestamp "2020-02-08T12:56:19+0100" :length 18)
((decay 737463))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.java.jackson.SCORE" :timestamp "2020-02-18T23:12:51+0100" :length 18)
((decay 737473))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.java.jackson.devel.SCORE" :timestamp "2020-04-04T09:06:28+0200" :length 42)
(("from"
("Steinar Bang" nil nil s)))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.java.jackson.user.SCORE" :timestamp "2020-04-19T22:27:19+0200" :length 59)
((decay 737534)
("from"
("Steinar Bang" nil nil s)))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.java.maven-plugins.SCORE" :timestamp "2020-04-19T22:25:39+0200" :length 18)
((decay 737534))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.java.maven-plugins.mojo.SCORE" :timestamp "2020-04-19T22:25:39+0200" :length 18)
((decay 737534))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.java.maven-plugins.mojo.devel.SCORE" :timestamp "2020-04-19T22:25:39+0200" :length 57)
(("subject"
("^\\[ANN" nil nil r))
(decay 737534))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.java.ops4j.SCORE" :timestamp "2020-02-08T12:56:19+0100" :length 18)
((decay 737463))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.java.ops4j.general.SCORE" :timestamp "2020-02-08T12:56:19+0100" :length 18)
((decay 737463))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.version-control.SCORE" :timestamp "2020-04-13T11:07:58+0200" :length 18)
((decay 737528))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.comp.version-control.git.SCORE" :timestamp "2020-04-13T11:09:12+0200" :length 93)
(("subject"
("^\\[PATCH " -1000 nil r)
("^\\[PATCH] " -1000 nil r))
(decay 737528))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.discuss.SCORE" :timestamp "2020-04-04T09:01:11+0200" :length 59)
(("from"
("Steinar Bang" nil nil s))
(decay 737431))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.emacs.SCORE" :timestamp "2020-01-11T00:15:34+0100" :length 18)
((decay 737435))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.emacs.devel.SCORE" :timestamp "2020-04-04T09:02:22+0200" :length 59)
(("from"
("Steinar Bang" nil nil s))
(decay 737435))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.emacs.gnus.SCORE" :timestamp "2020-01-14T16:39:28+0100" :length 18)
((decay 737438))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.emacs.gnus.general.SCORE" :timestamp "2020-04-04T09:01:41+0200" :length 59)
(("from"
("Steinar Bang" nil nil s))
(decay 737438))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.emacs.help.SCORE" :timestamp "2021-06-19T10:28:16+0200" :length 101)
(("subject"
("projectile" nil nil s))
("from"
("Steinar Bang" nil nil s))
(decay 737519))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.emacs.nxml.SCORE" :timestamp "2020-07-11T13:35:17+0200" :length 18)
((decay 737617))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.emacs.nxml.general.SCORE" :timestamp "2020-07-11T13:35:16+0200" :length 18)
((decay 737617))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.emacs.orgmode.SCORE" :timestamp "2020-08-30T08:16:48+0200" :length 98)
(("subject"
("^\\[ann" nil nil r))
("from"
("Steinar Bang" nil nil s))
(decay 737435))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.linux.SCORE" :timestamp "2020-02-21T21:02:19+0100" :length 18)
((decay 737476))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.linux.debian.SCORE" :timestamp "2020-02-21T21:02:19+0100" :length 18)
((decay 737476))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.linux.debian.devel.SCORE" :timestamp "2020-02-21T21:02:19+0100" :length 18)
((decay 737476))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.linux.debian.devel.java.SCORE" :timestamp "2020-04-04T09:04:52+0200" :length 59)
(("from"
("Steinar Bang" nil nil s))
(decay 737476))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.mail.SCORE" :timestamp "2020-04-04T08:41:11+0200" :length 18)
((decay 737519))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.mail.davmail.user.SCORE" :timestamp "2020-08-30T08:25:32+0200" :length 59)
((decay 737667)
("from"
("Steinar Bang" nil nil s)))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.mail.imap.dovecot.SCORE" :timestamp "2021-06-12T13:56:26+0200" :length 95)
(("subject"
("JMAP" nil nil s))
(decay 737667)
("from"
("Steinar Bang" nil nil s)))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.mail.spam.SCORE" :timestamp "2021-06-12T13:47:41+0200" :length 18)
((decay 737953))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.mail.spam.spamassassin.SCORE" :timestamp "2021-06-12T13:47:41+0200" :length 18)
((decay 737953))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.mail.spam.spamassassin.general.SCORE" :timestamp "2021-06-12T13:47:41+0200" :length 18)
((decay 737953))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.music.SCORE" :timestamp "2020-04-12T08:11:57+0200" :length 18)
((decay 737527))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.music.equipment.SCORE" :timestamp "2020-04-12T08:11:57+0200" :length 18)
((decay 737527))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.music.equipment.slimdevices.SCORE" :timestamp "2020-04-12T08:11:57+0200" :length 18)
((decay 737527))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.music.equipment.slimdevices.general.SCORE" :timestamp "2020-04-12T08:11:57+0200" :length 55)
(("subject"
("tidal" nil nil s))
(decay 737527))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.music.equipment.slimdevices.squeezecenter.SCORE" :timestamp "2020-04-12T08:17:55+0200" :length 55)
(("subject"
("tidal" nil nil s))
(decay 737527))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.music.equipment.slimdevices.squeezenetwork.SCORE" :timestamp "2020-09-02T16:28:44+0200" :length 56)
(("subject"
("tidal" 3000 nil s))
(decay 737527))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.os.SCORE" :timestamp "2020-04-03T22:27:14+0200" :length 18)
((decay 737518))
(:type :file :file-name "~/News/nntp+news.gmane.io_gmane.os.cygwin.SCORE" :timestamp "2020-04-26T07:43:34+0200" :length 98)
(("subject"
("^\\[ANN" nil nil r))
("from"
("Steinar Bang" nil nil s))
(decay 737518))
(:type :file :file-name "~/News/nntp+news.gmane.org_SCORE" :timestamp "2015-06-30T16:34:02+0200" :length 59)
(("from"
("Steinar Bang" nil nil s))
(decay 735278))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.SCORE" :timestamp "2014-02-14T15:56:19+0100" :length 18)
((decay 735278))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.SCORE" :timestamp "2014-05-19T17:56:59+0200" :length 18)
((decay 735372))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.apache.SCORE" :timestamp "2015-04-04T17:12:53+0200" :length 18)
((decay 735692))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.apache.db.SCORE" :timestamp "2017-08-12T15:12:40+0200" :length 18)
((decay 736553))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.apache.db.derby.SCORE" :timestamp "2017-08-12T15:12:40+0200" :length 18)
((decay 736553))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.apache.db.derby.user.SCORE" :timestamp "2017-08-12T15:12:40+0200" :length 18)
((decay 736553))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.apache.felix.SCORE" :timestamp "2017-08-15T20:26:25+0200" :length 18)
((decay 736556))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.apache.felix.devel.SCORE" :timestamp "2018-05-24T18:59:55+0200" :length 119)
(("subject"
("^\\[ANN" nil nil r)
("^\\[GitHub] " -1000 nil r)
("^\\[jira] " -1000 nil r))
(decay 736556))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.apache.jena.SCORE" :timestamp "2016-04-23T15:23:14+0200" :length 18)
((decay 736077))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.apache.jena.devel.SCORE" :timestamp "2016-04-23T15:23:14+0200" :length 94)
(("subject"
("^\\[jira] " -1000 nil r)
("^\\[GitHub] " -1000 nil r))
(decay 736077))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.apache.karaf.SCORE" :timestamp "2017-06-22T21:10:43+0200" :length 18)
((decay 736502))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.apache.karaf.devel.SCORE" :timestamp "2018-06-15T07:25:29+0200" :length 89)
(("subject"
("^\\[ann" nil nil r)
("^\\[GitHub] " -1000 nil r))
(decay 736502))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.apache.karaf.user.SCORE" :timestamp "2019-03-30T13:39:49+0100" :length 57)
(("subject"
("^\\[ann" nil nil r))
(decay 736507))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.apache.shiro.SCORE" :timestamp "2017-09-09T15:56:33+0200" :length 18)
((decay 736581))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.apache.shiro.devel.SCORE" :timestamp "2017-09-09T15:56:33+0200" :length 94)
(("subject"
("^\\[GitHub] " -1000 nil r)
("^\\[jira] " -1000 nil r))
(decay 736581))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.apache.sling.SCORE" :timestamp "2015-04-04T17:12:53+0200" :length 18)
((decay 735692))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.apache.sling.devel.SCORE" :timestamp "2019-08-24T10:38:48+0200" :length 159)
(("subject"
("^\\[Jenkins] " -1000 nil r)
("^\\[GitHub] " -1000 nil r)
("^\\[ANNOUNCE] " nil nil r)
("^\\[jira] " -1000 nil r))
(decay 736575))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.apache.sling.user.SCORE" :timestamp "2018-08-04T13:23:50+0200" :length 57)
(("subject"
("^\\[ann" nil nil r))
(decay 736582))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.db.SCORE" :timestamp "2014-06-04T18:51:18+0200" :length 18)
((decay 735388))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.db.neo4j.SCORE" :timestamp "2014-06-04T18:51:18+0200" :length 18)
((decay 735388))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.db.neo4j.user.SCORE" :timestamp "2014-06-07T07:32:57+0200" :length 54)
(("subject"
("osgi" nil nil s))
(decay 735388))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.education.SCORE" :timestamp "2018-08-04T13:16:12+0200" :length 18)
((decay 736910))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.education.tux4kids.SCORE" :timestamp "2018-08-04T13:16:12+0200" :length 18)
((decay 736910))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.gis.SCORE" :timestamp "2017-08-15T20:18:38+0200" :length 18)
((decay 736556))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.gis.geotools.SCORE" :timestamp "2017-08-15T20:18:38+0200" :length 18)
((decay 736556))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.gis.geotools.devel.SCORE" :timestamp "2017-08-15T20:20:09+0200" :length 166)
(("subject"
("^Jenkins build is back to normal" -1000 nil r)
("^Build failed in Jenkins: " -1000 nil r)
("^\\[JIRA] (GEOT-" -1000 nil r))
(decay 736556))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.gis.geotools2.SCORE" :timestamp "2017-08-15T20:39:14+0200" :length 18)
((decay 736556))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.gis.geotools2.user.SCORE" :timestamp "2017-08-15T20:39:14+0200" :length 18)
((decay 736556))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.gnu.SCORE" :timestamp "2018-08-04T13:19:33+0200" :length 18)
((decay 736910))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.gnu.tuxpaint.SCORE" :timestamp "2018-08-04T13:19:32+0200" :length 18)
((decay 736910))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.gnu.tuxpaint.devel.SCORE" :timestamp "2018-08-04T13:19:32+0200" :length 18)
((decay 736910))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.ide.SCORE" :timestamp "2014-05-29T20:27:46+0200" :length 18)
((decay 735382))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.ide.eclipse.SCORE" :timestamp "2014-05-29T20:27:46+0200" :length 18)
((decay 735382))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.ide.eclipse.pde.SCORE" :timestamp "2017-09-03T19:39:44+0200" :length 18)
((decay 736575))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.ide.eclipse.pde.devel.SCORE" :timestamp "2017-09-22T17:14:27+0200" :length 223)
(("from"
("portal on behalf of" -1000 nil s))
("subject"
("^Weekly All Problems Alert for PDE" -1000 nil r)
("^\\[aeri] Weekly Problem Digest for Plug-in Development Environment" -1000 nil r))
(decay 736575))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.ide.eclipse.plugins.SCORE" :timestamp "2017-09-24T08:55:41+0200" :length 18)
((decay 736596))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.ide.eclipse.plugins.m2eclipse.SCORE" :timestamp "2017-09-24T08:55:41+0200" :length 18)
((decay 736596))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.ide.eclipse.plugins.m2eclipse.user.SCORE" :timestamp "2017-09-24T08:55:41+0200" :length 18)
((decay 736596))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.ide.eclipse.tycho.SCORE" :timestamp "2014-05-29T20:27:46+0200" :length 18)
((decay 735382))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.ide.eclipse.tycho.devel.SCORE" :timestamp "2018-01-19T21:00:29+0100" :length 68)
(("from"
("portal on behalf of" -1000 nil s))
(decay 735817))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.ide.eclipse.tycho.user.SCORE" :timestamp "2015-08-03T23:21:14+0200" :length 54)
(("subject"
("osgi" nil nil s))
(decay 735395))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.jakarta.SCORE" :timestamp "2014-06-07T07:32:17+0200" :length 18)
((decay 735391))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.jakarta.turbine.SCORE" :timestamp "2014-06-07T07:32:17+0200" :length 18)
((decay 735391))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.jakarta.turbine.maven.SCORE" :timestamp "2014-06-07T07:32:17+0200" :length 18)
((decay 735391))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.jakarta.turbine.maven.user.SCORE" :timestamp "2017-08-15T23:38:02+0200" :length 57)
(("subject"
("^\\[ANN" nil nil r))
(decay 735391))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.java.SCORE" :timestamp "2015-04-01T10:41:11+0200" :length 18)
((decay 735689))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.java.jackson.SCORE" :timestamp "2015-07-08T22:39:58+0200" :length 18)
((decay 735787))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.java.jackson.devel.SCORE" :timestamp "2015-07-08T22:57:25+0200" :length 18)
((decay 735787))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.java.jackson.user.SCORE" :timestamp "2017-09-03T19:37:40+0200" :length 18)
((decay 736575))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.java.maven-plugins.SCORE" :timestamp "2017-08-15T23:48:44+0200" :length 18)
((decay 736556))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.java.maven-plugins.mojo.SCORE" :timestamp "2017-08-15T23:48:44+0200" :length 18)
((decay 736556))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.java.maven-plugins.mojo.devel.SCORE" :timestamp "2017-08-15T23:48:43+0200" :length 56)
(("subject"
("\\[ANN" nil nil r))
(decay 736556))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.java.ops4j.SCORE" :timestamp "2015-04-01T10:41:11+0200" :length 18)
((decay 735689))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.java.ops4j.general.SCORE" :timestamp "2016-08-04T10:21:14+0200" :length 122)
(("subject"
("^\\[ANNOUNCE] " nil nil r)
("^\\[RELEASE] " nil nil r)
("^\\[ANN] " nil nil r))
(decay 735689))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.java.osgi.SCORE" :timestamp "2015-06-10T18:52:34+0200" :length 18)
((decay 735759))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.java.osgi.devel.SCORE" :timestamp "2015-06-10T18:52:34+0200" :length 78)
(("subject"
("maven" nil nil s)
("karaf" nil nil s))
(decay 735759))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.lang.SCORE" :timestamp "2017-09-03T19:43:06+0200" :length 18)
((decay 736575))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.lang.scala.SCORE" :timestamp "2017-09-03T19:43:06+0200" :length 18)
((decay 736575))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.lang.scala.ide.SCORE" :timestamp "2017-09-03T19:43:06+0200" :length 18)
((decay 736575))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.lang.scala.ide.devel.SCORE" :timestamp "2017-09-03T19:43:06+0200" :length 18)
((decay 736575))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.lang.smalltalk.SCORE" :timestamp "2018-08-04T13:05:23+0200" :length 18)
((decay 736910))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.lang.smalltalk.squeak.SCORE" :timestamp "2018-08-04T13:05:23+0200" :length 18)
((decay 736910))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.lang.smalltalk.squeak.general.SCORE" :timestamp "2018-08-04T13:07:08+0200" :length 113)
(("subject"
("^\\[ann" nil nil r))
("from"
("commits@source.squeak.org" -1000 nil s))
(decay 736910))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.version-control.SCORE" :timestamp "2017-02-20T07:25:39+0100" :length 18)
((decay 736380))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.version-control.git.SCORE" :timestamp "2016-08-14T14:12:25+0200" :length 185)
((decay 736190)
("subject"
("^Announcing " nil nil r)
("^\\[PATCH/" -1000 nil r)
("^\\[PATCH " -1000 nil r)
("^\\[PATCH] " -1000 nil r)
("^\\[ANNOUNCE] " nil nil r)))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.version-control.git.magit.SCORE" :timestamp "2017-08-15T20:41:23+0200" :length 18)
((decay 736556))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.version-control.git.user.SCORE" :timestamp "2017-08-15T20:16:10+0200" :length 18)
((decay 736556))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.video.SCORE" :timestamp "2018-08-04T13:01:13+0200" :length 18)
((decay 736910))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.video.videolan.SCORE" :timestamp "2018-08-04T13:01:13+0200" :length 18)
((decay 736910))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.video.videolan.libdvdnav.SCORE" :timestamp "2018-08-04T13:01:13+0200" :length 18)
((decay 736910))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.video.videolan.libdvdnav.devel.SCORE" :timestamp "2018-08-04T13:01:13+0200" :length 18)
((decay 736910))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.web.SCORE" :timestamp "2018-08-02T08:15:41+0200" :length 18)
((decay 736908))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.web.css.SCORE" :timestamp "2018-08-02T08:15:41+0200" :length 18)
((decay 736908))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.web.css.discuss.SCORE" :timestamp "2018-08-02T08:16:29+0200" :length 109)
((decay 736908)
("subject"
("hidden" nil nil s)
("overflow" nil nil s)
("bootstrap" nil nil s)))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.comp.web.css.general.SCORE" :timestamp "2018-08-02T08:16:56+0200" :length 109)
(("subject"
("hidden" nil nil s)
("overflow" nil nil s)
("bootstrap" nil nil s))
(decay 736908))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.discuss.SCORE" :timestamp "2014-02-16T17:11:00+0100" :length 18)
((decay 735280))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.emacs.SCORE" :timestamp "2014-02-16T15:59:33+0100" :length 18)
((decay 735280))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.emacs.devel.SCORE" :timestamp "2014-03-30T08:53:28+0200" :length 18)
((decay 735322))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.emacs.gnus.SCORE" :timestamp "2014-02-16T15:59:33+0100" :length 18)
((decay 735280))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.emacs.gnus.general.SCORE" :timestamp "2014-02-16T16:52:31+0100" :length 59)
(("from"
("Steinar Bang" nil nil s))
(decay 735280))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.emacs.help.SCORE" :timestamp "2015-06-30T16:33:29+0200" :length 18)
((decay 735596))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.emacs.jdee.SCORE" :timestamp "2019-03-31T16:14:08+0200" :length 18)
((decay 737149))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.emacs.jdee.devel.SCORE" :timestamp "2019-03-31T17:48:23+0200" :length 18)
((decay 737149))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.emacs.jdee.user.SCORE" :timestamp "2019-03-31T17:48:09+0200" :length 18)
((decay 737149))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.emacs.nxml.SCORE" :timestamp "2018-11-11T15:27:29+0100" :length 18)
((decay 737009))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.emacs.nxml.general.SCORE" :timestamp "2018-11-11T15:27:29+0100" :length 18)
((decay 737009))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.emacs.orgmode.SCORE" :timestamp "2019-04-21T07:36:42+0200" :length 140)
(("subject"
("^\\[ISSUE" -1000 nil r)
("^\\[PATCH" -1000 nil r)
("^\\[ann" nil nil r)
("^bug#" -1000 nil r))
(decay 735328))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.linux.SCORE" :timestamp "2016-07-21T14:58:40+0200" :length 18)
((decay 736166))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.linux.debian.SCORE" :timestamp "2018-01-06T17:01:21+0100" :length 18)
((decay 736700))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.linux.debian.devel.SCORE" :timestamp "2018-01-06T17:01:21+0100" :length 18)
((decay 736700))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.linux.debian.devel.java.SCORE" :timestamp "2018-11-27T21:49:16+0100" :length 146)
(("subject"
("^Bug#" -1000 nil r)
("osgi" nil nil s)
("karaf" nil nil s)
("mvn" nil nil s)
("maven" nil nil s))
(decay 736700))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.linux.ntop.SCORE" :timestamp "2016-07-21T14:58:40+0200" :length 18)
((decay 736166))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.linux.ntop.devel.SCORE" :timestamp "2016-07-21T14:58:40+0200" :length 61)
(("subject"
("^\\[ntop/" -1000 nil r))
(decay 736166))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.lisp.SCORE" :timestamp "2017-08-15T20:36:03+0200" :length 18)
((decay 736556))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.lisp.picolisp.SCORE" :timestamp "2017-08-15T20:36:03+0200" :length 18)
((decay 736556))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.lisp.picolisp.general.SCORE" :timestamp "2017-08-15T20:36:03+0200" :length 18)
((decay 736556))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.mail.SCORE" :timestamp "2014-04-17T09:19:29+0200" :length 18)
((decay 735340))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.mail.davmail.SCORE" :timestamp "2014-04-17T09:19:29+0200" :length 18)
((decay 735340))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.mail.davmail.user.SCORE" :timestamp "2014-04-17T09:19:29+0200" :length 18)
((decay 735340))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.mail.imap.SCORE" :timestamp "2017-09-09T10:51:35+0200" :length 18)
((decay 736581))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.mail.imap.dovecot.SCORE" :timestamp "2017-09-09T10:51:35+0200" :length 18)
((decay 736581))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.mail.spam.SCORE" :timestamp "2017-09-13T23:02:38+0200" :length 18)
((decay 736585))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.mail.spam.spamassassin.SCORE" :timestamp "2017-09-13T23:02:38+0200" :length 18)
((decay 736585))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.mail.spam.spamassassin.general.SCORE" :timestamp "2019-09-14T08:11:45+0200" :length 59)
(("subject"
("blackmail" nil nil s))
(decay 736585))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.music.SCORE" :timestamp "2015-02-25T06:54:16+0100" :length 18)
((decay 735654))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.music.equipment.SCORE" :timestamp "2015-02-25T06:54:16+0100" :length 18)
((decay 735654))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.music.equipment.slimdevices.SCORE" :timestamp "2015-02-25T06:54:16+0100" :length 18)
((decay 735654))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.music.equipment.slimdevices.general.SCORE" :timestamp "2019-05-23T17:37:34+0200" :length 100)
(("from"
("Michael Herger" nil nil s))
("subject"
("^\\[Ann" nil nil r))
(decay 735654))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.music.equipment.slimdevices.squeezecenter.SCORE" :timestamp "2019-05-23T17:40:04+0200" :length 61)
(("from"
("Michael Herger" nil nil s))
(decay 736197))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.music.equipment.slimdevices.squeezenetwork.SCORE" :timestamp "2016-08-22T19:24:15+0200" :length 18)
((decay 736198))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.os.SCORE" :timestamp "2018-02-08T18:30:01+0100" :length 18)
((decay 736733))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.os.cygwin.SCORE" :timestamp "2018-08-04T13:50:59+0200" :length 124)
(("subject"
("\\[ann" nil nil r)
("xorg" nil nil s)
("cygwinx" nil nil s)
("x11" nil nil s))
(decay 736733))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.os.cygwin.xfree.SCORE" :timestamp "2018-02-08T18:30:00+0100" :length 18)
((decay 736733))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.text.SCORE" :timestamp "2015-05-05T23:12:06+0200" :length 18)
((decay 735723))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.text.docbook.SCORE" :timestamp "2017-12-26T09:50:04+0100" :length 18)
((decay 736689))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.text.docbook.apps.SCORE" :timestamp "2017-12-26T09:50:04+0100" :length 58)
(("subject"
("\\[ann] " nil nil r))
(decay 736689))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.text.docbook.misc.SCORE" :timestamp "2017-12-26T09:54:31+0100" :length 56)
(("subject"
("\\[ann" nil nil r))
(decay 736689))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.text.xml.SCORE" :timestamp "2015-05-05T23:12:06+0200" :length 18)
((decay 735723))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.text.xml.basex.SCORE" :timestamp "2016-04-23T15:21:11+0200" :length 18)
((decay 736077))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.text.xml.basex.talk.SCORE" :timestamp "2016-04-23T15:21:10+0200" :length 59)
(("subject"
("^\\[ANN] " nil nil r))
(decay 736077))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.text.xml.devel.SCORE" :timestamp "2017-12-26T10:01:15+0100" :length 57)
(("subject"
("^\\[ann" nil nil r))
(decay 735723))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.text.xml.fop.SCORE" :timestamp "2017-12-26T09:55:53+0100" :length 18)
((decay 736689))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.text.xml.fop.devel.SCORE" :timestamp "2018-08-04T13:28:27+0200" :length 197)
(("subject"
("^\\[ann" nil nil r)
("^\\[VOTE" -1000 nil r)
("^\\[GitHub" -1000 nil r)
("^\\[jira] " -1000 nil r))
("from"
("Apache Jenkins Server" -1000 nil s))
(decay 736689))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.text.xml.fop.user.SCORE" :timestamp "2017-12-26T09:59:45+0100" :length 57)
(("subject"
("^\\[ann" nil nil r))
(decay 736689))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.text.yaml.SCORE" :timestamp "2017-08-15T19:17:58+0200" :length 18)
((decay 736556))
(:type :file :file-name "~/News/nntp+news.gmane.org_gmane.text.yaml.general.SCORE" :timestamp "2017-08-15T19:17:58+0200" :length 18)
((decay 736556))
(:type :file :file-name "~/News/nntp+news.gwene.org_SCORE" :timestamp "2014-07-24T23:46:36+0200" :length 18)
((decay 735438))
(:type :file :file-name "~/News/nntp+news.gwene.org_gwene.SCORE" :timestamp "2014-07-24T23:46:36+0200" :length 18)
((decay 735438))
(:type :file :file-name "~/News/nntp+news.gwene.org_gwene.com.SCORE" :timestamp "2014-07-24T23:46:36+0200" :length 18)
((decay 735438))
(:type :file :file-name "~/News/nntp+news.gwene.org_gwene.com.feedburner.SCORE" :timestamp "2014-07-24T23:46:48+0200" :length 18)
((decay 735438))
(:type :file :file-name "~/News/nntp+news.gwene.org_gwene.com.feedburner.flynytt.SCORE" :timestamp "2015-08-04T22:15:32+0200" :length 18)
((decay 735814))
(:type :file :file-name "~/News/nntp+news.gwene.org_gwene.com.feedburner.flynytt.nyheter.SCORE" :timestamp "2015-08-04T22:15:31+0200" :length 18)
((decay 735814))
(:type :file :file-name "~/News/nntp+news.gwene.org_gwene.com.javaworld.SCORE" :timestamp "2019-08-24T18:17:02+0200" :length 18)
((decay 737295))
(:type :file :file-name "~/News/nntp+news.gwene.org_gwene.com.javaworld.allcontent.SCORE" :timestamp "2019-08-24T18:17:02+0200" :length 18)
((decay 737295))
(:type :file :file-name "~/News/nntp+news.gwene.org_gwene.com.mobileread.SCORE" :timestamp "2018-08-04T12:56:21+0200" :length 18)
((decay 736910))
(:type :file :file-name "~/News/nntp+news.gwene.org_gwene.com.mobileread.calibre.SCORE" :timestamp "2018-08-04T12:56:21+0200" :length 18)
((decay 736910))
(:type :file :file-name "~/News/nntp+news.gwene.org_gwene.com.mobileread.calibre.development.SCORE" :timestamp "2018-08-04T12:56:27+0200" :length 18)
((decay 736910))
(:type :file :file-name "~/News/nntp+news.gwene.org_gwene.com.mobileread.calibre.general.SCORE" :timestamp "2018-08-04T12:58:35+0200" :length 18)
((decay 736910))
(:type :file :file-name "~/News/nntp+news.gwene.org_gwene.com.norsk-rally.SCORE" :timestamp "2015-08-07T17:24:55+0200" :length 18)
((decay 735817))
(:type :file :file-name "~/News/nntp+news.gwene.org_gwene.com.norsk-rally.nyheter.SCORE" :timestamp "2015-08-07T17:24:55+0200" :length 18)
((decay 735817))
(:type :file :file-name "~/News/nntp+news.gwene.org_gwene.no.SCORE" :timestamp "2014-11-14T19:31:23+0100" :length 18)
((decay 735551))
(:type :file :file-name "~/News/nntp+news.gwene.org_gwene.no.forskning.SCORE" :timestamp "2014-11-14T19:31:23+0100" :length 18)
((decay 735551))
(:type :file :file-name "~/News/nntp+news.gwene.org_gwene.no.forskning.forside.SCORE" :timestamp "2014-11-14T19:31:22+0100" :length 18)
((decay 735551))
(:type :file :file-name "~/News/nntp+news.gwene.org_gwene.no.tu.SCORE" :timestamp "2014-12-28T21:13:51+0100" :length 18)
((decay 735595))
(:type :file :file-name "~/News/nntp+news.gwene.org_gwene.no.tu.forside.SCORE" :timestamp "2014-12-28T21:13:51+0100" :length 18)
((decay 735595))
(:type :file :file-name "~/News/nntp+nntp.dod.no_SCORE" :timestamp "2019-03-23T09:13:15+0100" :length 18)
((decay 737141))
(:type :file :file-name "~/News/nntp+nntp.dod.no_no.SCORE" :timestamp "2019-03-23T09:13:15+0100" :length 18)
((decay 737141))
(:type :file :file-name "~/News/nntp+nntp.dod.no_no.alt.SCORE" :timestamp "2019-03-23T09:13:15+0100" :length 18)
((decay 737141))
(:type :file :file-name "~/News/nntp+nntp.dod.no_no.alt.motorsykler.SCORE" :timestamp "2019-03-23T09:13:15+0100" :length 18)
((decay 737141))
(:type :file :file-name "~/News/no.SCORE" :timestamp "2016-07-16T08:36:26+0200" :length 18)
((decay 736161))
(:type :file :file-name "~/News/no.alt.SCORE" :timestamp "2016-07-16T08:36:26+0200" :length 18)
((decay 736161))
(:type :file :file-name "~/News/no.alt.motorsykler.SCORE" :timestamp "2016-07-16T08:36:26+0200" :length 18)
((decay 736161))
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.web.css.general" :contents ("nntp+news.gmane.io:gmane.comp.web.css.general" 3 ((1 . 63803)) ((unexist) (seen (62804 . 63803)) (tick 63252 63291 63304 63427 63445 63447 63451 (63453 . 63454) 63535 63565 63572 63750)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.windows.dotnet.nunit.user" :contents ("nntp+news.gmane.io:gmane.comp.windows.dotnet.nunit.user" 3 ((1 . 2291)) ((expire 1 4 (12 . 16) (18 . 21) (24 . 37) (39 . 41) 48 (54 . 63) (69 . 70) (72 . 77) (79 . 81) (84 . 85) 967 1494 1635)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.windows.dotnet.nunit.devel" :contents ("nntp+news.gmane.io:gmane.comp.windows.dotnet.nunit.devel" 3 ((1 . 2005)) ((expire 35 47 168 215 280 309 (325 . 326) 328)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.ai.gate.general" :contents ("nntp+news.gmane.io:gmane.comp.ai.gate.general" 6 ((1 . 8403)) ((expire 321 2416) (tick (1022 . 1024) (2395 . 2396) (2423 . 2424) (2473 . 2474) 2476 4014) (seen (1022 . 1024) (2395 . 2396) (2423 . 2424) (2473 . 2474) 2476 4014 5677 (8101 . 8403))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.java.maven-plugins.nmaven.devel" :contents ("nntp+news.gmane.io:gmane.comp.java.maven-plugins.nmaven.devel" 3 ((1 . 225)) ((seen 5 (8 . 9) 17 (21 . 23) (34 . 71))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.web.css.discuss" :contents ("nntp+news.gmane.io:gmane.comp.web.css.discuss" 3 ((1 . 47895)) ((unexist) (seen (46836 . 47895))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.linux.drivers.bcm54xx.devel" :contents ("nntp+news.gmane.io:gmane.linux.drivers.bcm54xx.devel" 6 ((1 . 10618)) ((seen (10579 . 10618))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.no.tu.rss.jobb" :contents ("nntp+news.gwene.org:gwene.no.tu.rss.jobb" 3 ((1 . 10769)) ((unexist (4975 . 5666) (5668 . 6027) (6029 . 7082) (7085 . 7421) (7423 . 7627) (7629 . 7873) (7875 . 7913) (7915 . 8093) (8095 . 8217) 8221 (8223 . 8224) 8226 (8230 . 8232) 8253 (8258 . 8259) (8261 . 8262) 8269 8275 (8277 . 8278) 8296 8302 8305 8311 8313 (8315 . 8318) 8324 (8326 . 8329) (8331 . 8334) (8337 . 8341) (8343 . 8346) (8348 . 8349) (8353 . 8354) (8357 . 8358) 8364 (8367 . 8374) (8377 . 8391) 8393 8404 8406 (8408 . 8409) 8411 (8414 . 8416) 8418 8420 (8426 . 8427) (8432 . 8433) (8442 . 8444) (8449 . 8454) 8469 (8475 . 8476) (8479 . 8481) (8483 . 8485) 8489 (8492 . 8494) 8509 8512 8536 (8552 . 8554) (8557 . 8559) 8562 8565 8567 8569 8572 8574 (8581 . 8583) 8586 8588 8590 (8594 . 8596) (8599 . 8600) 8607 8613 (8629 . 8630) (8640 . 8641) (8643 . 8644) 8648 (8664 . 8666) 8668 (8670 . 8673) 8679 8685 8688 8702 8706 8709 (8713 . 8722) (8726 . 8728) 8730 8732 8734 8737 8740 (8743 . 8745) (8747 . 8754) 8757 (8761 . 8764) (8772 . 8774) 8776 8779 8781 8794 8803 8806 8808 8814 (8816 . 8820) 8826 8836 (8838 . 8840) (8843 . 8847) (8854 . 8855) 8857 (8861 . 8862) 8864 8867 (8870 . 8871) (8877 . 8879) 8887 8894 8896 8898 (8905 . 8910) 8916 8920 8933 8939 (8943 . 8944) 8951 8954 (8962 . 8963) (8979 . 8983) (8986 . 8987) 8997 (9012 . 9016) 9021 9026 9034 9042 9044 (9047 . 9048) 9064 9072 (9075 . 9076) 9085 9087 (9091 . 9093) (9098 . 9099) 9103 (9111 . 9113) 9119 9124 9128 9136 (9141 . 9143) 9163 (9165 . 9166) (9175 . 9176) 9185 9191 9199 9201 9209 9213 9217 (9227 . 9228) 9234 9243 (9247 . 9248) 9250 9263 (9268 . 9272) 9277 9279 9286 9297 9316 9318 9321 (9327 . 9328) 9330 (9332 . 9333) 9344 9347 9356 9365 (9370 . 9372) (9374 . 9376) (9378 . 9379) (9382 . 9383) 9391 9397 9402 9404 9422 (9456 . 9459) (9475 . 9479) 9481 9485 (9499 . 9502) (9512 . 9517) (9553 . 9554) 9561 9605 9613 9625 9628 (9728 . 9729) 9731 (9736 . 9737) (9745 . 9746) 9780 9783 9799 9803 9824 9834 9842 9915 9921 (9928 . 9932) 9947 (9957 . 10000) 10002 10006 10008 10036 10054 10068 10136 10141 10171 10177 (10181 . 10182) 10187 10195 10204 (10213 . 10216) 10232 (10237 . 10238) 10241 (10269 . 10270) (10284 . 10285) 10300 10305 10357 10423 10442 10462 (10464 . 10466) 10471 10491 10508 (10524 . 10526) (10539 . 10540) 10544 10549 10551 (10567 . 10568) 10587 10590 10592 10601 10603 10623 10661 10674 (10682 . 10685) 10718 10722 10745 (10752 . 10753) 10788 10802 10823 10828 10839 10865 10871 10899 10908 (10912 . 10913) 10935 (10939 . 10940) (10976 . 10977) 10986 11034) (seen (1 . 482)) (tick 381)) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.org.neo4j.blog" :contents ("nntp+news.gwene.org:gwene.org.neo4j.blog" 3 ((1 . 951)) ((unexist) (seen (1 . 951)) (tick 76 169 (195 . 196) 250 269 357)) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.version-control.subversion.svnmerge.devel" :contents ("nntp+news.gmane.io:gmane.comp.version-control.subversion.svnmerge.devel" 6 ((1 . 1326)) ((seen (454 . 455) (567 . 568) 572 (1187 . 1188) (1190 . 1201) (1222 . 1224) (1253 . 1323)) (dormant 1288) (reply 568) (tick (454 . 455) (567 . 568) 572 (1187 . 1188) (1190 . 1201) 1222 1224 (1256 . 1265) 1293)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.version-control.subversion.subclipse.user" :contents ("nntp+news.gmane.io:gmane.comp.version-control.subversion.subclipse.user" 6 ((1 . 16941)) ((seen (10242 . 10244) 10256 10407 10409 (10411 . 10413) 10416 (15564 . 16600) (16602 . 16765)) (expire 11366 12226) (reply 12206) (tick (10242 . 10244) 10256 10407 10409 (10411 . 10413) 10416 16177 16728)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.version-control.subversion.subclipse.devel" :contents ("nntp+news.gmane.io:gmane.comp.version-control.subversion.subclipse.devel" 6 ((1 . 2903)) ((seen 1962 2009 2207 (2377 . 2378) 2551 (2718 . 2897)) (expire 931 946 948 (951 . 953) 956 963 (970 . 972) 2115 2442 2555 2826) (reply 2372) (tick (2377 . 2378) 2551 2884)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.version-control.subversion.cvs2svn.user" :contents ("nntp+news.gmane.io:gmane.comp.version-control.subversion.cvs2svn.user" 6 ((1 . 3135)) ((seen (1665 . 1666) 1701 1722 2199 (2629 . 3071)) (expire 2263) (reply 2197) (tick (1665 . 1666) 1701 1722)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.version-control.subversion.cvs2svn.devel" :contents ("nntp+news.gmane.io:gmane.comp.version-control.subversion.cvs2svn.devel" 6 ((1 . 2804)) ((seen 1869 (1940 . 1941) (1975 . 1978) (1999 . 2001) 2015 2019 2023 (2556 . 2775)) (expire 2251) (tick 1869 (1940 . 1941) (1975 . 1978) (1999 . 2001) 2015 2019 2023)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.version-control.subversion.cvs2svn.announce" :contents ("nntp+news.gmane.io:gmane.comp.version-control.subversion.cvs2svn.announce" 6 ((1 . 15)) ((seen 12 (14 . 15)) (tick 12 (14 . 15))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.version-control.subversion.user" :contents ("nntp+news.gmane.io:gmane.comp.version-control.subversion.user" 6 ((1 . 114501)) ((seen 47757 (47759 . 47761) 47870 47872 47875 47877 47905 47909 47911 47935 47947 48352 52954 (52956 . 52957) 52964 52966 52968 (52975 . 52976) 52979 52982 53048 53055 53256 (53258 . 53261) 53277 53300 (53617 . 53618) 53744 53746 (53759 . 53760) 54250 (54265 . 54266) 54271 54275 54308 54310 54351 54361 55442 55523 57240 57251 (59478 . 59482) 60207 60240 60242 60266 60269 60287 60289 60517 62737 66937 66948 66955 66976 66978 66987 (67055 . 67056) 67058 67070 67380 67382 67389 67391 67393 (67401 . 67402) 68702 68708 (68712 . 68713) (69278 . 69279) 69285 69321 69345 (69686 . 69687) (70265 . 70266) 70268 (70272 . 70273) 70276 70279 (70295 . 70296) 70300 70310 70315 70338 70340 70350 70365 70773 71197 71199 71201 71205 (71207 . 71208) 71211 71217 71408 (71411 . 71413) 71419 71422 71435 71439 71442 (71445 . 71446) (71456 . 71457) 71486 71535 78192 (78641 . 78642) (78648 . 78651) 78655 (78658 . 78659) 78663 78689 (81624 . 81625) 81627 81649 81654 81674 81752 82494 (82503 . 82507) 82514 82615 82689 82709 86558 93684 93706 95471 (95730 . 95731) 95733 (95744 . 95950) (95952 . 96552) (96554 . 96658) (96660 . 96661) (96664 . 96903) (96905 . 97832) 98728 (98730 . 98732) 98760 (99111 . 99599) (99601 . 106649) (106651 . 112174)) (dormant 95471) (expire 47979 57402 60034 60363 82768 82778 83168 90869 104020 105613 105628 105822 105916) (reply (47759 . 47761) 47894 47911 53300 59278 59387 62660 69337 78632 78642 78651 (78658 . 78659) 81624 81627 93736 100265 104233 104238 104243 104297 104302 104321 (104325 . 104326)) (tick 47757 (47759 . 47761) 47870 47872 47875 47877 47905 47909 47911 47935 47947 48352 52954 (52956 . 52957) 52964 52966 52968 (52975 . 52976) 52979 52982 53048 53055 53256 (53258 . 53261) 53277 53300 (53617 . 53618) 53744 53746 (53759 . 53760) 54250 (54265 . 54266) 54271 54275 54308 54310 54351 54361 55442 55523 57240 57251 (59478 . 59482) 60207 60240 60242 60266 60269 60287 60289 60517 62737 66937 66948 66955 66976 66978 66987 (67055 . 67056) 67058 67070 67380 67382 67389 67391 67393 (67401 . 67402) 68702 68708 (68712 . 68713) (69278 . 69279) 69285 69321 69345 (69686 . 69687) (70265 . 70266) 70268 (70272 . 70273) 70276 70279 (70295 . 70296) 70300 70310 70315 70338 70340 70350 70365 70773 71197 71199 71201 71205 (71207 . 71208) 71211 71217 71408 (71411 . 71413) 71419 71422 71435 71439 71442 (71445 . 71446) (71456 . 71457) 71486 71535 78192 (78641 . 78642) (78648 . 78651) 78655 (78658 . 78659) 78663 78689 (81624 . 81625) 81627 81649 81654 81674 81752 82494 (82503 . 82507) 82514 82615 82689 82709 93684 93706 (95730 . 95731) 95733 98728 (98730 . 98732) 98760 100262 100265 100284 100287 100289 (100292 . 100297) 100362 100396 100402 100412 100430 (104232 . 104233) (104238 . 104244) (104247 . 104249) 104293 (104297 . 104299) 104302 (104320 . 104321) (104325 . 104328) 106265 107297)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.version-control.subversion.devel" :contents ("nntp+news.gmane.io:gmane.comp.version-control.subversion.devel" 6 ((1 . 144208)) ((seen 71575 71960 72203 73876 76283 76695 (76697 . 76699) 76738 76769 76806 76829 76858 76896 76899 76902 76910 76925 76928 76943 76945 (77017 . 77020) (77089 . 77091) (77211 . 77212) 80018 81871 81876 82130 82151 82352 82536 82543 82572 (82576 . 82579) 82581 82585 (82712 . 82714) 82723 82898 83114 (83116 . 83117) 83119 83121 83137 83239 83244 83275 83325 83327 (83529 . 83530) (83532 . 83533) 83537 (83539 . 83541) 83546 83566 83568 83574 83577 (83579 . 83582) (83584 . 83587) 83616 83750 84284 85701 (85712 . 85713) 85715 85755 85795 85801 85842 85866 85870 86026 86122 86197 86867 87629 89456 (89461 . 89463) (89487 . 89488) 89496 89498 89502 89521 (89543 . 89544) 89576 (89586 . 89589) 89591 89599 89607 (89630 . 89631) 89633 (89636 . 89637) 89651 89659 89664 89668 89677 89679 (89681 . 89685) 89710 89712 89714 (89727 . 89729) 89737 89740 (89742 . 89743) 89747 (89770 . 89771) 89815 89820 89830 89840 89899 (89964 . 89965) 89968 90018 90031 90042 90163 90168 91661 (91668 . 91669) 91803 (91821 . 91822) 91824 91875 (91908 . 91909) 91929 (91963 . 91966) 91972 92291 96518 96528 (96532 . 96533) 96541 96543 96546 96548 96550 96553 (96556 . 96557) 98943 98948 (98951 . 98952) 98956 98960 98963 98973 98983 98988 99019 99033 99133 99557 101669 102673 102690 103203 103769 103845 103853 104888 104892 (104895 . 104896) 104900 (104904 . 104905) 104907 104909 104912 (104916 . 104917) 104930 104946 104948 (104952 . 104953) 104955 104999 (105003 . 105004) 105007 105012 105015 105017 105022 105026 105028 105031 (105033 . 105037) 105040 (105046 . 105048) 105056 105072 (105368 . 105369) 105392 105396 (105408 . 105410) 105428 106229 106433 (106435 . 106441) (106443 . 106446) 106452 (106456 . 106457) 106467 106472 106474 106489 (106525 . 106526) 107340 (112583 . 112584) 112596 112604 114233 114239 115634 115656 115658 (115696 . 115697) (116021 . 116025) (116027 . 116028) (116047 . 116048) 116072 116077 116080 116082 116084 116086 116090 116093 (116105 . 116108) 116112 116117 116119 116197 (116230 . 116232) (116286 . 116287) 116569 116584 116605 116633 (116888 . 119888) (121159 . 132842) (132844 . 139710)) (expire 106065 106697 (106699 . 106700) 107701 107712 (114959 . 114960) (114985 . 114986) (115015 . 115016) (115054 . 115055) 115101 115156 116289 129967 137515 138498) (reply 73478 74507 75937 78654 81987 82417 82511 82543 89461 89679 90042 91810 91875 94665 96546 96736 98419 98477 98948 99983 100045 104931 105396 (105409 . 105410) 105867 105872 105906 115697 116023 (116027 . 116028) 122800 122851 122878 122880 123232 123243 (123247 . 123248) 123251 132787) (tick 71575 71960 72203 73876 76283 76695 (76697 . 76699) 76738 76769 76806 76829 76858 76896 76899 76902 76910 76925 76928 76943 76945 (77017 . 77020) (77089 . 77091) (77211 . 77212) 80018 81871 81876 82130 82151 82352 82536 82543 82572 (82576 . 82579) 82581 82585 (82712 . 82714) 82723 82898 83114 (83116 . 83117) 83119 83121 83137 83239 83244 83275 83325 83327 (83529 . 83530) (83532 . 83533) 83537 (83539 . 83541) 83546 83566 83568 83574 83577 (83579 . 83582) (83584 . 83587) 83616 83750 84284 85701 (85712 . 85713) 85715 85755 85795 85801 85842 85866 85870 86026 86122 86197 86867 87629 89456 (89461 . 89463) (89487 . 89488) 89496 89498 89502 89521 (89543 . 89544) 89576 (89586 . 89589) 89591 89599 89607 (89630 . 89631) 89633 (89636 . 89637) 89651 89659 89664 89668 89677 89679 (89681 . 89685) 89710 89712 89714 (89727 . 89729) 89737 89740 (89742 . 89743) 89747 (89770 . 89771) 89815 89820 89830 89840 89899 (89964 . 89965) 89968 90018 90031 90042 90163 90168 91661 (91668 . 91669) 91803 (91821 . 91822) 91824 91875 (91908 . 91909) 91929 (91963 . 91966) 91972 92291 96518 96528 (96532 . 96533) 96541 96543 96546 96548 96550 96553 (96556 . 96557) 98943 98948 (98951 . 98952) 98956 98960 98963 98973 98983 98988 99019 99033 99133 99557 101669 102673 102690 103203 103769 103845 103853 104888 104892 (104895 . 104896) 104900 (104904 . 104905) 104907 104909 104912 (104916 . 104917) 104930 104946 104948 (104952 . 104953) 104955 104999 (105003 . 105004) 105007 105012 105015 105017 105022 105026 105028 105031 (105033 . 105037) 105040 (105046 . 105048) 105056 105072 (105368 . 105369) 105392 105396 (105408 . 105410) 105428 106229 106433 (106435 . 106441) (106443 . 106446) 106452 (106456 . 106457) 106467 106472 106474 106489 (106525 . 106526) 107340 (112583 . 112584) 112596 112604 114233 114239 (116021 . 116025) (116027 . 116028) (116047 . 116048) 116072 116077 116080 116082 116084 116086 116090 116093 (116105 . 116108) 116112 116117 116119 116197 (116230 . 116232) (116286 . 116287) 116569 116584 116605 116633 116926 (116941 . 116942) 116946 116948 (116966 . 116967) 117045 117049 (117163 . 117164) 117235 (117286 . 117288) 122017 122042 122882 122888 (123232 . 123235) (123240 . 123243) (123245 . 123248) (123250 . 123252) 123254 (123257 . 123258) (123260 . 123262) (123265 . 123268) 123270 (123277 . 123279) (123282 . 123286) (123290 . 123291) 123315 (127897 . 127900) 127909 127911 (127920 . 127921) 128005 128127 132563 132583 132608 134106 134608 134624 134873)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.version-control.git.user" :contents ("nntp+news.gmane.io:gmane.comp.version-control.git.user" 3 ((1 . 12467)) ((unexist) (seen (1 . 87) (89 . 142) (144 . 148) (150 . 209) (213 . 297) (299 . 335) (338 . 348) (351 . 352) (355 . 361) (363 . 376) (378 . 379) (382 . 405) (409 . 410) (414 . 419) (421 . 426) (429 . 441) (444 . 449) 451 (453 . 458) 461 (465 . 597) (603 . 778) (780 . 861) (863 . 1025) (1027 . 1074) 1076 (1078 . 1110) (1112 . 1113) (1115 . 1212) (1214 . 1287) (1289 . 1533) (1535 . 2328) (2330 . 2586) (2588 . 2590) (2596 . 3106) (3108 . 3113) (3115 . 3468) 3470 3473 3475 (3477 . 3484) (3488 . 3489) 3491 3493 (3496 . 3497) (3500 . 3641) (3643 . 3652) (3654 . 3659) (3661 . 3667) (3671 . 3698) (3700 . 4076) (5177 . 5431) (6627 . 7134) (7415 . 7562) (7564 . 7565) (7567 . 7585) (7587 . 7592) (7595 . 8168) (8248 . 8634) (9388 . 9416) (9418 . 9863) (9866 . 11270) (11272 . 11556) (11561 . 11831) (11834 . 11838) 11840 (11843 . 12220) (12226 . 12228) (12236 . 12256) (12259 . 12262) (12265 . 12639)) (dormant 9927) (expire 457 461 498 652 1225 1229 (1232 . 1233) (1235 . 1237) 1239 (1246 . 1247) 1545 1694 1711 1739 1773 1777 (2138 . 2140) (2155 . 2156) 2833 2854 2856 3342 7099 (7423 . 7432) (7435 . 7439) (7454 . 7458) 7466 7469 7472 7479 (7497 . 7506) (7508 . 7514) (7601 . 7605) (7622 . 7633) (7638 . 7662)) (reply 9413 9917 9929) (tick 534 5416 5421 9396 9413 (9928 . 9929) 10078 10082 11233)) "nntp:news.gmane.io" ((to-address . "git-users@googlegroups.com"))) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.version-control.git" :contents ("nntp+news.gmane.io:gmane.comp.version-control.git" 3 ((1 . 428518)) ((unexist) (seen (181562 . 182223) (182225 . 182231) (182233 . 182241) (182243 . 182293) (182295 . 182306) (182308 . 182347) (182349 . 182390) (182392 . 182482) (182484 . 182498) (182500 . 182542) (182544 . 182552) (182555 . 183137) (183139 . 186267) (186269 . 210887) (210889 . 210899) (210901 . 210910) (210912 . 210913) (210915 . 210919) (210921 . 210964) (210966 . 211028) 211032 (211034 . 211051) (211053 . 211065) (211067 . 211080) (211082 . 211093) (211095 . 211101) (211103 . 211107) 211111 211113 (211115 . 211149) (211151 . 211154) 211156 (211158 . 211159) (211161 . 211178) (211180 . 211223) (211226 . 211239) (211241 . 211282) 211284 (211286 . 211393) (211395 . 211424) (211426 . 211437) 211439 211443 (211447 . 211484) (211488 . 211493) (211495 . 212426) (238526 . 239846) (247532 . 250256) 250258 (250260 . 250306) (250308 . 250349) (250351 . 250402) (250404 . 250440) (250442 . 250497) 250500 (250502 . 250512) (250514 . 250531) (250533 . 250544) (250546 . 250560) (250562 . 250622) (250624 . 250708) (250710 . 250714) (250716 . 250795) (250797 . 250799) (250801 . 250803) (250805 . 250825) (250827 . 250831) (250833 . 250899) (250901 . 250944) (250946 . 251015) (251018 . 251045) (251048 . 251066) 251068 251071 (251073 . 251080) (251082 . 251083) (251086 . 251168) (251170 . 251184) (251186 . 254005) (273597 . 281835) (281837 . 281976) (281978 . 282037) (282039 . 282051) (282053 . 282085) (282087 . 282183) (282185 . 282188) (282190 . 428518)) (dormant 203174 333485) (expire 181583 181599 181669 (181679 . 181680) (181725 . 181726) 181729 181734 181749 181810 181877 181938 182613 182666 182670 182676 185186 185271 185276 185298 185358 185384 185544 185548 185894 185929 185943 185945 185991 185996 186045 186064 186115 186173 186820 187016 187705 187707 197049 198497 199071 199128 199197 199306 199308 199629 (199647 . 199649) 199652 199742 199861 199899 (200010 . 200013) 200045 200114 200139 200181 200228 200379 200438 200554 (200737 . 200740) 200832 (200834 . 200835) (200841 . 200842) 200922 201013 201019 201038 201042 201179 201225 201227 201322 201487 (201521 . 201523) 201625 201671 201737 201867 201936 202037 202300 202382 202398 202434 202466 (202468 . 202469) 202490 202565 203506 203515 203533 203628 204143 (204191 . 204192) 205010 205075 205080 205299 205373 205436 205462 205582 205592 205767 205842 205847 206285 206371 206468 206474 206580 206584 206595 206899 206941 206953 207148 207359 207454 207471 208083 (208282 . 208283) 208407 208517 209206 209218 209322 209341 209482 (209703 . 209704) 209729 (209799 . 209800) 209849 209869 209877 209889 209918 209967 210077 (210137 . 210138) (210142 . 210144) 210175 210235 (210237 . 210239) (210241 . 210243) 210316 210373 210415 (210420 . 210422) 210521 (210532 . 210533) 210537 210540 210543 210716 210812 210823 211589 211656 211658 211664 211739 (211805 . 211809) 211814 211952 211955 238564 238609 (238612 . 238614) 238699 238724 238734 238764 238855 (238887 . 238888) 238977 (239031 . 239032) 239045 239164 (239571 . 239572) 239625 239628 239630 254005 280945 284329 284485 (284498 . 284499) 284628 284630 284634 284693 284732 284814 284906 284977 285052 (285074 . 285075) 285098 285169 285267 285368 285548 285554 285572 285750 285892 (285943 . 285944) 285992 286021 286077 286170 286179 286208 286490 286549 286610 286715 286822 287083 287197 287212 287394 287564 287577 287688 287700 287735 287910 288083 288098 288290 288292 288360 288394 288467 288595 288705 288718 288755 288822 288830) (reply 181601 201159 212085 333370) (tick 181572 181601 184896 185546 185610 185682 186009 186032 338888 338904 338906 338914 338918 338930 338951 (338982 . 338985) (338988 . 338989) 338999 339001 (339003 . 339007) 339018 (339021 . 339022) 339035 339135 339520 339541 (339554 . 339555) 339558 339600 339605 (339608 . 339609) 339611 339663 (339765 . 339766) 339778)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.com.feedburner.flynytt.nyheter" :contents ("nntp+news.gwene.org:gwene.com.feedburner.flynytt.nyheter" 3 ((1 . 222)) ((unexist) (seen (1 . 222)) (tick 1 189)) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.com.feedburner.militaryaerosp.rz.eo" :contents ("nntp+news.gwene.org:gwene.com.feedburner.militaryaerosp.rz.eo" 3 ((1 . 3596)) ((unexist) (seen (1 . 1363) (3141 . 3596)) (tick 114)) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.com.spacenews.articles" :contents ("nntp+news.gwene.org:gwene.com.spacenews.articles" 3 ((1 . 2205)) ((unexist) (seen (1 . 2205)) (tick 1 821 2139)) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.com.feedburner.spaceheadlines" :contents ("nntp+news.gwene.org:gwene.com.feedburner.spaceheadlines" 3 ((1 . 37537)) ((unexist) (seen (15083 . 23946) (33826 . 37537)) (tick (15084 . 15085) 15102 15112 15146 15166 (15262 . 15263) 16480 16507 16516 16645 16735 16800 16803 16850 16883 16923 16926 16941 17043 (17151 . 17153) 17201 17212 17242 17273 17394 17429 17452 17588 (17592 . 17593) 17599 17664 (18553 . 18554) 18878 18981 19007 19656 20215 20412 20508 20543 20565 21385 21514 21606 21909 (22035 . 22036) 22799 22835 (22949 . 22950) 22962 22997 23045 23793 23796 23825 (23867 . 23872))) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.com.javaworld.allcontent" :contents ("nntp+news.gwene.org:gwene.com.javaworld.allcontent" 3 ((1 . 1937)) ((unexist) (seen (1 . 371) (1703 . 1937)) (tick 4 7 18 28 30 52 (55 . 58) 68 (75 . 76) (78 . 80) 82 91 94 99 101 103 107 125 132 1758 1806 1900 1902 1920)) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.no.forskning.forside" :contents ("nntp+news.gwene.org:gwene.no.forskning.forside" 3 ((1 . 11245)) ((unexist) (seen (1 . 3741)) (tick 17 19 109 244 261 269 273 277 367 370 406 466 537 647 728 809 845 (972 . 973) 975 1300 1306 1446 1515 1567 1611 1672 1891 1992 2055 2096 2137 3384 3516 (3528 . 3529) 3537 3551 3558 3565 3571 3582 3595 3608 3615 3622 3631 3639 3649 3659 3668 3679 3687 3696 3704 3715 3724 3730 3735)) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.no.tu.forside" :contents ("nntp+news.gwene.org:gwene.no.tu.forside" 3 ((1 . 13611)) ((unexist) (seen (1 . 3501) (9593 . 13611)) (forward 8 3137 3211) (tick 38 45 57 94 97 146 245 (251 . 252) 262 278 (337 . 338) 397 405 636 690 1081 1647 2042 2070 2158 2249 2289 2323 2675 2932 2986 3045)) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+nntp.dod.no:no.alt.motorsykler" :contents ("nntp+nntp.dod.no:no.alt.motorsykler" 3 ((1 . 34745)) ((unexist) (seen (33537 . 33815) (33817 . 34138) (34140 . 34738) (34740 . 34745))) (nntp "nntp.dod.no") ((charset . iso-8859-1))) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.linux.drivers.ndiswrapper.general" :contents ("nntp+news.gmane.io:gmane.linux.drivers.ndiswrapper.general" 6 ((1 . 6425)) ((expire 3489 3601 3678 4206 4622 4638 4647 4671 4747 4797 4819 4821 4843 4882 4930 4953 5022 (5038 . 5039) 5084 5118 5175 5300 5304 5312 5335 5342 5345 5359 (5394 . 5395) 5406 5422 5454 5616 5696 5703 5710 5742 (5752 . 5754) 5767 (5769 . 5770) 5777 5781 5792 5796 (5799 . 5801) 5806 5823 5826 (5847 . 5848) 5853 6325) (tick 124 143 843 2720 2883 2920 2931 5634)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.linux.swsusp.devel" :contents ("nntp+news.gmane.io:gmane.linux.swsusp.devel" 6 ((1 . 12697)) ((expire 3730 3760 7275) (tick (34 . 35) 75 1095 1098 1100 (1102 . 1104) (1108 . 1109) 1136 1369 (1382 . 1383) 2850 3212 3404 3406 3408 3410 3417 (3422 . 3423) 3427 (3444 . 3445) 3449 (3564 . 3565) 3722 (3892 . 3895) 3912 (3915 . 3916) (3919 . 3920) (3944 . 3945) 4214 4216 4390 4403 4917 (5542 . 5544) 5548 (5562 . 5564) 7053 7057 7060 7062 (7064 . 7065) 7070 (7076 . 7077))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.linux.acpi.support" :contents ("nntp+news.gmane.io:gmane.linux.acpi.support" 6 ((1 . 1146)) ((tick 327 331 (627 . 638) 652 668 691 850 (1131 . 1134))) "nntp:news.gmane.io" nil) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.linux.acpi.devel" :contents ("nntp+news.gmane.io:gmane.linux.acpi.devel" 6 ((1 . 43110)) ((expire 7691 7805 7816 (7843 . 7844) 7846 7872 7897 7900 7906 7917 7919 7927 7940 7991 8001 8018 8020 8029 8051 8057 8063 8065 (8082 . 8083) 8085 (8092 . 8094) 8105 8109 (8111 . 8112) (8115 . 8116) 8144 (8146 . 8148) 8161 8193 8239 (8259 . 8260) 8362 (8365 . 8369) 8373 8390 8404 8409 8417 8422 8426 8429 8432 8436 8440 8451 (8458 . 8459) 8463 8474 (8479 . 8480) 8487 (8490 . 8491) 8495 8500 8505 8514 8526 8531 8536 8597 (8599 . 8601) 8608 8617 8628 8638 (8643 . 8644) 8662 8665 8705 (8732 . 8733) 8742 8749 8758 (8771 . 8773) 8786 8792 (8794 . 8796) 8798 8800 8802 8814 (8816 . 8817) (8821 . 8822) (8824 . 8825) 8829 8833 8844 8849 (8870 . 8871) 8874 (8876 . 8877) (8909 . 8910) 8912 8916 8918 8923 8927 8931 (8935 . 8936) 8945 8953 8955 8976 8978 8981 8986 9002 9012 (9028 . 9029) 9032 9038 9046 9049 9069 9074 9079 9099 9105 9124 9135 9150 9164 9238 9333 (9360 . 9361) 9551 9560 9588 9593 9621 9625 (9645 . 9646) 10038 10076 10078 10092 10132 10170 10176 10219 10228 10237 10244 10247 10273 10941 10947 10960 10975 10985 (10995 . 10996) (11001 . 11004) 11012 (11017 . 11018) (11023 . 11024) (11026 . 11027) (11029 . 11030) 11042 11053 11056 (11058 . 11059) (11061 . 11062) 11066 (11068 . 11072) 11076 11082 11085 (11089 . 11090) 11101 (11206 . 11208) 11219 11229 11243 (11247 . 11248) 11259 11290 11292 (11294 . 11297) 11325 (11330 . 11331) 11336 11367 11413 (11418 . 11419) (11454 . 11455) 11963 12549 (13296 . 13299) 13329 13340 13348 13396 13416 13421 13426 13431 13473 (13505 . 13506) 13513 13529 13595 13601 13611 13662 13715 13748 13843 13853 13864 13868 13872 13874 13894 13971 13975 13987 14005 14009 14027 (14077 . 14078) 14115 14120 14315 14328 14339 14343 14347 14412 14433 14483 14518 14554 14576 (14583 . 14584) 14598 14656 14667 14743 14775 14779 14792 (14812 . 14813) (14816 . 14817) 14837 14840 (14846 . 14847) 14900 14965 14983 14985 14990 (15006 . 15007) 15018 15021 (15032 . 15033) 15035 15057 15078 15094 15106 15109 15111 15120 (15122 . 15123) 15134 15141 (15150 . 15151) 15189 (15205 . 15206) 15208 15221 15227 (15229 . 15230) 15232 15235 15238 15272 15282 15292 15344 15410 15473 15487 15500 (15507 . 15508) (15511 . 15512) 15514 15567 (15609 . 15610) 15647 15697 15700 15703 15728 15759 15768 15789 15807 15861 15863 (15873 . 15874) 15876 15889 15892 (15998 . 16000) 16267 16288 18711) (tick 4772 4857 4862 4864 5430 5434 5436 5438 5443 5445 (5460 . 5461) 5473 5475 5480 5482 5494 (5507 . 5508) (5516 . 5517) 5524 (5529 . 5532) 5534 (5548 . 5550) 5555 5564 5795 5798 (5800 . 5801) 5809 (6309 . 6310) 6371 (6382 . 6383) 6923 6925 6934 6937 6943 6979 (6984 . 6986) 6990 7004 7007 7009 7012 7015 7020 (7022 . 7023) 7085 7108 7110 7112 (7130 . 7131) (7133 . 7135) 7140 (7173 . 7175) (7178 . 7180) 7182 7185 (7192 . 7193) (7213 . 7214) 7220 7331 7736 7750 7756 7759 (7762 . 7763) 7774 7787 7796 7800 7957 7992 8292 8332 9019 9070 9072 9076 (12818 . 12821) (12823 . 12827) 12866 12897 (12906 . 12907) 12910)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.web.rdfweb" :contents ("nntp+news.gmane.io:gmane.comp.web.rdfweb" 6 ((1 . 1657)) ((tick 106 333 362 366)) "nntp:news.gmane.io" nil) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.web.rdf.logic" :contents ("nntp+news.gmane.io:gmane.comp.web.rdf.logic" 6 ((1 . 754)) ((tick 504 506)) "nntp:news.gmane.io" nil) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.web.rdf" :contents ("nntp+news.gmane.io:gmane.comp.web.rdf" 6 ((1 . 5648)) ((expire 4123 5404) (tick 113 (226 . 228) 462 (464 . 465) (469 . 470) 527 1208 1726 1729 2109 2115 2229 2256 2274 2365 4262 4290 4380)) "nntp:news.gmane.io" nil) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.mozilla.devel.rdf" :contents ("nntp+news.gmane.io:gmane.comp.mozilla.devel.rdf" 6 ((1 . 1780)) ((expire 112 121 (123 . 124) 171 (189 . 190) 192 211 (213 . 215) 242 286 297 348 413 (416 . 418) (422 . 425) (557 . 558) 574 (576 . 579) 587 597 601 611 (614 . 616) 620 623 (626 . 627) 668 (671 . 683) (685 . 697) (699 . 710) 712 (714 . 734) (736 . 742) 744 (746 . 748) 755 (757 . 785) (787 . 790) (792 . 794) (796 . 798) 808 (821 . 823) (857 . 858) (897 . 902) 905 943 (951 . 953) 955 969 971 (974 . 976) (994 . 1000) (1006 . 1008) (1010 . 1011) (1013 . 1015) (1017 . 1018) 1027 1029 1044 (1048 . 1051) 1053 (1062 . 1064) 1071 1074 (1083 . 1085) (1087 . 1090) 1108 1110 (1112 . 1113) (1141 . 1142) 1146 1154 1157 (1159 . 1160) (1163 . 1168) (1178 . 1183) (1187 . 1188) (1190 . 1191) (1196 . 1211) (1244 . 1250) (1252 . 1263) (1266 . 1269) 1275 1277 1280 1283 (1290 . 1293) 1295 1307 (1314 . 1322) (1331 . 1335) 1353 1359 1361 1366 (1380 . 1384) 1388 1405 (1407 . 1409) (1411 . 1413) 1415 (1417 . 1419) 1422 1436 (1455 . 1456) 1464 (1470 . 1475) 1482 1488 1507 (1509 . 1510) (1512 . 1513) (1517 . 1558) 1564 (1566 . 1567) (1570 . 1593) 1595 1597 (1603 . 1604) 1606 1608 1612 (1621 . 1626) (1640 . 1643) (1654 . 1655) (1657 . 1658) (1661 . 1662) (1690 . 1691) 1693 1698) (tick 122)) "nntp:news.gmane.io" nil) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.misc.ontology.protege.owl" :contents ("nntp+news.gmane.io:gmane.comp.misc.ontology.protege.owl" 6 ((1 . 14398)) ((expire 11634) (tick (7912 . 7913) 7922 8077)) "nntp:news.gmane.io" nil) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.misc.ontology.protege.general" :contents ("nntp+news.gmane.io:gmane.comp.misc.ontology.protege.general" 6 ((1 . 12912)) ((expire (9429 . 9430) 9596 9598 9602 9635 9641 9646 (9648 . 9649) 11461 11465 11480 11585 11638 11745 11748 11792 11827 12729) (tick 803 1111 2609 2651 3184 3685 3868 4064 4233 5015 9749)) "nntp:news.gmane.io" nil) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.misc.ontology.protege.beta" :contents ("nntp+news.gmane.io:gmane.comp.misc.ontology.protege.beta" 6 ((1 . 40)) ((seen (1 . 40))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.misc.ontology.protege.announce" :contents ("nntp+news.gmane.io:gmane.comp.misc.ontology.protege.announce" 6 ((1 . 36)) ((tick 6 18)) "nntp:news.gmane.io" nil) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.misc.ontology.general" :contents ("nntp+news.gmane.io:gmane.comp.misc.ontology.general" 6 ((1 . 1128)) ((seen (1 . 1128))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.test" :contents ("nntp+news.gmane.io:gmane.test" 6 ((1 . 6801)) ((seen 6021 (6792 . 6799) 6801)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.lang.smalltalk.squeak.squeakland" :contents ("nntp+news.gmane.io:gmane.comp.lang.smalltalk.squeak.squeakland" 6 ((1 . 3601)) ((expire 2812 (2923 . 2926) (2928 . 2929) 2931 (2937 . 2941) (2945 . 2946) 2948 2952 (2955 . 2958) (2960 . 2963) (2965 . 2966) 2970 2972 3155 3176 3188 (3194 . 3195) 3201 3206 3214 3217 3221 3223 3232 (3236 . 3237) (3239 . 3242) (3244 . 3246) (3249 . 3250) (3255 . 3256) 3359 3376) (tick (175 . 179) 410 412 749 957 (963 . 964) (966 . 967) 973 (1410 . 1411) 1413 (2599 . 2607) 2624 2639 (2651 . 2655) 2657 2664 2666 2671 (2677 . 2680) 2682 (2684 . 2685) 2687 2690 2717 2721 2826 2874 3193 (3197 . 3200) (3203 . 3204) 3210 3212 3216 (3260 . 3264) (3266 . 3267) 3284 3360 (3362 . 3365) (3368 . 3371) (3433 . 3434) (3502 . 3504) (3506 . 3507) (3509 . 3510) 3512 (3515 . 3516)) (seen (175 . 179) 410 412 749 957 (963 . 964) (966 . 967) 973 (1410 . 1411) 1413 (1595 . 3047) (3049 . 3594) (3602 . 3972) (3974 . 4020))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.lang.smalltalk.squeak.general" :contents ("nntp+news.gmane.io:gmane.comp.lang.smalltalk.squeak.general" 3 ((1 . 197925) (197927 . 198012) (198014 . 198029) (198031 . 198033) (198035 . 198037) (198039 . 198041) (198043 . 198287) 198289 (198291 . 198317) 198319 (198323 . 198339) (198341 . 198344) (198346 . 198384) (198386 . 198389) 198391 (198395 . 198396) (198398 . 198401) 198404 (198406 . 198412) 198414 (198419 . 198421) (198423 . 198444) (198446 . 198451) (198453 . 198475) 198477 (198480 . 198481) (198483 . 198485) (198487 . 198528) (198531 . 198534) 198536 (198539 . 198547) (198549 . 198556) (198558 . 198577) 198579 198581 (198583 . 198592) 198594 198597 (198599 . 198600) (198602 . 198624) (198626 . 198636) (198638 . 198641) (198643 . 198725) (198727 . 198733) (198740 . 198745) 198747 (198751 . 198797) (198799 . 198894) (198896 . 198904) (198906 . 198908) (198910 . 198918) (198920 . 198922) (198926 . 198934) (198936 . 199502) 199504 (199507 . 199542) (199544 . 199546) (199548 . 199587) (199589 . 199928) (199930 . 199932) (199934 . 200225) (200227 . 200254) (200256 . 200318) (200320 . 200326) (200329 . 200330) (200338 . 201809)) ((unexist) (seen 48297 (142486 . 148846) 149221 149269 149391 149408 149512 (149686 . 149689) 149694 (150133 . 154137) (154139 . 154675) 154677 (154679 . 155025) (155027 . 155029) (155031 . 156666) 156669 (156671 . 159215) (159217 . 160038) (160040 . 169818) (169820 . 171104) (171106 . 201809)) (expire 156456) (tick 151568 151863 153165 155059 158610 (159037 . 159039) 159041 159058 161793 162876 162878 162881)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.java.maven-plugins.mojo.user" :contents ("nntp+news.gmane.io:gmane.comp.java.maven-plugins.mojo.user" 3 ((1 . 4603)) ((unexist) (seen (1541 . 1542) 1838 (1842 . 1843) (1856 . 1857) (1860 . 1863) 1865 1869 1872 (1898 . 1900) (1902 . 1903) 1906 1909 (3257 . 3440) (3723 . 4603)) (expire 3394 3427) (reply 1542 (1856 . 1857) (1860 . 1862) 1865 (1898 . 1900) 1903) (tick (1541 . 1542) 1838 (1842 . 1843) (1856 . 1857) (1860 . 1863) 1865 1869 1872 (1898 . 1900) (1902 . 1903) 1906 1909 4074 4080 4098 4184)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.network.vpnc.devel" :contents ("nntp+news.gmane.io:gmane.network.vpnc.devel" 6 ((1 . 3292)) ((expire 2962) (reply 1470 (1534 . 1535) 1539 1615 1718 1720 1761 2066 2106 (2114 . 2115)) (tick (7 . 8) 855 859 1037 (1469 . 1470) (1534 . 1535) 1537 1539 (1614 . 1615) 1708 (1717 . 1718) 1720 1742 1756 1758 1761 1969 (2058 . 2059) 2066 (2077 . 2078) 2080 2101 2106 (2114 . 2115) 2118)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.java.maven-plugins.user" :contents ("nntp+news.gmane.io:gmane.comp.java.maven-plugins.user" 3 ((1 . 193)) ((unexist) (seen (109 . 111) 113 (166 . 167)) (expire (114 . 115) 118 (121 . 126) (128 . 129) 132 (146 . 150)) (reply (109 . 110)) (tick (109 . 111) 113 (166 . 167))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.apache.felix.devel" :contents ("nntp+news.gmane.io:gmane.comp.apache.felix.devel" 3 ((1 . 52196)) ((unexist) (seen 1841 (1852 . 1853) 1864 (2577 . 2578) (2583 . 2585) 2587 (2954 . 2955) 2960 2962 (3049 . 3050) 3067 3086 3195 (18689 . 20703) (21936 . 52196)) (dormant 50011) (reply 2955 3050 42722 42726 49811) (tick 1841 (1852 . 1853) 1864 (2577 . 2578) (2583 . 2585) 2587 (2954 . 2955) 2960 (3049 . 3050) 3067 3086 3195 22761 24236 24861 29708 (42722 . 42723) 42726 42729 45361 48615 (48619 . 48623) (48627 . 48628) (48662 . 48663) 50199 (50202 . 50203) (50206 . 50207) (50209 . 50213) (50215 . 50218) 50226 50238 (50255 . 50258) 50263 50308 50322 (50332 . 50335) 50339 50343)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.apache.maven.devel" :contents ("nntp+news.gmane.io:gmane.comp.apache.maven.devel" 6 (3823) ((seen 3823)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.apache.sling.user" :contents ("nntp+news.gmane.io:gmane.comp.apache.sling.user" 3 ((1 . 3547) 3687) ((unexist) (seen (1742 . 2967) (2970 . 3023) (3025 . 3403) (3405 . 3424) (3426 . 3439) (3441 . 3479) (3481 . 3547)) (tick (1752 . 1753))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.apache.sling.devel" :contents ("nntp+news.gmane.io:gmane.comp.apache.sling.devel" 3 ((1 . 106190) 109980) ((unexist) (seen (55626 . 106190))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.java.osgi.devel" :contents ("nntp+news.gmane.io:gmane.comp.java.osgi.devel" 3 ((1 . 4885)) ((unexist) (seen (1 . 871) 873 (875 . 2156) (2158 . 4885)) (tick 662 4880 4882)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.java.maven-plugins.mojo.devel" :contents ("nntp+news.gmane.io:gmane.comp.java.maven-plugins.mojo.devel" 3 ((1 . 43758) (43760 . 43764) (43766 . 43780) (43782 . 43814) (43817 . 43833) (43835 . 43868)) ((unexist) (seen 9353 12545 22135 (22841 . 23705) (24740 . 24842) (28162 . 33826) (33828 . 43868)) (tick 9353 12545 32953 33014 43309 43329)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.ide.eclipse.tycho.user" :contents ("nntp+news.gmane.io:gmane.comp.ide.eclipse.tycho.user" 3 ((1 . 6773)) ((unexist) (seen (1 . 1849) (1851 . 3137) (3139 . 3432) 3434 (3437 . 3662) (3664 . 4490) (4493 . 6333) (6336 . 6349) (6351 . 6356) (6358 . 6405) (6409 . 6420) (6422 . 6839)) (dormant 6505 6508 6522) (reply 6506 6516 6519 (6523 . 6524) 6526) (tick (96 . 97) (99 . 100) (103 . 107) (109 . 110) 547 (549 . 551) 841 843 (857 . 859) (863 . 866) 903 (910 . 914) (940 . 944) 962 1090 1096 1433 1457 1459 (1669 . 1670) 2009 (3312 . 3317) (3328 . 3333) 3468 (3474 . 3476) (3482 . 3483) 3488 (3516 . 3518) 3524 (3526 . 3528) (3937 . 3940) 3947 3957 3959 (3961 . 3966) (3974 . 3976) (3978 . 3985) (3987 . 3988) (3990 . 3996) 4021 (4023 . 4024) (4035 . 4039) 4150 4155 (4172 . 4175) 4513 (4609 . 4611) 4618 (5204 . 5206) (5245 . 5246) 5255 (5481 . 5482) 5484 5524 (6069 . 6073) (6506 . 6507) (6509 . 6513) (6515 . 6519) 6521 (6523 . 6527) 6530)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.ide.eclipse.tycho.devel" :contents ("nntp+news.gmane.io:gmane.comp.ide.eclipse.tycho.devel" 3 ((1 . 1279)) ((unexist) (seen (1 . 621) (623 . 1177) (1181 . 1189) 1191 (1194 . 1211) (1213 . 1220) (1224 . 1235) (1245 . 1246) (1252 . 1269) 1273 1276 1279)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.ide.eclipse.plugins.m2eclipse.user" :contents ("nntp+news.gmane.io:gmane.comp.ide.eclipse.plugins.m2eclipse.user" 3 ((1 . 11390)) ((unexist) (seen (1 . 413) (415 . 443) (445 . 7770) (7772 . 10029) (10031 . 11390)) (dormant 11240 11253 11347) (tick (8864 . 8866) (8872 . 8874) 8876 9027 9029 9031 9817 9947 (10239 . 10242) 11270)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.lang.scala.ide.devel" :contents ("nntp+news.gmane.io:gmane.comp.lang.scala.ide.devel" 3 ((1 . 4627)) ((unexist) (seen (3723 . 4627)) (dormant 3733 3735 (3738 . 3739)) (reply 3733 3738) (tick 3747)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.jakarta.turbine.maven.user" :contents ("nntp+news.gmane.io:gmane.comp.jakarta.turbine.maven.user" 3 ((1 . 142586)) ((unexist) (seen 46933 46935 47401 47639 (47645 . 47646) 47651 47659 47664 47974 48439 48444 48731 49516 49529 49539 49597 49902 49919 50006 50009 50011 50034 50364 50366 50370 50377 50393 50395 50402 50404 50565 50569 50573 50575 50580 50590 50616 50625 50648 50945 (50948 . 50950) 50963 50967 50970 51126 51278 (51329 . 51330) 51341 51355 51400 51570 51573 (51579 . 51580) 51613 51650 51653 51655 51657 51659 51677 51683 51687 51690 51696 51704 51753 51756 (51759 . 51761) (51763 . 51764) 51769 51807 51809 51815 51817 51841 51863 51892 51907 51910 51917 51943 51947 51967 51979 51991 51994 (52208 . 52209) 52253 52281 52283 52306 52333 52336 52815 53107 53109 53135 (53478 . 53479) 54406 54677 55166 55172 55596 55756 55922 55956 56131 (56133 . 56134) 56302 56468 56474 56476 56505 56517 56590 56594 56596 56602 (56616 . 56617) 56624 56645 56788 56895 56899 56902 56908 56996 57005 57022 57085 57096 57104 57127 57129 57144 57166 57168 57186 57196 57222 57227 57249 57276 57280 57296 57306 57310 57330 57342 57344 57349 57382 57396 (57401 . 57402) 57454 57492 57500 57531 57715 57866 (57874 . 57875) 57883 57896 57898 57900 57919 (57926 . 57927) 57942 58306 58351 58557 58634 58648 (58771 . 58773) 58776 58803 58822 58901 (59175 . 59176) 59193 59197 59206 59215 59228 59244 (59249 . 59250) (59267 . 59268) 59459 59466 59956 59961 (60011 . 60012) (60057 . 60058) 60074 60101 60103 60106 60117 60129 (60131 . 60132) 60262 60264 60343 60355 60374 60381 60400 60406 60411 60417 60423 60429 60434 60436 60438 60444 60465 (60476 . 60477) 60479 60481 60485 (60768 . 60769) 60775 (60786 . 60787) 60790 60794 60796 61199 61214 61230 61685 61693 61695 61700 61906 61968 61970 61973 62201 62207 62430 62507 62515 62533 62948 63429 63434 (63488 . 63489) 63492 63501 63555 (63558 . 63559) 63562 63565 63569 63582 63584 63595 63598 63754 63757 (63763 . 63764) 63787 (63866 . 63867) (63869 . 63870) 63952 63954 63978 64043 64211 64303 64574 64588 64598 64670 64714 64741 64777 64781 65238 65551 66481 66803 66814 67154 67177 67263 67269 67273 67302 67344 68587 68606 68612 68918 69077 69579 69604 69955 71115 72387 72393 72540 72554 (72577 . 72578) (72601 . 72602) (72611 . 72612) 72645 72720 73089 73095 73098 73109 73112 73180 (73233 . 73235) (73303 . 73305) (73308 . 73309) 73473 73475 (73492 . 73499) 73827 73831 73833 73856 73865 73873 73879 73914 73925 73982 74012 74069 74096 74099 (74101 . 74103) (74127 . 74128) 74551 (74734 . 74735) 74782 75104 75106 75108 75280 75292 75321 75480 75482 (75485 . 75486) 75491 75493 75999 76002 76091 76100 76133 76135 (76137 . 76139) 76197 76200 (76206 . 76207) 76210 (76212 . 76215) 76246 76277 76289 76311 76506 76586 76690 77046 (77429 . 77431) 77435 77438 77470 77476 77479 77490 (77493 . 77495) 77629 77634 77640 77738 77740 77825 78251 78260 (78265 . 78266) 78273 78277 78605 78829 79189 79200 (79202 . 79204) 79206 79215 82572 82658 82663 82738 82747 82764 82797 83046 83648 84189 (84206 . 84209) (84211 . 84213) 86975 (105255 . 106785) (110201 . 116463) (117983 . 142586)) (dormant 126696 126834 126842 133441 133806 133947 139787 (140307 . 140308) (141902 . 141904) (141906 . 141908)) (expire 70206 70243 70304 70344 70415 70548 70618 70681 70723 70784 70840 70893 70991 71121 79427 85032 85035 (85039 . 85040) 128758 133775 133857 134349 134373 134617 137518 137765 137797 137941) (reply 55922 56476 56505 56596 56616 56908 56953 57296 57330 57342 57344 57382 57396 57402 57715 57896 57898 57919 59176 59206 59228 59250 59956 60374 60381 60423 60438 60465 60477 60769 60775 60786 61214 61906 61968 61970 63492 63555 63562 63584 63595 63757 63867 63870 63954 64781 68255 68606 69087 73180 73519 73865 73879 74069 74099 74782 76099 (77430 . 77431) 77435 77438 77466 77490 77495 77587 (77629 . 77630) 77673 77740 78260 78266 78273 78451 78605 (79202 . 79204) 83551 84189 (84206 . 84207) 84209 84212 (126697 . 126698) 126713 126718 126803 126808 126810 126823 126834 133453 134240 (137899 . 137900) 139786 139836 140307 (141903 . 141904) 141907) (tick 46933 46935 47401 47639 (47645 . 47646) 47651 47659 47664 47974 48439 48444 48731 49516 49529 49539 49902 49919 50006 50009 50011 50034 50364 50366 50370 50377 50393 50395 50402 50404 50565 50569 50573 50575 50580 50590 50616 50625 50648 50945 (50948 . 50950) 50963 50967 50970 51126 51278 (51329 . 51330) 51341 51355 51400 51570 51573 (51579 . 51580) 51613 51650 51653 51655 51657 51659 51677 51683 51687 51690 51696 51704 51753 51756 (51759 . 51761) (51763 . 51764) 51769 51807 51809 51815 51817 51841 51863 51892 51907 51910 51917 51943 51947 51967 51979 51991 51994 (52208 . 52209) 52253 52281 52283 52306 52333 52336 52815 53107 53109 53135 (53478 . 53479) 54406 54677 55166 55172 55596 55756 55922 55956 56131 (56133 . 56134) 56302 56468 56474 56476 56505 56517 56590 56594 56596 56602 (56616 . 56617) 56624 56645 56788 56895 56899 56902 56908 56996 57005 57022 57085 57096 57104 57127 57129 57144 57166 57168 57186 57196 57222 57227 57249 57276 57280 57296 57306 57310 57330 57342 57344 57349 57382 57396 (57401 . 57402) 57454 57492 57500 57531 57715 57866 (57874 . 57875) 57883 57896 57898 57900 57919 (57926 . 57927) 57942 58306 58351 58557 58634 58648 (58771 . 58773) 58776 58803 58822 58901 (59175 . 59176) 59193 59197 59206 59215 59228 59244 (59249 . 59250) (59267 . 59268) 59459 59466 59956 59961 (60011 . 60012) (60057 . 60058) 60074 60101 60103 60106 60117 60129 (60131 . 60132) 60262 60264 60343 60355 60374 60381 60400 60406 60411 60417 60423 60429 60434 60436 60438 60444 60465 (60476 . 60477) 60479 60481 60485 (60768 . 60769) 60775 (60786 . 60787) 60790 60794 60796 61199 61214 61230 61685 61693 61695 61700 61906 61968 61970 61973 62201 62430 62507 62515 62533 62948 (63488 . 63489) 63492 63501 63555 63558 63562 63565 63569 63584 63595 63598 63754 63757 63787 (63866 . 63867) (63869 . 63870) 63952 63954 63978 64043 64211 64303 64574 64588 64598 64670 64714 64741 64777 64781 65238 65551 66481 66803 66814 67154 67177 67263 67269 67273 67302 67344 68587 68606 68612 68918 69077 69579 69604 69955 71115 72387 72393 72540 72554 (72577 . 72578) (72601 . 72602) (72611 . 72612) 72645 72720 73089 73095 73098 73109 73112 73180 (73233 . 73235) (73303 . 73305) (73308 . 73309) 73473 73475 (73492 . 73499) 73827 73831 73833 73856 73865 73873 73879 73914 73925 73982 74012 74069 74096 74099 (74101 . 74103) (74127 . 74128) 74551 (74734 . 74735) 74782 75104 75106 75108 75280 75292 75321 75480 75482 (75485 . 75486) 75491 75493 75999 76002 76091 76100 76133 76135 (76137 . 76139) 76197 76200 (76206 . 76207) 76210 (76212 . 76215) 76246 76277 76289 76311 76506 76586 76690 77046 (77429 . 77431) 77435 77438 77470 77476 77479 77490 (77493 . 77495) 77629 77634 77640 77738 77740 77825 78251 78260 (78265 . 78266) 78273 78277 78605 78829 79189 79200 (79202 . 79204) 79206 79215 82572 82658 82663 82738 82747 82764 82797 83046 83648 84189 (84206 . 84209) (84211 . 84213) 86975 118076 118420 118767 122985 126294 126392 126544 126546 126598 126645 126688 (126697 . 126698) (126710 . 126711) (126713 . 126714) 126718 126724 126728 126731 (126734 . 126735) 126891 126910 133453 133458 133460 (133948 . 133951) (137898 . 137900) 137978 139786 (139835 . 139838) 139896 140132 141565 141654 141909 142562)) "nntp:news.gmane.io" ((broken-reply-to . t))) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.java.abbot.user" :contents ("nntp+news.gmane.io:gmane.comp.java.abbot.user" 6 ((1 . 2768)) ((expire 199 1679 2170) (tick 64 69 103 112 119 121 571 573 (576 . 579) 582 584 591 593 595 (597 . 598) (603 . 604) (725 . 726) (756 . 757) 809 (867 . 868) (870 . 871) 878 964 (976 . 978) (1123 . 1124) 1170 (1176 . 1177) 1741 1743) (seen 64 69 103 112 119 121 571 573 (576 . 579) 582 584 591 593 595 (597 . 598) (603 . 604) (725 . 726) (756 . 757) 809 (867 . 868) (870 . 871) 878 964 (976 . 978) (1123 . 1124) 1170 (1176 . 1177) 1741 1743 (2769 . 2855))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.editors.jemacs.general" :contents ("nntp+news.gmane.io:gmane.comp.editors.jemacs.general" 3 ((1 . 31)) ((unexist) (seen (1 . 5) (14 . 31)) (tick (1 . 5))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.ide.eclipse.pde.devel" :contents ("nntp+news.gmane.io:gmane.comp.ide.eclipse.pde.devel" 3 ((1 . 2351)) ((unexist) (seen (29 . 33) (504 . 508) 513 (1379 . 1477) (1539 . 2351)) (expire 292 503) (reply (504 . 505) 507) (tick (29 . 33) (504 . 508) 513)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.java.jackson.user" :contents ("nntp+news.gmane.io:gmane.comp.java.jackson.user" 3 ((1 . 2458)) ((unexist) (seen (1 . 31) (41 . 42) 46 (48 . 55) (57 . 87) (89 . 444) (446 . 471) (473 . 495) (497 . 504) (513 . 516) 518 (520 . 572) (574 . 594) (597 . 612) (614 . 623) (625 . 649) (651 . 663) (666 . 689) (691 . 699) (701 . 777) (782 . 808) (810 . 811) (813 . 814) (816 . 821) (826 . 885) (887 . 904) (907 . 931) (933 . 942) (944 . 972) (974 . 1041) (1044 . 1080) (1082 . 1158) (1160 . 1193) (1195 . 1217) (1219 . 1225) 1227 (1229 . 1233) (1236 . 1256) (1258 . 1393) (1395 . 1479) (1481 . 1535) (1538 . 1548) (1550 . 1571) (1573 . 1631) (1634 . 1679) (1681 . 1698) (1700 . 1772) (1774 . 1911) (1913 . 2177) (2179 . 2195) (2197 . 2208) (2210 . 2232) (2235 . 2239) (2241 . 2244) (2246 . 2249) (2253 . 2310) (2312 . 2357) (2359 . 2430) (2432 . 2457) (2459 . 2519)) (dormant 2309) (reply 2292) (tick 25 103 (1359 . 1360) 2310)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.java.jackson.devel" :contents ("nntp+news.gmane.io:gmane.comp.java.jackson.devel" 3 ((1 . 542)) ((unexist) (seen (1 . 36) (38 . 551)) (dormant 520) (reply 1 503 510 513 515 517 519 521 525) (tick 32 392 486 (509 . 510) (517 . 519) (521 . 525) (531 . 532))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.apache.db.derby.user" :contents ("nntp+news.gmane.io:gmane.comp.apache.db.derby.user" 3 ((1 . 16451)) ((unexist) (seen (16117 . 16451)) (dormant (16174 . 16175) 16299) (reply 16168 16170 16279) (tick (16167 . 16170) (16172 . 16173) 16188 16330 16444)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.apache.shiro.devel" :contents ("nntp+news.gmane.io:gmane.comp.apache.shiro.devel" 3 ((1 . 7484)) ((unexist) (seen (4518 . 7484)) (download 4878 5098) (dormant (4850 . 4856) 4870 (4872 . 4873) 5064 (5067 . 5069) 5077 5081 (5091 . 5092) (5101 . 5102) 5113 5136 5405 (5473 . 5474) 5650 5795 (6528 . 6530) 6560 (7481 . 7482)) (reply 4839 4842 (4850 . 4854) 4870 4951 (5066 . 5067) 5078 5082 5091 5113 5796 5798 5807 5809 5813 5867 5879 5891 5992 5997 6059 (6501 . 6502) (6529 . 6530) 6534 6635 6637 6729 6736 7481) (tick 4837 (4839 . 4842) (5065 . 5066) (5070 . 5071) 5078 5082 5407 5469 5502 5508 5514 5517 5520 5796 5798 (5807 . 5809) 5813 5819 (5867 . 5869) (5871 . 5872) (5877 . 5879) 5891 5927 6148 6244 6248 6444 (6500 . 6502) (6634 . 6637) 6725 (6729 . 6737) (6883 . 6884))) "nntp:news.gmane.io" ((to-address . "dev@shiro.apache.org"))) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.java.ops4j.general" :contents ("nntp+news.gmane.io:gmane.comp.java.ops4j.general" 3 ((1 . 18349)) ((unexist) (seen 9496 9501 (13027 . 13028) 13138 (14329 . 18349)) (dormant (16553 . 16555) 16616 16885 16900 (17044 . 17051) 17055 (17065 . 17067) 17074 17084 17139 (17553 . 17559) (17613 . 17614) 17616 (17619 . 17623) (17625 . 17626) 17628 17638 17663 (17665 . 17666) 17668 17692 17718 (17721 . 17724) 17774 (17789 . 17794) (17796 . 17797) 17799 17802 17804 (17817 . 17818) 17967) (reply 15626 15656 15678 15682 15684 15739 15752 15755 15802 (15876 . 15878) 15880 15883 (15940 . 15942) 15949 15979 15992 (16026 . 16029) 16031 (16150 . 16151) (16551 . 16553) 16615 16767 (16777 . 16778) 16783 16885 (16957 . 16958) (17044 . 17049) 17051 (17065 . 17066) 17074 17281 (17335 . 17336) 17338 (17341 . 17342) 17344 (17348 . 17350) (17352 . 17355) 17357 (17365 . 17368) 17554 17558 (17613 . 17614) (17619 . 17620) 17623 17626 17636 17666 17721 17723 17772 (17775 . 17781) 17786 (17788 . 17792) 17794 17796 17798 17802 17805 17817 17819 17965 18066 18158 (18167 . 18169) 18171) (tick 9496 (14339 . 14340) 14833 15594 (15617 . 15632) 15635 (15652 . 15656) 15660 15665 15672 (15677 . 15679) 15682 (15684 . 15686) 15737 15739 15750 15752 15755 (15802 . 15803) 15806 15809 15839 (15876 . 15886) 15906 (15940 . 15942) (15944 . 15945) (15948 . 15949) (15957 . 15960) (15977 . 15980) 15987 15989 15992 16000 16015 (16026 . 16031) 16033 (16150 . 16152) 16178 16424 16439 (16550 . 16552) 16556 16767 16769 (16777 . 16778) (16782 . 16784) 16955 (16957 . 16960) 17068 17085 17275 17281 17298 (17335 . 17345) (17348 . 17357) (17364 . 17369) 17524 17560 (17661 . 17662) (17669 . 17670) 17680 17725 (17771 . 17773) (17775 . 17781) (17785 . 17788) 17798 17805 17807 17819 17828 17872 (18036 . 18043) 18048 (18065 . 18069) (18157 . 18158) 18160 (18167 . 18171) 18188)) "nntp:news.gmane.io" ((to-address . "ops4j@googlegroups.com"))) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.linux.debian.devel.java" :contents ("nntp+news.gmane.io:gmane.linux.debian.devel.java" 3 ((1 . 20351)) ((unexist) (seen (13198 . 13479) (13482 . 14331) (14333 . 14338) (14340 . 14630) (14632 . 14645) (14647 . 16380) (16382 . 20351)) (dormant 17353 19613) (reply 16268 18201 (18210 . 18211) 18214 18216 (18221 . 18223) 18226 18231 (18233 . 18235) (18239 . 18240) 18246 18253 18255 18260 18385) (tick 16264 (16266 . 16268) (16544 . 16546) 16548 16551 (16553 . 16554) (16578 . 16581) (16589 . 16590) 16598 16862 17126 17131 (17153 . 17154) 17225 17247 17351 (17355 . 17356) 17427 (17492 . 17493) (17495 . 17502) (17723 . 17724) 17727 17729 (17732 . 17734) 17739 17742 (17770 . 17771) (17776 . 17777) (17780 . 17781) 17787 17789 (17792 . 17794) (17906 . 17908) 17958 (17976 . 17977) (17985 . 17988) 17993 (17995 . 17998) (18002 . 18003) 18089 18110 18112 18114 18118 18201 18203 18207 (18209 . 18228) (18230 . 18241) (18245 . 18247) (18253 . 18255) (18259 . 18260) 18275 18283 (18300 . 18301) 18486 18488 (18587 . 18588) 18590 18599 (18961 . 18964) 19106 19115 19119 19126 19139 (19509 . 19510) (19513 . 19514) 19534 19614)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.apache.jena.devel" :contents ("nntp+news.gmane.io:gmane.comp.apache.jena.devel" 6 ((1 . 17427)) ((unexist) (seen 4485 4488 (11681 . 17427)) (reply 4488 12681 12700 (12736 . 12737) 12944) (tick 4485 4488 12681 12700 (12736 . 12737) 12750 12944 13100)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.apache.jena.user" :contents ("nntp+news.gmane.io:gmane.comp.apache.jena.user" 6 ((1 . 11597)) ((unexist) (seen (1 . 11597)) (reply 8706) (tick 8697 8706 (8745 . 8747))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.apache.karaf.user" :contents ("nntp+news.gmane.io:gmane.comp.apache.karaf.user" 3 ((1 . 23604)) ((unexist) (seen (5523 . 23604)) (download 17033) (cache 6736) (dormant 15711 16668 16671 (16707 . 16710) (16713 . 16714) (16717 . 16734) 16736 16738 (16746 . 16749) 16751 (16755 . 16757) 16761 16806 (16855 . 16858) (16877 . 16880) 16882 16885 (16890 . 16893) (16899 . 16901) (16915 . 16916) (16927 . 16929) 17096 17375 17429 17434 17436 (17438 . 17439) 17458 17530 17676 17771 17773 17775 17783 (17787 . 17789) (17799 . 17800) (17802 . 17804) 17807 17841 (17894 . 17895) (17898 . 17899) 17908 17912 (17989 . 17990) (18374 . 18376) 18594 18740 18779 18785 18791 (19339 . 19340) 19404 19408 19469 20343 (20377 . 20379) 20382 20385 20401 (20531 . 20532) 20598 20621 20625 20766 20770 20772 (20774 . 20775) 20795 (20823 . 20827) 20831 20833 (20865 . 20866) 20868 20969 20972 20974 (20978 . 20979) 20983 21009 21030 21066 21075 (21176 . 21186) 21197 21203 21221 (21223 . 21225) (21227 . 21228) (21282 . 21283) 21294 21296 21315 21422 21491 21592 (21635 . 21638) (21734 . 21737) (21742 . 21743) 21745 (21756 . 21757) (21761 . 21762) 21765 21984 (21992 . 21997) 22010 (22053 . 22055) 22059 22061 (22093 . 22096) 22102 22149 22159 22166 22450 (22468 . 22469) (22472 . 22473) (22580 . 22592) 22595 (22618 . 22624) (22626 . 22629) (22631 . 22632) (22637 . 22643) (22645 . 22652) (22654 . 22656) 22666 (22669 . 22673) 22685 22858 22869 22873 (23018 . 23026) (23086 . 23087) 23108 23130 23133 23135 23137 (23140 . 23147) (23161 . 23176) 23178 23180 (23310 . 23311) 23329 23331 (23335 . 23337) 23339 23393 (23423 . 23433) (23491 . 23509)) (reply 15703 (15706 . 15707) 15709 15713 15758 15809 15812 15815 16542 (16550 . 16551) 16707 16709 (16713 . 16714) (16716 . 16719) (16721 . 16722) 16724 16726 16728 (16730 . 16731) 16733 16736 (16738 . 16739) 16747 (16751 . 16752) 16754 (16756 . 16757) 16856 16878 16880 16882 16885 (16891 . 16892) (16899 . 16900) 16915 16928 17082 (17097 . 17098) 17102 17123 17212 17220 17229 17264 17266 17377 (17396 . 17397) 17400 17414 (17432 . 17434) 17438 (17440 . 17441) (17445 . 17446) 17448 17455 (17533 . 17534) (17543 . 17544) 17770 17772 17774 17783 17788 17790 (17802 . 17804) (17808 . 17809) 17841 17895 17910 17930 17990 17997 18020 18039 18063 18067 18203 18207 18266 18268 18271 18375 18438 18457 18589 18723 18741 18747 18781 (18792 . 18793) 18807 18867 18872 18875 18877 18879 18885 18932 18936 (19067 . 19068) (19070 . 19072) 19078 19100 (19163 . 19167) (19169 . 19170) 19174 19260 19321 19330 19340 19374 19398 19404 19468 19601 19620 19622 19723 20377 20379 20382 20532 20536 20724 20770 20774 (20823 . 20824) (20826 . 20827) 20865 20868 20972 20974 20983 21010 (21012 . 21014) 21027 21037 21043 21051 21053 21063 21066 21069 21113 21116 21152 21177 (21179 . 21180) (21183 . 21185) 21197 21203 21220 21223 21226 (21280 . 21282) 21297 21307 21315 21334 21338 21340 21491 21505 21614 21647 (21650 . 21651) 21700 21711 21727 21736 21745 21762 21778 21928 21993 21996 (22010 . 22011) 22013 22015 22018 22020 22022 22026 (22037 . 22038) (22053 . 22054) 22059 22061 22064 22096 22138 22159 22348 22450 22495 22497 22499 (22581 . 22584) (22589 . 22590) 22594 (22620 . 22621) (22623 . 22624) (22628 . 22629) 22639 (22641 . 22643) (22648 . 22650) 22654 22662 22669 22673 (22869 . 22870) (23019 . 23021) 23023 23025 23087 23120 23135 23137 (23140 . 23141) (23143 . 23145) 23161 23163 (23165 . 23167) 23169 (23172 . 23173) 23175 23178 23310 23331 23336 23386 23388 23392 (23424 . 23428) (23431 . 23432) 23488 (23491 . 23493) 23495 (23497 . 23498) 23504 23508) (tick 6736 (6740 . 6741) 6755 (7496 . 7503) 7559 7662 8612 (8615 . 8618) 10985 11094 15703 (15706 . 15707) 15710 15713 15718 (15733 . 15734) (15749 . 15750) 15758 (15809 . 15812) 15815 (15821 . 15822) 15830 16513 16542 (16550 . 16552) (16672 . 16673) 16675 16678 (16690 . 16691) 16711 (16715 . 16716) 16735 16752 16754 17032 (17097 . 17098) 17100 17102 17123 17130 17209 17212 17220 (17228 . 17230) (17263 . 17268) 17309 17346 (17376 . 17377) (17396 . 17397) (17400 . 17401) 17414 (17430 . 17433) (17440 . 17441) (17444 . 17446) 17448 (17470 . 17471) 17474 (17533 . 17534) (17543 . 17546) (17790 . 17795) 17798 (17808 . 17809) (17822 . 17823) 17850 17901 17910 17995 17997 (18018 . 18020) (18038 . 18039) (18062 . 18063) (18067 . 18068) 18119 18201 18203 18207 (18211 . 18212) (18265 . 18268) 18271 18274 18304 (18436 . 18441) 18455 18457 18595 (18722 . 18723) 18741 18747 18777 (18792 . 18795) 18798 (18802 . 18804) 18875 (18877 . 18879) (18881 . 18886) 18896 18920 18932 18936 18945 18948 19007 19025 19057 (19066 . 19072) (19078 . 19079) (19163 . 19164) (19166 . 19174) 19224 19226 (19228 . 19229) 19261 19337 19390 19470 19563 19565 19567 (19601 . 19602) (19604 . 19606) (19620 . 19622) 19723 20002 20004 20008 20026 (20046 . 20053) 20140 20209 20369 20805 (20871 . 20872) 20990 21010 (21012 . 21015) 21043 21063 (21115 . 21116) (21151 . 21152) 21226 21229 21291 21297 (21306 . 21308) (21333 . 21335) 21338 21340 21593 21614 21644 (21646 . 21647) (21650 . 21651) 21658 21700 (21710 . 21711) (21726 . 21727) (21927 . 21928) (22011 . 22020) 22022 22026 22031 22033 22035 (22037 . 22042) 22052 (22062 . 22067) 22296 22348 (22495 . 22499) (22593 . 22594) (22600 . 22601) 22653 (22662 . 22664) 23309 23519)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.apache.karaf.devel" :contents ("nntp+news.gmane.io:gmane.comp.apache.karaf.devel" 3 ((1 . 15165)) ((unexist) (seen (10937 . 15165)) (dormant (12364 . 12365) (12480 . 12481) 12762 13658 13689 (13691 . 13695) 13746 13748 13786 (13950 . 13951) (14370 . 14371) (14393 . 14396) (14401 . 14404) (14512 . 14513) (14515 . 14516) (14535 . 14538) (14542 . 14546) 14554 14556 14558 (14689 . 14694) (14697 . 14698) (14910 . 14922) (14970 . 14975) 14981 (14983 . 14984) (14987 . 14988) 15024 (15026 . 15030) (15038 . 15047) 15102 15106 (15108 . 15110)) (reply 11947 11951 11992 12004 12221 12260 12269 12364 12422 12481 12759 12825 12956 (12970 . 12971) 13650 (13671 . 13672) 13674 13677 13687 13689 13692 13745 13770 13844 13850 13968 14120 (14123 . 14124) 14262 14264 14277 14279 14348 14394 14396 14486 14512 14515 14517 14537 14542 14554 14652 14680 14781 14810 14852 (14911 . 14916) 14918 14920 14958 14966 14969 (14971 . 14972) 14975 14983 14987 (15026 . 15027) 15029 15039 (15042 . 15044) 15102 15106 15108 15132 15158) (tick 11221 11652 (11950 . 11951) (11953 . 11954) 11963 11992 12009 12260 12310 12399 (12451 . 12454) 12456 12512 12755 12763 12784 12825 12920 12956 (12970 . 12972) (12975 . 12976) 13050 (13094 . 13097) (13124 . 13126) 13129 13131 13289 (13292 . 13293) (13296 . 13305) 13309 (13316 . 13317) 13356 (13358 . 13359) 13399 13567 13646 13659 (13674 . 13679) 13834 13836 (13855 . 13859) (13870 . 13872) 14107 14329 14348 (14354 . 14358) (14360 . 14363) (14365 . 14369) (14445 . 14451) 14517 14654 14874 (14879 . 14892) (14908 . 14909) 14929 14933 15070 15075 15080 15131)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.java.springframework.rcp.devel" :contents ("nntp+news.gmane.io:gmane.comp.java.springframework.rcp.devel" 6 ((1 . 4964)) ((expire 4058 4339)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.text.xml.fop.devel" :contents ("nntp+news.gmane.io:gmane.text.xml.fop.devel" 3 ((1 . 38046)) ((unexist) (seen 11921 (16424 . 16425) 16431 16433 17920 18038 (23032 . 38046)) (expire (12604 . 12612) 15667 16263 16801 21413 21455 21620 21794 22918) (reply 12145) (tick 11921 17920 18038 (31034 . 31035))) "nntp:news.gmane.io" ((broken-reply-to . t))) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.text.xml.fop.user" :contents ("nntp+news.gmane.io:gmane.text.xml.fop.user" 3 ((1 . 37097)) ((unexist) (seen 17227 17289 (17676 . 17677) (18839 . 18840) 18846 20265 21572 21594 (29094 . 29942) (30974 . 37097)) (expire 14505 14685 15191 (15912 . 15913) 16001 17268 18031 18855 21033 23356 26935 29067) (reply 18840 18846) (tick 17227 17289 (17676 . 17677) (18839 . 18840) 18846 20265 21572 21594 34743)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.db.postgresql.general" :contents ("nntp+news.gmane.io:gmane.comp.db.postgresql.general" 6 ((1 . 74764)) ((expire 72005) (tick 68497 68533 68546 68551 69559 69561 69589 69591 69600 69617 69663 (70506 . 70507) 70681 (73588 . 73589) 73995 74000)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.misc.pptpclient.devel" :contents ("nntp+news.gmane.io:gmane.comp.misc.pptpclient.devel" 6 ((1 . 2724)) ((tick 1004 1126 1589)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.gnu.parted.devel" :contents ("nntp+news.gmane.io:gmane.comp.gnu.parted.devel" 6 ((1 . 3060)) ((seen (1 . 2148))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.emacs.devel" :contents ("nntp+news.gmane.io:gmane.emacs.devel" 3 ((1 . 270821) (270824 . 270829) (270831 . 270832) (270834 . 270837) 270839 (270841 . 270842) 270857 (270869 . 270870) 270911 270924 270933 270952 271013 271161 271178 271271 271278 271369 271377 (271397 . 271398) 271413 271418 271427 271442 271463 (271465 . 271466) 271517 (271576 . 271578) 271580 271589 271613 271619 271624 (271628 . 271630) 271640 (271648 . 271649) 271680 271689) ((unexist (4975 . 5666) (5668 . 6027) (6029 . 7082) (7085 . 7421) (7423 . 7627) (7629 . 7873) (7875 . 7913) (7915 . 8093) (8095 . 8217) 8221 (8223 . 8224) 8226 (8230 . 8232) 8253 (8258 . 8259) (8261 . 8262) 8269 8275 (8277 . 8278) 8296 8302 8305 8311 8313 (8315 . 8318) 8324 (8326 . 8329) (8331 . 8334) (8337 . 8341) (8343 . 8346) (8348 . 8349) (8353 . 8354) (8357 . 8358) 8364 (8367 . 8374) (8377 . 8391) 8393 8404 8406 (8408 . 8409) 8411 (8414 . 8416) 8418 8420 (8426 . 8427) (8432 . 8433) (8442 . 8444) (8449 . 8454) 8469 (8475 . 8476) (8479 . 8481) (8483 . 8485) 8489 (8492 . 8494) 8509 8512 8536 (8552 . 8554) (8557 . 8559) 8562 8565 8567 8569 8572 8574 (8581 . 8583) 8586 8588 8590 (8594 . 8596) (8599 . 8600) 8607 8613 (8629 . 8630) (8640 . 8641) (8643 . 8644) 8648 (8664 . 8666) 8668 (8670 . 8673) 8679 8685 8688 8702 8706 8709 (8713 . 8722) (8726 . 8728) 8730 8732 8734 8737 8740 (8743 . 8745) (8747 . 8754) 8757 (8761 . 8764) (8772 . 8774) 8776 8779 8781 8794 8803 8806 8808 8814 (8816 . 8820) 8826 8836 (8838 . 8840) (8843 . 8847) (8854 . 8855) 8857 (8861 . 8862) 8864 8867 (8870 . 8871) (8877 . 8879) 8887 8894 8896 8898 (8905 . 8910) 8916 8920 8933 8939 (8943 . 8944) 8951 8954 (8962 . 8963) (8979 . 8983) (8986 . 8987) 8997 (9012 . 9016) 9021 9026 9034 9042 9044 (9047 . 9048) 9064 9072 (9075 . 9076) 9085 9087 (9091 . 9093) (9098 . 9099) 9103 (9111 . 9113) 9119 9124 9128 9136 (9141 . 9143) 9163 (9165 . 9166) (9175 . 9176) 9185 9191 9199 9201 9209 9213 9217 (9227 . 9228) 9234 9243 (9247 . 9248) 9250 9263 (9268 . 9272) 9277 9279 9286 9297 9316 9318 9321 (9327 . 9328) 9330 (9332 . 9333) 9344 9347 9356 9365 (9370 . 9372) (9374 . 9376) (9378 . 9379) (9382 . 9383) 9391 9397 9402 9404 9422 (9456 . 9459) (9475 . 9479) 9481 9485 (9499 . 9502) (9512 . 9517) (9553 . 9554) 9561 9605 9613 9625 9628 (9728 . 9729) 9731 (9736 . 9737) (9745 . 9746) 9780 9783 9799 9803 9824 9834 9842 9915 9921 (9928 . 9932) 9947 (9957 . 10000) 10002 10006 10008 10036 10054 10068 10136 10141 10171 10177 (10181 . 10182) 10187 10195 10204 (10213 . 10216) 10232 (10237 . 10238) 10241 (10269 . 10270) (10284 . 10285) 10300 10305 10357 10423 10442 10462 (10464 . 10466) 10471 10491 10508 (10524 . 10526) (10539 . 10540) 10544 10549 10551 (10567 . 10568) 10587 10590 10592 10601 10603 10623 10661 10674 (10682 . 10685) 10718 10722 10745 (10752 . 10753) 10788 10802 10823 10828 10839 10865 10871 10899 10908 (10912 . 10913) 10935 (10939 . 10940) (10976 . 10977) 10986) (seen 132447 132453 (132476 . 132477) 132482 132492 132514 (132520 . 132521) 132528 (132544 . 132649) (132651 . 132678) (132680 . 133069) (133071 . 133158) (133160 . 133162) (133164 . 133168) (133170 . 133196) 133198 (133200 . 133636) (133638 . 133701) (133703 . 133721) (133723 . 133724) (133729 . 133730) (133733 . 133736) (133744 . 133760) (133763 . 135671) 135673 (135675 . 135713) (135715 . 135725) 135727 135729 (135731 . 135732) 135734 (135736 . 135866) (135868 . 135874) (135876 . 135880) (136371 . 136372) (136374 . 136385) (136388 . 136392) (136396 . 136406) 136408 (136413 . 136415) 136417 136420 136422 (136426 . 136431) 136438 136444 (136447 . 136450) (136452 . 136458) (136460 . 136461) (136465 . 136475) (136479 . 136480) (136482 . 136485) (136487 . 136488) (136490 . 136496) (136498 . 136506) (136508 . 136647) (136649 . 136714) (136716 . 136739) (136741 . 137027) (137029 . 137165) (137167 . 137179) (137181 . 137183) (137185 . 137187) (137189 . 137197) (137199 . 137241) 137244 137246 137254 (137257 . 137260) (137262 . 137283) (137285 . 137289) 137291 137294 (137297 . 137305) (137307 . 137310) (137312 . 137344) 137352 (137354 . 137356) 137362 (137364 . 137377) (137379 . 137386) 137388 137390 (137392 . 137397) (137399 . 137400) (137403 . 137407) (137409 . 137436) (137438 . 137443) (137445 . 137451) (137453 . 137464) (137466 . 137467) (137469 . 137470) (137472 . 137474) (137477 . 137480) 137483 (137485 . 137486) (137489 . 137493) (137496 . 137503) 137506 (137508 . 137518) 137521 (137523 . 137524) 137526 (137528 . 137791) (137793 . 137861) 137866 (137869 . 137870) (137872 . 137873) (137875 . 137915) (137917 . 137919) (137921 . 137939) (137941 . 138102) (138104 . 138303) (138305 . 139106) (139109 . 139262) (139264 . 139267) (139269 . 139275) (139277 . 139321) (139323 . 139668) (139670 . 139672) 139675 139680 139683 (139685 . 140198) (140200 . 140975) (140977 . 140978) (140980 . 141074) (141076 . 141127) (141130 . 142323) (142325 . 144777) (144779 . 145591) 145593 (145595 . 145605) (145612 . 145616) (145618 . 145668) (145670 . 145776) (145778 . 145822) (145825 . 145855) (145857 . 145859) (145861 . 147085) (147087 . 147239) (147241 . 147362) (147365 . 147368) (147370 . 147419) (147421 . 147423) (147425 . 147429) (147431 . 147573) (147575 . 147582) (147584 . 147593) (147595 . 147935) 147938 (147940 . 147944) (147946 . 148393) (148395 . 148407) (148409 . 148972) (148974 . 149017) 149019 (149021 . 149031) (149033 . 149050) (149052 . 149146) (149148 . 149162) (149165 . 149167) (149169 . 149692) (149694 . 150143) (150145 . 150148) (150150 . 150151) (150153 . 151273) (151275 . 151281) (151284 . 151337) (151339 . 151431) (151433 . 151920) (151922 . 151963) (151965 . 155328) (155332 . 155335) (155337 . 155346) 155348 (155350 . 155378) 155380 (155382 . 155387) (155389 . 155395) (155398 . 155670) (155672 . 156178) (156180 . 156192) (156194 . 156978) (156980 . 157565) (157567 . 157568) (157570 . 157572) 157576 157578 (157588 . 157589) 157591 157596 157600 157603 (157612 . 157613) 157616 (157619 . 157621) 157623 (157625 . 157627) (157629 . 157630) (157632 . 157659) (157661 . 157728) (157730 . 157758) (157760 . 157786) (157788 . 158906) (158909 . 158913) (158915 . 158995) (158997 . 159166) (159168 . 159980) (159982 . 160000) (160002 . 160006) (160008 . 160465) (160472 . 160524) (160526 . 160538) (160540 . 160545) (160547 . 160559) (160563 . 160564) 160566 160569 (160573 . 160574) 160576 160578 (160581 . 160582) (160584 . 160594) 160598 (160601 . 160605) (160607 . 160615) 160617 160619 160621 (160623 . 160624) 160626 (160628 . 160629) (160631 . 160648) 160651 160653 (160655 . 161441) (161443 . 161446) (161448 . 161657) (161659 . 161661) (161663 . 161678) (161680 . 161683) (161685 . 161702) (161705 . 161709) (161711 . 161726) (161728 . 161733) (161735 . 161746) (161748 . 161756) (161758 . 161783) 161785 (161790 . 161808) (161810 . 161815) (161817 . 161826) (161828 . 161996) (162001 . 162259) (162261 . 162273) (162275 . 162349) (162353 . 162387) (162389 . 162399) (162401 . 166398) (166400 . 170199) (170201 . 170203) (170206 . 173102) (173104 . 173110) (173114 . 173117) (173119 . 173136) (173138 . 173154) (173156 . 173214) (173216 . 173217) (173219 . 173238) (173240 . 173263) (173265 . 173344) (173346 . 174353) 174355 (174358 . 174468) (174470 . 174603) (174605 . 174619) (174621 . 175258) (175260 . 175351) (175354 . 175356) (175358 . 175530) (175532 . 176054) (176056 . 176503) 176505 (176507 . 176510) (176512 . 176513) (176515 . 180835) 181097 (181630 . 181634) 181730 (181744 . 181762) (181805 . 181877) (181879 . 181887) (181889 . 181921) 182102 (182104 . 182136) (182138 . 186935) (186937 . 186963) (186965 . 186967) (186969 . 187841) (187843 . 187848) (187850 . 187857) (187861 . 187862) (187865 . 187874) (187876 . 187891) 187895 (187897 . 193422) (193424 . 195781) (207941 . 213571) (213574 . 214197) 214199 (214201 . 214205) 214207 (214209 . 214223) (214225 . 214227) (214229 . 214240) (214242 . 214267) (214269 . 214291) (214293 . 214296) (214300 . 216562) (216564 . 219083) (219087 . 219089) (219092 . 219106) (219108 . 219120) (219122 . 220921) (220923 . 220937) 220939 (220941 . 220945) 220947 (220949 . 220950) (220952 . 220953) (220955 . 220956) (220958 . 220959) 220961 (220963 . 220965) (220967 . 220978) (220980 . 223463) (223465 . 224910) (224912 . 230768) 230770 230773 (230776 . 230801) (230803 . 230894) 230896 230898 (230900 . 230906) (230909 . 230912) 230914 (230916 . 230918) (230920 . 232265) (232267 . 232278) (232280 . 232680) (232682 . 234626) (234628 . 234808) (234811 . 234849) (234851 . 234857) (234859 . 234941) (234943 . 234944) (234946 . 234960) (234962 . 234963) (234965 . 234969) (234971 . 235011) (235014 . 243425) (243427 . 243435) (243437 . 243502) (243504 . 243798) (243800 . 246829) (246831 . 246834) 246836 246838 (246840 . 246941) (246943 . 246954) (246957 . 246990) 246992 246998 (247000 . 247005) (247007 . 247009) (247011 . 247513) 247515 (247519 . 247526) (247528 . 247532) (247535 . 255726) (255728 . 255844) (255846 . 256350) (256352 . 256356) (256359 . 265798) (265801 . 267289) (267291 . 267294) (267296 . 267311) (267313 . 267359) (267361 . 270799) (270801 . 270923) (270925 . 271012) (271014 . 274038)) (download 141034 141193 141255 184352 184378 184388) (dormant 150139 151992 (152075 . 152076) 159969 166419 166423 166427 166506 166543 (166545 . 166546) 166548 (170603 . 170604) 170607 170630 170666 170672 170675 170678 170685 170695 170698 (170700 . 170701) (170706 . 170708) (177979 . 177980) (177982 . 177983) 177985 178005 178011 178013 178047 (178101 . 178103) 178106 178111 178291 178303 178319 178322 179138 179141 179146 179148 179167 179184 179248 (179259 . 179261) 179264 179335 179337 179346 179353 179358 179361 179364 179393 179447 179476 179545 179625 (179643 . 179645) 179654 179727 179736 179739 179741 179821 179824 (179832 . 179833) (179837 . 179838) 179873 179879 179881 (179927 . 179928) (179955 . 179956) 180066 180104 180106 (180113 . 180114) 180120 180135 180144 180162 180166 180210 (180218 . 180219) (180222 . 180223) (180227 . 180228) 180248 180265 (180278 . 180279) (180288 . 180289) (180291 . 180293) 180295 180311 180314 180316 (180321 . 180322) 180325 180680 180692 180695 180698 180746 180796 180831 180834 184199 184212 (184218 . 184219) (184221 . 184226) 184278 184348 189928 189951 191305 191307 191311 (191375 . 191377) 191379 191519 191529 191747 191917 192136 192187 192252 192650 192737 192821 194207 195248 195280 235511 241720 241723 241738 241750 (241793 . 241794) 242632 (250419 . 250420) 251842) (expire 171615) (reply 138727 139713 149761 149951 150000 150928 152003 152027 153445 153459 157732 158942 159895 161899 162767 162930 165350 165450 165765 166489 166542 166544 166547 166655 168420 170592 170600 170602 170605 170623 170625 170628 170630 170644 170670 170695 170701 170707 170951 170969 170971 177214 177269 177336 177352 177500 178005 178010 178038 178061 178083 178106 178169 178218 178223 178225 178262 178303 178670 178998 179023 179121 179158 179248 179251 179260 179337 179408 179468 179625 179644 179652 179729 179736 (179740 . 179741) 179756 179789 179809 179819 179850 179853 179866 179936 180085 180203 180207 180209 180222 (180278 . 180279) 180292 180311 180322 180516 180550 180650 180692 180698 180713 180742 180759 180765 180793 180812 180814 182286 182333 182451 182668 183082 183202 (184154 . 184155) 184164 (184174 . 184175) 184193 184204 (184206 . 184207) 184209 184214 184216 184236 184261 184270 (184276 . 184277) 184293 184308 184342 184351 184364 184369 184430 184447 184454 184600 184622 184630 184650 184663 184667 184700 184719 184774 184805 184815 184823 184850 184868 184872 184875 184877 184895 184909 (184945 . 184946) 184960 184993 (184995 . 184996) 185002 185031 185041 185044 185419 185545 185561 185575 186311 186828 186832 187145 187263 187288 (187290 . 187291) 187295 188303 188502 188752 189861 189879 189942 190133 190217 190221 191163 191301 191358 191362 191519 191838 192136 192252 192309 192556 192785 192813 193020 193036 193055 193071 193240 193596 193598 193697 193702 193704 194055 194458 194475 194527 194540 195082 195245 195263 195684 217336 221204 (221491 . 221492) 221496 (221498 . 221500) 221517 221523 223768 228588 234991 235306 241707 241738 241750 241793 242301 247362 247689) (tick 132743 132791 132797 132799 132802 (132804 . 132805) 132818 132822 132843 132854 (132857 . 132859) 132927 133024 (133067 . 133068) 138659 138668 138682 (138684 . 138688) (138693 . 138694) 138697 (138728 . 138729) 138741 138743 (138746 . 138747) (138751 . 138752) 138756 138760 138764 138780 138786 (138945 . 138948) 138952 138954 138962 138977 138979 138986 139018 139021 139026 139031 (139053 . 139055) (139081 . 139082) (139089 . 139090) 139687 139694 139697 (139701 . 139702) 139704 139713 139720 139722 139738 (139740 . 139743) 139760 139821 139842 139850 (139856 . 139857) 139895 139901 139903 139905 139907 139909 139914 139921 139937 139953 139991 139996 139999 140007 145071 145357 145368 145370 145378 145393 145396 145413 145421 145423 149602 150200 (150433 . 150439) (150441 . 150442) (150444 . 150446) 150450 152003 152009 (152018 . 152019) 152022 (152024 . 152025) 152027 152063 152079 160754 166430 166448 166594 170225 170228 170306 170431 170663 170665 170679 175610 175646 175731 175741 175744 175759 175761 175775 (175835 . 175837) 175852 175854 178105 178109 178117 178121 178123 178179 178700 178702 179266 179590 179642 179650 179693 179751 179810 179817 179868 179880 179891 179905 179920 179931 180234 180259 180298 180318 180421 180429 (180455 . 180456) 180514 180527 180532 180536 (180559 . 180560) 180571 180574 (180577 . 180578) 180581 180589 180614 180699 180711 180713 180726 180747 (180761 . 180762) 180769 180772 (180775 . 180776) 180792 180795 (180804 . 180805) 182351 182641 182656 182666 182672 182678 (182680 . 182682) (182684 . 182685) (182687 . 182688) 182711 182717 182719 182749 182838 183522 183576 183588 (183592 . 183593) 183601 183610 (184227 . 184232) (184238 . 184240) 184242 184270 184287 184297 184300 184330 184353 184380 184700 184702 184708 (184717 . 184718) 184731 184738 184744 184768 184784 184801 184805 184809 184853 184855 184857 184864 184866 (184868 . 184869) (184871 . 184872) (184875 . 184876) (184878 . 184879) 184886 184888 (184892 . 184893) 184895 (184899 . 184901) (184903 . 184906) 184915 184921 184934 184962 184968 185143 185172 (185179 . 185180) (185185 . 185187) 185205 185384 185393 (185419 . 185420) 185430 185437 (185440 . 185441) 187304 188379 188627 190217 191301 191526 191748 191762 (191805 . 191806) 191821 191827 191831 191973 191976 191981 192013 192076 (192137 . 192138) 192140 192175 192180 192247 192250 192253 192255 192285 192288 192295 192770 (192784 . 192785) 192792 (192796 . 192797) 192800 192815 192874 (192878 . 192879) 192885 192887 192891 192931 192949 192998 193010 (193070 . 193071) 193078 193080 193103 193137 193142 193812 193891 194002 194018 194023 194025 194028 (194043 . 194044) 194047 (194054 . 194056) (194066 . 194067) 194091 194097 194109 194158 194163 (194165 . 194166) (194168 . 194170) 194175 194178 194188 194193 (194195 . 194196) 194214 194257 194262 194266 (194269 . 194270) 194272 194275 194277 194291 194305 194769 194882 (194936 . 194937) 194980 (194985 . 194988) 195038 195040 195062 195071 195074 195079 195082 195089 195098 195106 195145 195149 195285 195295 195340 225084 225201 225207 225210 225293 225295 225467 225528 (225542 . 225543) 226009 231324 233307 233317 233324 233359 233364 233368 233374 233421 233439 234763 234765 234816 234853 234860 235036 235038 235048 235100 235152 (235154 . 235155) (235157 . 235158) 235185 235217 235306 241256 241797 241809 242319 (243292 . 243293) (243312 . 243313) 243317 (243336 . 243340) 243343 243365 243645)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.linux.debian.user.kde" :contents ("nntp+news.gmane.io:gmane.linux.debian.user.kde" 6 ((1 . 23443)) ((reply 14945 14967) (tick 14903 14945 14967 15057)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.os.cygwin.xfree" :contents ("nntp+news.gmane.io:gmane.os.cygwin.xfree" 6 ((1 . 23736)) ((unexist) (seen 13730 (13732 . 13733) (13773 . 13778) (13785 . 13786) 13794 13796 13965 (18167 . 18168) (18172 . 18173) (18183 . 18186) 18188 (18266 . 18267) 18269 (18271 . 18272) (18274 . 18275) 18293 18325 18329 18335 (20342 . 20639) (20642 . 20672) (20674 . 20676) 20678 20681 (20683 . 20738) (20741 . 20825) (20827 . 20831) (20833 . 21052) (21054 . 21258) (21260 . 21359) (21361 . 21564) (21566 . 21614) (21617 . 21657) (21669 . 21671) (21889 . 21894) (21896 . 21961) (21963 . 22065) (22068 . 22089) (22091 . 22092) 22094 22096 22098 (22100 . 22572) (22574 . 22575) (22577 . 22656) (22658 . 22664) (22667 . 22690) (22693 . 22699) (22701 . 22746) (22748 . 22760) (22763 . 22768) (22770 . 22787) (22789 . 22794) (22797 . 22817) 22819 (22821 . 22882) (22884 . 22889) (22891 . 22893) (22895 . 22928) (22930 . 22951) (22953 . 22979) (22981 . 23033) (23035 . 23129) (23131 . 23149) (23151 . 23195) (23198 . 23282) (23284 . 23315) (23317 . 23336) (23338 . 23349) (23351 . 23478) (23480 . 23589) (23591 . 23598) (23601 . 23603) 23606 (23608 . 23612) (23614 . 23619) (23621 . 23640) (23643 . 23736)) (expire 13148 13258 13567 (13670 . 13673) (13914 . 13915) 13978 13990 14319 14338 14395 (14590 . 14592) 14594 (14596 . 14597) 14600 14602 14604 14731 14794 15255 15717 15721 15816 15838 16146 16246 16254 16384 16519 16547 16690 16705 16727 16780 16796 16884 16938 17038 17046 (17154 . 17155) 18135 18165 (18176 . 18177) 18182 18193 18244 18270 (18281 . 18282) (18284 . 18286) 18289 18339 (21976 . 21977) 21995 21997) (reply 23693) (tick 13730 (13732 . 13733) (13773 . 13778) (13785 . 13786) 13794 13796 (18167 . 18168) (18172 . 18173) (18183 . 18186) 18188 (18266 . 18267) 18269 (18271 . 18272) (18274 . 18275) 18293 18325 18329 18335 23691 (23693 . 23694))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.emacs.orgmode" :contents ("nntp+news.gmane.io:gmane.emacs.orgmode" 3 ((1 . 138188) 139752 139755) ((unexist (1 . 4973) (4975 . 5666) (5668 . 6027) (6029 . 7082) (7085 . 7421) (7423 . 7627) (7629 . 7873) (7875 . 7913) (7915 . 8093) (8095 . 8217) 8221 (8223 . 8224) 8226 (8230 . 8232) 8253 (8258 . 8259) (8261 . 8262) 8269 8275 (8277 . 8278) 8296 8302 8305 8311 8313 (8315 . 8318) 8324 (8326 . 8329) (8331 . 8334) (8337 . 8341) (8343 . 8346) (8348 . 8349) (8353 . 8354) (8357 . 8358) 8364 (8367 . 8374) (8377 . 8391) 8393 8404 8406 (8408 . 8409) 8411 (8414 . 8416) 8418 8420 (8426 . 8427) (8432 . 8433) (8442 . 8444) (8449 . 8454) 8469 (8475 . 8476) (8479 . 8481) (8483 . 8485) 8489 (8492 . 8494) 8509 8512 8536 (8552 . 8554) (8557 . 8559) 8562 8565 8567 8569 8572 8574 (8581 . 8583) 8586 8588 8590 (8594 . 8596) (8599 . 8600) 8607 8613 (8629 . 8630) (8640 . 8641) (8643 . 8644) 8648 (8664 . 8666) 8668 (8670 . 8673) 8679 8685 8688 8702 8706 8709 (8713 . 8722) (8726 . 8728) 8730 8732 8734 8737 8740 (8743 . 8745) (8747 . 8754) 8757 (8761 . 8764) (8772 . 8774) 8776 8779 8781 8794 8803 8806 8808 8814 (8816 . 8820) 8826 8836 (8838 . 8840) (8843 . 8847) (8854 . 8855) 8857 (8861 . 8862) 8864 8867 (8870 . 8871) (8877 . 8879) 8887 8894 8896 8898 (8905 . 8910) 8916 8920 8933 8939 (8943 . 8944) 8951 8954 (8962 . 8963) (8979 . 8983) (8986 . 8987) 8997 (9012 . 9016) 9021 9026 9034 9042 9044 (9047 . 9048) 9064 9072 (9075 . 9076) 9085 9087 (9091 . 9093) (9098 . 9099) 9103 (9111 . 9113) 9119 9124 9128 9136 (9141 . 9143) 9163 (9165 . 9166) (9175 . 9176) 9185 9191 9199 9201 9209 9213 9217 (9227 . 9228) 9234 9243 (9247 . 9248) 9250 9263 (9268 . 9272) 9277 9279 9286 9297 9316 9318 9321 (9327 . 9328) 9330 (9332 . 9333) 9344 9347 9356 9365 (9370 . 9372) (9374 . 9376) (9378 . 9379) (9382 . 9383) 9391 9397 9402 9404 9422 (9456 . 9459) (9475 . 9479) 9481 9485 (9499 . 9502) (9512 . 9517) (9553 . 9554) 9561 9605 9613 9625 9628 (9728 . 9729) 9731 (9736 . 9737) (9745 . 9746) 9780 9783 9799 9803 9824 9834 9842 9915 9921 (9928 . 9932) 9947 (9957 . 10000) 10002 10006 10008 10036 10054 10068 10136 10141 10171 10177 (10181 . 10182) 10187 10195 10204 (10213 . 10216) 10232 (10237 . 10238) 10241 (10269 . 10270) (10284 . 10285) 10300 10305 10357 10423 10442 10462 (10464 . 10466) 10471 10491 10508 (10524 . 10526) (10539 . 10540) 10544 10549 10551 (10567 . 10568) 10587 10590 10592 10601 10603 10623 10661 10674 (10682 . 10685) 10718 10722 10745 (10752 . 10753) 10788 10802 10823 10828 10839 10865 10871 10899 10908 (10912 . 10913) 10935 (10939 . 10940) (10976 . 10977) 10986 11034 11114 11135 11137 (11143 . 11173) 11255 11259 11271) (seen (546 . 550) 552 581 9237 (9241 . 9243) 9245 9248 9260 9275 9330 9356 (9482 . 9483) (9486 . 9487) 9489 9509 10898 10902 10904 10916 13566 (14256 . 14257) 14266 (14268 . 14269) 14273 14346 14427 14430 14474 14539 14645 15582 15585 15591 (15593 . 15594) (15608 . 15609) 15632 15635 (15642 . 15643) 15667 15670 15680 (15774 . 15775) (15789 . 15792) (15799 . 15800) 15803 (15859 . 15860) 16110 18102 18105 18118 18150 18156 (18160 . 18162) 18164 18166 18168 18754 20291 (20998 . 22331) (22333 . 26700) 26717 26725 26730 26733 26740 (26742 . 26744) (26759 . 26760) 26789 26836 26839 (26844 . 26847) 26852 26855 26859 (26871 . 26872) (26881 . 26882) 26893 26895 26899 26910 (26914 . 26915) 26923 26927 26933 (26948 . 26949) 26959 26961 27003 27009 27018 27020 (27022 . 27023) 27029 27049 27052 27055 (27077 . 27078) 27232 27314 27373 27924 27936 27957 28004 28054 28058 28062 28208 28258 28277 28306 28323 28332 28480 28491 28638 28689 28691 28694 (28699 . 28700) 28710 (28739 . 28776) (28778 . 28786) (28788 . 28790) (28792 . 34101) 34103 34106 (34108 . 34360) (34362 . 34372) (34374 . 34376) (34378 . 34381) (34383 . 34389) (34391 . 35096) (35098 . 36539) (36541 . 36545) (36547 . 36574) (36576 . 36584) (36586 . 36587) (36589 . 37385) (38087 . 42259) (42261 . 42265) (42267 . 42319) (42321 . 46469) (46473 . 51736) (51738 . 53851) (53853 . 54066) (54068 . 54609) (54611 . 54627) (54629 . 54661) (54663 . 54668) (54670 . 67895) (67897 . 75493) (75497 . 75506) (75510 . 75511) (75514 . 75536) (75538 . 75580) (75582 . 75587) (75590 . 75642) (75644 . 75647) (75649 . 76072) (76074 . 78681) (78683 . 79199) (79202 . 79429) (79433 . 79606) (79608 . 81626) (81628 . 81712) (81714 . 85834) (85836 . 87040) 87042 (87044 . 87545) (87549 . 90492) (90494 . 90536) (90538 . 91086) (91088 . 93467) (93469 . 93473) (93475 . 94119) (94121 . 94129) (94131 . 96359) (96361 . 97851) (97853 . 98155) (98157 . 98876) (98878 . 104102) (104104 . 105568) (105570 . 105571) (105573 . 105575) (105577 . 105578) 105581 105583 (105586 . 105730) (105732 . 105733) (105735 . 105736) (105738 . 105765) (105767 . 105780) (105782 . 111670) 111672 (111674 . 111677) (111679 . 111690) (111693 . 111698) (111700 . 111703) (111707 . 111748) 111751 111753 111755 (111757 . 111758) (111761 . 111779) 111781 111783 111785 (111791 . 111797) (111799 . 111802) (111804 . 111820) (111823 . 111830) (111832 . 111833) (111835 . 111838) (111840 . 111844) (111850 . 111854) (111856 . 111861) (111864 . 111866) (111868 . 111874) (111878 . 111879) (111885 . 111895) (111897 . 111919) (111921 . 111926) 111928 111930 (111933 . 111935) (111937 . 111951) (111953 . 111957) (111959 . 111969) (111971 . 112060) (112065 . 112067) 112069 (112071 . 112075) (112077 . 112134) (112137 . 113714) (113717 . 113718) (113720 . 113725) 113728 (113730 . 113743) (113745 . 113746) 113748 (113752 . 114512) (114514 . 114537) (114539 . 116769) (116771 . 119650) (119652 . 119653) (119655 . 119656) (119658 . 120928) (120930 . 120935) (120938 . 120939) 120945 (120948 . 120949) (120951 . 120968) (120971 . 121000) (121003 . 121016) (121019 . 124067) (124069 . 124074) (124076 . 124078) (124080 . 124150) (124152 . 124234) (124236 . 124241) 124243 (124245 . 128759) (128761 . 128843) (128846 . 128851) (128853 . 128893) (128895 . 128899) 128901 128903 128905 (128910 . 128911) (128913 . 129350) (129352 . 130756) (130758 . 130767) 130769 (130772 . 130785) (130787 . 132031) (132033 . 133552) (133556 . 134164) (134166 . 134215) (134217 . 134218) 134220 (134224 . 134228) 134232 134236 134238 (134241 . 134242) (134244 . 134248) (134251 . 134252) (134254 . 134256) 134258 (134261 . 134446) (134448 . 138188)) (download 74847) (dormant 40490 42165 42167 42619 55473 55495 55514 55709 (58484 . 58485) 59400 66978 67011 67062 74159 97535 116820 126431 126433 (126605 . 126606) 126610 (128354 . 128355) 128362) (expire 50453 52256 54901) (reply 14531 20240 23263 40143 42167 44150 46141 46928 (46938 . 46939) 46945 49595 49683 49747 49817 49896 51209 55495 55507 55514 55524 55528 55555 55582 55670 55694 57911 58255 58323 58489 58513 58854 59013 59466 59468 61176 61191 67011 69176 72693 74163 74224 84572 92389 92510 95301 95783 97515 107649 107681 126431 (126605 . 126606) 128355) (tick (546 . 550) 552 581 9237 (9241 . 9243) 9245 9248 9260 9275 9330 9356 (9482 . 9483) (9486 . 9487) 9489 9509 10898 10902 10904 10916 13566 (14256 . 14257) 14266 (14268 . 14269) 14273 14346 14427 14430 14474 14539 14645 15582 15585 15591 (15593 . 15594) (15608 . 15609) 15632 15635 (15642 . 15643) 15667 15670 15680 (15774 . 15775) (15789 . 15792) (15799 . 15800) 15803 (15859 . 15860) 16110 18102 18105 18118 18150 18156 (18160 . 18162) 18164 18166 18168 18754 20291 29269 33279 (33305 . 33307) 33310 33322 33332 34537 (34543 . 34544) (34548 . 34549) 34555 34581 34584 36173 36177 36179 36232 40323 41022 (41027 . 41028) 41060 42197 43441 (44149 . 44150) 44177 44234 44407 44410 44416 (44435 . 44437) 44486 44493 44687 44695 45075 45360 45781 (45938 . 45941) 45944 45950 46033 46141 46148 46926 46928 46936 (46938 . 46939) (46945 . 46946) 47189 47275 48097 48101 48104 48112 48155 48171 48288 48350 49416 49595 49678 (49680 . 49681) 49683 49688 49747 49771 49794 49797 49799 (49805 . 49806) 49815 49817 49821 49845 49868 (49875 . 49876) 49879 49881 49886 (49889 . 49890) 49892 (49895 . 49897) 49905 49912 (49925 . 49926) 49972 50111 50613 50636 51178 51209 51232 51237 51280 51298 51305 51317 51319 51322 51665 51679 52059 53410 53414 53425 53432 53434 53480 53482 53869 55181 (55185 . 55186) 55507 55511 55524 (55527 . 55528) (55531 . 55532) 55555 55560 (55567 . 55568) 55599 56085 57006 57887 57899 57910 57926 58132 58255 58280 58323 58489 58513 58542 58569 58587 58595 58626 58845 58854 58901 59013 59119 59129 (59137 . 59138) 59144 59174 59177 59199 (59201 . 59202) 59205 59207 59212 59466 59468 (59507 . 59508) 59517 (59719 . 59720) 59727 59730 (59738 . 59739) (59745 . 59750) (59757 . 59758) 59798 60344 61173 61176 61179 61188 61191 61205 61225 62648 62666 62724 63083 (63094 . 63096) (63101 . 63104) 63106 (63108 . 63109) (63114 . 63115) (63119 . 63120) 63143 67871 68547 69645 69649 69651 69661 69663 69670 69672 69696 69700 69801 69812 69819 69834 69838 70471 70502 70617 70621 (70623 . 70624) 70632 70647 70662 70754 70972 71103 71109 71115 71126 71154 71164 71191 71245 71539 71541 (71545 . 71546) 71548 72586 72605 73663 73665 74087 74106 (74108 . 74109) 74114 (74147 . 74148) 74152 74154 74156 74163 74165 74168 (74170 . 74171) 74173 (74182 . 74186) 74191 74196 74207 74224 74227 74273 74285 74300 74303 74306 74339 74417 74426 74438 76103 76879 (79941 . 79942) 79955 79979 82107 82143 83008 83788 83793 85941 88502 88717 89013 89682 89783 89794 89827 89928 89935 92386 92389 92459 92462 92466 92470 92500 92510 92515 93655 (93659 . 93662) 93665 93668 (93674 . 93676) 93688 93711 93791 93909 94661 97061 97075 106339 (107648 . 107649) 107665 107681 107716 107721 108068 108077 108549 109852 109858 109871 110984 112084 113686 (119956 . 119958) 119979 120033 120041 (125562 . 125567) 125576 125930 131277)) "nntp:news.gmane.io" ((to-address . "emacs-orgmode@gnu.org"))) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.emacs.tramp" :contents ("nntp+news.gmane.io:gmane.emacs.tramp" 6 ((1 . 8780)) ((unexist) (seen (6455 . 7254) (7256 . 7478) (7486 . 7546) (7548 . 7595) (7677 . 8780)) (tick 6733 6742 6757 6762 6768 (6805 . 6806) 6810 (6813 . 6816) (6818 . 6819) (6825 . 6827) 6872 (6875 . 6876) 6880 (6950 . 6963) 6987 6990 6994 7019 (8463 . 8464) 8476)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.emacs.help" :contents ("nntp+news.gmane.io:gmane.emacs.help" 3 ((1 . 133139)) ((unexist (4975 . 5666) (5668 . 6027) (6029 . 7082) (7085 . 7421) (7423 . 7627) (7629 . 7873) (7875 . 7913) (7915 . 8093) (8095 . 8217) 8221 (8223 . 8224) 8226 (8230 . 8232) 8253 (8258 . 8259) (8261 . 8262) 8269 8275 (8277 . 8278) 8296 8302 8305 8311 8313 (8315 . 8318) 8324 (8326 . 8329) (8331 . 8334) (8337 . 8341) (8343 . 8346) (8348 . 8349) (8353 . 8354) (8357 . 8358) 8364 (8367 . 8374) (8377 . 8391) 8393 8404 8406 (8408 . 8409) 8411 (8414 . 8416) 8418 8420 (8426 . 8427) (8432 . 8433) (8442 . 8444) (8449 . 8454) 8469 (8475 . 8476) (8479 . 8481) (8483 . 8485) 8489 (8492 . 8494) 8509 8512 8536 (8552 . 8554) (8557 . 8559) 8562 8565 8567 8569 8572 8574 (8581 . 8583) 8586 8588 8590 (8594 . 8596) (8599 . 8600) 8607 8613 (8629 . 8630) (8640 . 8641) (8643 . 8644) 8648 (8664 . 8666) 8668 (8670 . 8673) 8679 8685 8688 8702 8706 8709 (8713 . 8722) (8726 . 8728) 8730 8732 8734 8737 8740 (8743 . 8745) (8747 . 8754) 8757 (8761 . 8764) (8772 . 8774) 8776 8779 8781 8794 8803 8806 8808 8814 (8816 . 8820) 8826 8836 (8838 . 8840) (8843 . 8847) (8854 . 8855) 8857 (8861 . 8862) 8864 8867 (8870 . 8871) (8877 . 8879) 8887 8894 8896 8898 (8905 . 8910) 8916 8920 8933 8939 (8943 . 8944) 8951 8954 (8962 . 8963) (8979 . 8983) (8986 . 8987) 8997 (9012 . 9016) 9021 9026 9034 9042 9044 (9047 . 9048) 9064 9072 (9075 . 9076) 9085 9087 (9091 . 9093) (9098 . 9099) 9103 (9111 . 9113) 9119 9124 9128 9136 (9141 . 9143) 9163 (9165 . 9166) (9175 . 9176) 9185 9191 9199 9201 9209 9213 9217 (9227 . 9228) 9234 9243 (9247 . 9248) 9250 9263 (9268 . 9272) 9277 9279 9286 9297 9316 9318 9321 (9327 . 9328) 9330 (9332 . 9333) 9344 9347 9356 9365 (9370 . 9372) (9374 . 9376) (9378 . 9379) (9382 . 9383) 9391 9397 9402 9404 9422 (9456 . 9459) (9475 . 9479) 9481 9485 (9499 . 9502) (9512 . 9517) (9553 . 9554) 9561 9605 9613 9625 9628 (9728 . 9729) 9731 (9736 . 9737) (9745 . 9746) 9780 9783 9799 9803 9824 9834 9842 9915 9921 (9928 . 9932) 9947 (9957 . 10000) 10002 10006 10008 10036 10054 10068 10136 10141 10171 10177 (10181 . 10182) 10187 10195 10204 (10213 . 10216) 10232 (10237 . 10238) 10241 (10269 . 10270) (10284 . 10285) 10300 10305 10357 10423 10442 10462 (10464 . 10466) 10471 10491 10508 (10524 . 10526) (10539 . 10540) 10544 10549 10551 (10567 . 10568) 10587 10590 10592 10601 10603 10623 10661 10674 (10682 . 10685) 10718 10722 10745 (10752 . 10753) 10788 10802 10823 10828 10839 10865 10871 10899 10908 (10912 . 10913) 10935 (10939 . 10940) (10976 . 10977) 10986 11034) (seen 34686 34697 34704 34784 35117 (38853 . 38858) (38863 . 38864) 38878 38880 38886 39168 40572 43040 43061 43080 43092 43119 43201 43270 43743 53601 (53607 . 53608) 53618 53681 53683 53691 (53743 . 53745) 53756 54203 (54208 . 54211) 54213 (54216 . 54217) 65946 66040 (71153 . 71408) (71548 . 71773) (73819 . 73945) (73949 . 73950) (73952 . 73956) (73958 . 73986) 74520 74522 74525 74527 74529 74532 74534 74545 74547 74552 74563 74571 74577 74579 74596 (74602 . 77105) (77107 . 80820) (80822 . 80856) 80858 (80860 . 80893) (80897 . 81932) (81934 . 83084) (83087 . 84911) (84913 . 86244) (86246 . 86267) (86269 . 86286) (86288 . 87995) (87998 . 88014) (88016 . 88065) (88069 . 88070) (88072 . 88077) (88080 . 88091) 88094 (88096 . 88098) (88101 . 88214) (88216 . 88878) (88880 . 88883) (88886 . 88903) (88905 . 88931) (88933 . 88954) (88957 . 90116) (90120 . 90124) (90126 . 90142) (90144 . 91690) (91692 . 91984) (91987 . 92119) (92122 . 93294) (93296 . 94519) (94521 . 94609) (94611 . 95117) (95119 . 95120) (95122 . 95126) (95128 . 95133) (95136 . 95145) (95147 . 97030) 97032 (97036 . 97315) (97317 . 97599) (97601 . 97787) (97789 . 97796) (97799 . 98993) (98996 . 99163) (99165 . 99172) (99174 . 99234) (99236 . 99248) (99250 . 99255) (99257 . 99262) (99264 . 99267) (99269 . 99270) (99272 . 99282) (99284 . 99296) (99298 . 99300) (99302 . 99418) (99420 . 99424) (99426 . 99442) (99444 . 99449) (99452 . 99466) (99468 . 99533) (99536 . 99591) (99593 . 99989) (99991 . 100409) (100411 . 102303) (102306 . 102328) (102330 . 102332) (102334 . 102371) 102373 (102376 . 102965) (102967 . 102980) (102982 . 102983) (102988 . 102989) (102991 . 102999) (103001 . 103225) 103229 103231 103234 (103236 . 104463) (104471 . 107814) 107817 107820 (107823 . 107826) (107828 . 107831) (107833 . 108140) (108280 . 108378) (108380 . 108458) (108460 . 109388) 109390 (109393 . 115349) (115351 . 115366) 115368 (115372 . 115376) (115378 . 116670) (116672 . 116750) (116753 . 116754) (116757 . 116760) (116765 . 116773) (116775 . 116777) (116779 . 116781) (116783 . 116785) (116787 . 123550) (123552 . 133139)) (download 112933) (dormant 79827 81442 82608 84431 87519 90978 95041 95055 (95093 . 95096) 96804 96879 101746 101760 101766 101772 101786 105099 105309 118645 119178 119184 119196 (119199 . 119200) 119202 119234 119381 119383 119391 119396 119427 (119791 . 119795) 119797 119799 (119802 . 119805) (119807 . 119808) 119828 120320 121730 121754 121758 (121760 . 121761) (121763 . 121764) 122050 122052 127385 (127404 . 127405) 127413 127415 127437 127439 127641 (127643 . 127654) 128278 (128280 . 128282) 131014 131284 (132894 . 132895) 132909 132924 132999 133009 133045 (133102 . 133106)) (expire 36678 36686 36725 37173 37415 37438 37501 37710 37783 37785 43155 81023 81035 81039 81090 81200 84669 85080 86411) (reply 34656 34692 34745 35093 38856 38858 43362 43366 53608 53683 53691 53756 54208 54210 54500 54833 80828 80836 80844 80959 81490 81494 82381 84433 84437 84450 84494 84498 87104 87333 90492 90557 96804 101760 101772 102762 104302 105231 105394 113875 117300 118559 (118564 . 118565) 118568 118570 119184 119196 119200 119202 119313 119391 119792 119795 119799 119802 119828 121119 (121155 . 121158) 121160 121163 121166 121168 121741 (121754 . 121755) 121761 122050 123169 127386 127405 (127415 . 127416) (127643 . 127644) (127647 . 127648) 127652 128280 131284 132909 133009 133045 133102 133104) (tick 34686 34697 34704 34784 35117 (38853 . 38858) (38863 . 38864) 38878 38880 38886 39168 40572 43040 43061 43080 43092 43119 43201 43270 43743 53601 (53607 . 53608) 53618 53681 53683 53691 (53743 . 53745) 53756 54203 (54208 . 54210) 54213 (54216 . 54217) 65946 66040 74850 75292 (80955 . 80956) 80959 80968 82842 83258 83537 (84432 . 84435) 84437 (84439 . 84440) 84445 (84449 . 84450) (84455 . 84456) (84463 . 84464) 84466 84478 84485 (84842 . 84846) 84880 84901 84914 84920 (84928 . 84929) (84932 . 84933) 84936 86561 86769 87061 87105 87420 87846 (87904 . 87907) 87918 91000 98889 101791 101794 101797 (101799 . 101800) 102762 102835 102844 102847 102850 (102856 . 102857) 102868 (103097 . 103098) 103102 103145 103500 104369 104382 104394 104399 104659 104665 104709 105420 112931 113870 113875 113890 116306 116351 116380 116401 116425 116430 116435 116437 116445 (116447 . 116449) 116454 (117299 . 117301) (118548 . 118549) 118557 118559 (118563 . 118571) 118661 121117 121119 121122 (121129 . 121132) 121144 (121155 . 121160) (121162 . 121163) 121166 (121168 . 121169) 121741 121759 121765 121773 121775 122042 123218 123220 127386 127416 127441 132897)) "nntp:news.gmane.io" ((to-address . "help-gnu-emacs@gnu.org"))) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.emacs.gnus.general" :contents ("nntp+news.gmane.io:gmane.emacs.gnus.general" 3 ((1 . 90341)) ((unexist (1 . 4973) (4975 . 5666) (5668 . 6027) (6029 . 7082) (7085 . 7421) (7423 . 7627) (7629 . 7873) (7875 . 7913) (7915 . 8093) (8095 . 8217) 8221 (8223 . 8224) 8226 (8230 . 8232) 8253 (8258 . 8259) (8261 . 8262) 8269 8275 (8277 . 8278) 8296 8302 8305 8311 8313 (8315 . 8318) 8324 (8326 . 8329) (8331 . 8334) (8337 . 8341) (8343 . 8346) (8348 . 8349) (8353 . 8354) (8357 . 8358) 8364 (8367 . 8374) (8377 . 8391) 8393 8404 8406 (8408 . 8409) 8411 (8414 . 8416) 8418 8420 (8426 . 8427) (8432 . 8433) (8442 . 8444) (8449 . 8454) 8469 (8475 . 8476) (8479 . 8481) (8483 . 8485) 8489 (8492 . 8494) 8509 8512 8536 (8552 . 8554) (8557 . 8559) 8562 8565 8567 8569 8572 8574 (8581 . 8583) 8586 8588 8590 (8594 . 8596) (8599 . 8600) 8607 8613 (8629 . 8630) (8640 . 8641) (8643 . 8644) 8648 (8664 . 8666) 8668 (8670 . 8673) 8679 8685 8688 8702 8706 8709 (8713 . 8722) (8726 . 8728) 8730 8732 8734 8737 8740 (8743 . 8745) (8747 . 8754) 8757 (8761 . 8764) (8772 . 8774) 8776 8779 8781 8794 8803 8806 8808 8814 (8816 . 8820) 8826 8836 (8838 . 8840) (8843 . 8847) (8854 . 8855) 8857 (8861 . 8862) 8864 8867 (8870 . 8871) (8877 . 8879) 8887 8894 8896 8898 (8905 . 8910) 8916 8920 8933 8939 (8943 . 8944) 8951 8954 (8962 . 8963) (8979 . 8983) (8986 . 8987) 8997 (9012 . 9016) 9021 9026 9034 9042 9044 (9047 . 9048) 9064 9072 (9075 . 9076) 9085 9087 (9091 . 9093) (9098 . 9099) 9103 (9111 . 9113) 9119 9124 9128 9136 (9141 . 9143) 9163 (9165 . 9166) (9175 . 9176) 9185 9191 9199 9201 9209 9213 9217 (9227 . 9228) 9234 9243 (9247 . 9248) 9250 9263 (9268 . 9272) 9277 9279 9286 9297 9316 9318 9321 (9327 . 9328) 9330 (9332 . 9333) 9344 9347 9356 9365 (9370 . 9372) (9374 . 9376) (9378 . 9379) (9382 . 9383) 9391 9397 9402 9404 9422 (9456 . 9459) (9475 . 9479) 9481 9485 (9499 . 9502) (9512 . 9517) (9553 . 9554) 9561 9605 9613 9625 9628 (9728 . 9729) 9731 (9736 . 9737) (9745 . 9746) 9780 9783 9799 9803 9824 9834 9842 9915 9921 (9928 . 9932) 9947 (9957 . 10000) 10002 10006 10008 10036 10054 10068 10136 10141 10171 10177 (10181 . 10182) 10187 10195 10204 (10213 . 10216) 10232 (10237 . 10238) 10241 (10269 . 10270) (10284 . 10285) 10300 10305 10357 10423 10442 10462 (10464 . 10466) 10471 10491 10508 (10524 . 10526) (10539 . 10540) 10544 10549 10551 (10567 . 10568) 10587 10590 10592 10601 10603 10623 10661 10674 (10682 . 10685) 10718 10722 10745 (10752 . 10753) 10788 10802 10823 10828 10839 10865 10871 10899 10908 (10912 . 10913) 10935 (10939 . 10940) (10976 . 10977) 10986 11034 11114 11135 11137 (11143 . 11144) 11255 11259 11271) (seen 56784 56786 56816 56818 56820 56868 56870 56875 56878 (56891 . 56893) 56897 (56978 . 56981) (56983 . 56984) (56998 . 56999) (57008 . 57010) 57030 (57032 . 57033) (57038 . 57041) (57047 . 57048) 57052 (57058 . 57059) 57063 57073 57095 57102 57107 (57112 . 57114) 57116 (57118 . 57119) (57122 . 57123) (57140 . 57141) (57154 . 57158) (57160 . 57161) 57163 57169 57246 57267 (57270 . 57272) (57276 . 57277) (57279 . 57280) 57284 57290 57294 57298 57498 57677 57682 57685 (57687 . 57688) 58029 58032 58548 58798 58944 59421 59425 59427 59449 59502 59506 (59572 . 59577) 59762 59765 59770 59774 59778 59810 (59949 . 59950) 59960 59964 60137 60143 60149 60166 60259 60266 60308 60329 60335 60337 60339 60353 60370 (60394 . 60396) 60427 (60430 . 60431) (60433 . 60434) 60477 (60480 . 60481) 60483 60617 60828 60843 61196 61198 61493 61496 61499 (61501 . 61502) 61506 (61510 . 61511) 61516 61518 (61520 . 61523) 61537 61550 61556 61578 61695 61703 62074 62076 62081 62083 62703 63007 63069 (63106 . 63107) 63109 63134 63144 (63152 . 63153) (63208 . 63209) 63534 64105 (64112 . 64113) 64145 (64157 . 64159) 64163 64167 64170 (64191 . 64192) (64194 . 64197) (64452 . 64458) (64463 . 64464) 64470 (64472 . 64473) 66862 (66891 . 66895) 66901 (66904 . 66905) (66962 . 66963) (66967 . 66968) (66970 . 66971) 66978 67035 67043 (67046 . 67047) 67051 (67064 . 67067) 67110 67116 67149 (67151 . 67152) 67216 (67326 . 67329) 67331 (67364 . 67366) 67402 (67408 . 67410) (67412 . 67414) (67416 . 67418) 67428 67435 67440 (67455 . 67458) (67461 . 67464) 67466 (67470 . 67471) 67491 67507 (67540 . 67541) 67543 (67545 . 67547) 67569 67757 (67801 . 67802) (67809 . 67811) (67813 . 67815) 67889 67892 (68495 . 68497) 68502 68504 68507 68512 68524 (68540 . 68541) (68543 . 68546) (68548 . 68552) (68613 . 68622) (68633 . 68636) 68659 68676 68691 68726 (68818 . 68819) 68825 68835 (68837 . 68838) 68842 (68848 . 68849) 68851 68853 (68860 . 68861) (68874 . 68875) 68907 (69004 . 69006) 69009 69045 69055 69058 (69111 . 69112) (69114 . 69116) (69118 . 69120) 69122 69124 69126 69131 (69233 . 69234) (69247 . 69248) 69250 69255 (69298 . 69329) (69331 . 73184) (73186 . 73325) (73327 . 73328) 73330 (73332 . 73437) 73439 (73441 . 79004) (79006 . 84532) 84534 (84537 . 89904) (89906 . 89911) 89913 (89916 . 89918) (89920 . 90342)) (forward 57112 57114 57116 67690) (download 83693) (dormant 58029 58032 59425 68613 68615 (68618 . 68619) (68621 . 68622) (68633 . 68634) 68691 68818 68860 69115 (69247 . 69248) 69250 71192 (71199 . 71200) 71659 71884 71978 72194 72631 72930 72948 72955 72958 72961 72964 73024 73481 73581 73838 73860 73862 73881 74372 74425 74430 74800 (74802 . 74803) (75485 . 75488) 75751 (77400 . 77401) 77409 77441 77444 77487 77611 77631 77633 77644 77662 77754 78092 78105 78112 (78583 . 78584) 78612 78614 78617 78628 78634 (78638 . 78639) 78642 (78824 . 78825) (78828 . 78831) 78833 78880 78898 79038 79307 (79451 . 79452) 82046 82049 82459 (82475 . 82476) 82482 83136 (83295 . 83297) (83300 . 83301) 83309 83311 (83327 . 83328) 83746 84014 84026 84049 84055 (84085 . 84086) (84090 . 84093) 84095 84187 84221 84224 (84229 . 84230) 84234 84307 84310 84318 84883 85379 85717 86168 (86171 . 86176) 86178 86263 86894 (87125 . 87127) 87149 (87152 . 87153) (87155 . 87156) 87204 87861 88500 (88507 . 88509) 88513 (88702 . 88704) (88715 . 88719) (88830 . 88831) (88833 . 88835) 88842 89051 (89181 . 89182) (89190 . 89191) 89195 89207 89421 89424 89430 89434 (89502 . 89504) (89507 . 89510) 89515 89531 89540 90076 (90294 . 90301) (90321 . 90324) (90340 . 90341)) (expire 67800 67812 68492 68501 (68531 . 68532) (68604 . 68605) 68609 69109 78594 81669) (reply 56786 56818 56875 56878 (56891 . 56892) 56980 56983 56999 57009 57095 57112 57141 57155 57157 57160 57163 57169 57227 57243 57249 57255 57267 (57271 . 57272) (57279 . 57280) 57295 57337 57371 57543 57626 58029 58058 58068 58081 58089 58249 58251 58268 58506 (58688 . 58690) 58693 58695 58782 (58784 . 58785) 58863 58868 58878 58885 58899 59369 59427 59493 59495 59497 59500 (59502 . 59503) 59505 59573 59576 59949 60137 60149 (60208 . 60209) 60370 60617 60828 60852 61490 61493 61496 61499 61506 (61510 . 61511) 61516 61518 61520 61537 61578 61695 61714 62076 62703 62758 62781 63051 63069 (63106 . 63107) 63147 63939 64113 64145 64157 64163 64170 (64194 . 64195) 64452 64454 64456 64458 64464 64472 66661 (66891 . 66893) 66895 66971 67035 (67046 . 67047) 67064 (67066 . 67067) 67109 67116 67151 67327 67329 67331 67365 67367 67372 67384 67418 67431 67440 67460 67463 67470 67490 67494 67530 67539 67775 67778 67790 (67801 . 67802) 67809 67815 67881 67883 67896 (67912 . 67913) 68495 68598 68606 68620 68622 (68635 . 68636) 68798 68837 68861 68876 68900 69022 69161 69166 69173 69248 69911 69914 69923 69926 69928 69930 (69938 . 69939) 69962 69968 69983 70048 70179 70188 70196 70201 70215 70296 70306 70434 70455 (70490 . 70491) 70496 70503 70509 70512 70524 70542 70656 70732 70793 70840 70848 70854 70892 70896 70899 70912 70922 70926 (70930 . 70931) 70946 70948 70952 70954 70957 71033 71039 71049 71071 71077 71082 71229 71410 71417 71422 71557 71647 71654 71657 71664 71696 71702 71759 71780 71789 71829 71966 71976 71987 72076 72130 72157 72170 72175 72200 72213 72220 72236 (72339 . 72341) 72352 72363 72365 (72456 . 72457) 72473 72479 (72616 . 72617) 72899 72937 72943 72958 72963 73062 73262 73295 73325 73413 73468 (73582 . 73583) 73662 73677 (73692 . 73693) 73707 73828 73860 (73879 . 73880) 73900 73942 73944 73953 73959 73971 74171 74267 74437 74578 74661 74673 74698 74706 74712 74726 74742 (74751 . 74752) 74796 74801 74887 75025 75237 75426 75428 75453 75458 75462 (75486 . 75487) 75490 75500 75534 75738 76597 77113 77363 77384 (77387 . 77388) 77390 77518 77537 77611 77754 78092 78105 78112 78583 78612 78617 78639 78656 78667 78689 78827 78833 78895 (78922 . 78923) 78927 78938 78956 79021 79035 79091 79144 79159 79164 79180 79278 79353 79418 79433 79445 (79469 . 79470) 79537 79553 79559 79687 79720 (79724 . 79725) 79728 80205 80207 80368 80376 80384 80387 80402 (80416 . 80418) 80420 80422 (80433 . 80434) 80437 80441 80481 (80494 . 80495) 80503 80506 80509 80513 80516 80519 80521 (80523 . 80524) 80526 80528 (80530 . 80533) 80538 (80540 . 80541) 80543 80547 80552 (80556 . 80558) (80562 . 80564) 80572 80597 80607 80620 80650 80667 80675 80679 80704 80707 80723 80818 80915 80960 80986 81002 81016 81029 81034 81045 81055 81079 81081 81083 81089 81100 (81103 . 81104) 81126 81136 81187 81214 (81239 . 81240) 81244 81251 81255 (81257 . 81258) 81261 81318 81325 81338 81398 81401 81404 81408 81424 81453 81498 81653 81666 81670 81753 81763 81765 81772 81792 81810 81815 81825 81993 82054 82056 82070 82079 82099 82102 82108 82122 82152 (82313 . 82315) 82319 82321 82353 82415 82451 82454 82456 82458 82475 82481 82490 82492 82499 82506 82508 82513 82517 82557 82564 82567 82570 82573 82699 82708 82747 82760 82776 82854 83019 83103 (83134 . 83135) 83137 83140 83144 83146 83151 (83216 . 83217) 83288 (83296 . 83298) 83300 83309 83311 83327 83370 83386 83397 83429 83447 83530 83563 83574 83592 83621 83692 83780 83844 83888 83958 83970 83979 83989 84009 84023 (84026 . 84027) 84029 84060 84079 84086 84091 84093 84109 84113 84130 84229 84237 84265 84281 84286 84299 84303 84305 (84311 . 84312) 84314 84364 84418 84421 84483 84485 84490 84506 84515 84553 (84572 . 84573) 84576 84622 84628 84632 84641 (84645 . 84646) 84698 84865 84887 84899 84902 84925 (84928 . 84929) 84978 84982 85001 85023 85140 85199 85372 85397 85424 85461 85487 85498 85565 85623 85681 85692 85695 85699 85704 85711 85716 85733 85740 85753 85839 85923 85927 85929 85936 85948 85977 (86001 . 86002) 86004 86008 86074 86086 86098 86100 86169 86173 (86175 . 86176) 86451 86509 (86569 . 86570) 86579 86872 86896 86904 87040 87051 87058 87073 87077 87082 87094 87096 (87098 . 87100) 87103 87107 87109 87120 87125 87129 87148 87152 (87154 . 87155) (87157 . 87158) 87162 (87168 . 87169) 87171 87179 87182 (87185 . 87186) 87188 87193 (87197 . 87198) 87203 87248 87265 87417 87421 87533 87600 87617 87657 87659 87672 87677 87696 87698 87842 87857 88018 88031 88083 88089 88092 88151 88507 88509 88704 (88715 . 88716) 88718 88764 (88830 . 88831) 88833 88835 88924 89182 89191 89207 89211 89242 89430 89504 89509 89907 (90291 . 90293) 90299 (90321 . 90324) (90340 . 90341)) (tick 56784 56786 56816 56818 56820 56868 56870 56875 56878 (56891 . 56893) 56897 (56978 . 56981) (56983 . 56984) (56998 . 56999) (57008 . 57010) 57030 (57032 . 57033) (57038 . 57041) (57047 . 57048) 57052 (57058 . 57059) 57063 57073 57095 57102 57107 (57112 . 57114) 57116 (57118 . 57119) (57122 . 57123) (57140 . 57141) (57154 . 57158) (57160 . 57161) 57163 57169 57246 57267 (57270 . 57272) (57276 . 57277) (57279 . 57280) 57284 57290 57294 57298 57498 57677 57682 57685 (57687 . 57688) 58548 58798 58944 59421 59427 59449 59502 59506 (59572 . 59577) 59762 59765 59770 59774 59778 59810 (59949 . 59950) 59960 59964 60137 60143 60149 60166 60259 60266 60308 60329 60335 60337 60339 60353 60370 (60394 . 60396) 60427 (60430 . 60431) (60433 . 60434) 60477 (60480 . 60481) 60483 60617 60828 60843 61196 61198 61493 61496 61499 (61501 . 61502) 61506 (61510 . 61511) 61516 61518 (61520 . 61523) 61537 61550 61556 61578 61695 61703 62074 62076 62081 62083 62703 63007 63069 (63106 . 63107) 63109 63134 63144 (63152 . 63153) (63208 . 63209) 63534 64105 (64112 . 64113) 64145 (64157 . 64159) 64163 64167 64170 (64191 . 64192) (64194 . 64197) (64452 . 64458) (64463 . 64464) 64470 (64472 . 64473) 66862 (66891 . 66895) 66901 (66904 . 66905) (66962 . 66963) (66967 . 66968) (66970 . 66971) 66978 67035 67043 (67046 . 67047) 67051 (67064 . 67067) 67110 67116 67149 (67151 . 67152) 67216 (67326 . 67329) 67331 (67364 . 67366) 67402 (67408 . 67410) (67412 . 67414) (67416 . 67418) 67428 67435 67440 (67455 . 67458) (67461 . 67464) 67466 (67470 . 67471) 67491 67507 (67540 . 67541) 67543 (67545 . 67547) 67569 67757 (67801 . 67802) (67809 . 67811) (67813 . 67815) 67889 67892 (68495 . 68497) 68502 68504 68507 68512 68524 (68540 . 68541) (68543 . 68546) (68548 . 68552) 68614 (68616 . 68617) 68620 68659 68726 68819 68825 (68837 . 68838) (68848 . 68849) 68851 68853 68861 68907 (69111 . 69112) 69114 69116 (69118 . 69120) 69122 69124 69126 69131 69255 69303 (69306 . 69307) (69309 . 69313) 69387 69389 (69394 . 69396) 69425 69516 69586 (69589 . 69590) (69597 . 69599) 69601 (69607 . 69608) (69610 . 69616) (69618 . 69626) (69628 . 69629) 69631 (69633 . 69635) (69642 . 69644) (69678 . 69682) 69685 69691 (69894 . 69895) (69897 . 69898) 69903 (69909 . 69919) (69922 . 69923) 69925 (69928 . 69930) 69936 (69938 . 69939) 69949 70009 70029 (70058 . 70059) 70198 (70220 . 70221) 70328 (70490 . 70491) 70498 70501 70503 (70506 . 70509) (70511 . 70521) 70524 70540 70542 70544 (70636 . 70638) (70655 . 70657) (70701 . 70704) 70706 (70723 . 70726) (70728 . 70730) 70738 (70791 . 70793) (70795 . 70796) (70836 . 70837) (70839 . 70840) (70847 . 70862) 71109 71166 71229 71244 71291 71295 71329 71349 71351 71355 71358 (71378 . 71380) 71382 71396 71410 71412 71417 (71421 . 71423) 71431 71435 71439 (71446 . 71447) 71450 (71454 . 71457) 71461 71463 (71467 . 71474) 71476 (71480 . 71481) 71483 (71486 . 71487) 71505 71521 71535 71555 71557 71562 71572 71575 71638 71640 71726 71738 71744 71749 (71887 . 71888) 71973 72042 72048 72052 72058 (72130 . 72132) 72166 72170 72176 72192 72197 (72199 . 72200) 72205 72207 72213 72216 72220 72222 (72225 . 72226) 72287 72293 72299 72306 72310 72313 72316 (72333 . 72335) 72337 (72339 . 72341) (72352 . 72353) (72355 . 72356) 72363 72365 72414 72482 72792 (72799 . 72804) (72807 . 72809) 72905 (72910 . 72911) 72938 72943 72963 72965 (73061 . 73062) 73072 73182 (73265 . 73266) 73276 73291 73302 73305 73312 73314 73325 73414 73425 73486 73506 73529 (73579 . 73580) (73582 . 73583) 73587 73592 73636 (73638 . 73639) 73666 (73676 . 73678) 73701 73707 (73712 . 73713) 73745 73869 (73879 . 73880) (74010 . 74011) (74018 . 74020) 74103 (74422 . 74423) (74426 . 74427) 74574 (74637 . 74638) 74640 74686 74698 74704 74706 74708 74724 74726 74762 (74796 . 74798) 74829 74865 74867 75236 75272 75291 (75457 . 75460) 75475 75500 75503 75522 75525 75776 75784 76323 76524 76526 76528 (76530 . 76531) 76533 (76536 . 76537) (76541 . 76542) (76553 . 76558) (76581 . 76582) 76656 76924 77113 77293 77363 77372 77375 77377 77382 77386 77530 77533 77537 77547 78111 78115 (78546 . 78547) (78569 . 78572) 78619 78827 79313 79433 (79469 . 79471) 79600 80000 80027 80184 80376 (80379 . 80383) 80402 80407 (80415 . 80423) (80433 . 80435) 80437 80441 80443 80452 (80480 . 80481) (80489 . 80490) (80508 . 80509) (80515 . 80516) (80518 . 80519) (80521 . 80524) (80526 . 80535) (80537 . 80545) (80547 . 80548) 80557 80559 (80561 . 80564) 80567 80569 (80571 . 80573) 80578 (80650 . 80651) (80657 . 80663) 80665 (80667 . 80668) 80751 (80798 . 80799) (80808 . 80809) (80811 . 80812) 80818 80835 80898 80960 80966 80971 81373 81399 (81401 . 81404) (81407 . 81414) (81416 . 81418) 81423 81439 (81441 . 81442) 81444 (81451 . 81454) 81459 81468 81482 81509 (81540 . 81543) (81549 . 81550) 81571 81693 82035 82042 82045 (82069 . 82071) 82211 (82433 . 82437) 82446 (82448 . 82451) (82454 . 82455) 82481 (82564 . 82567) (82569 . 82570) 82572 82587 82642 82657 82693 82698 82760 (82854 . 82855) 82994 82996 82998 83010 83016 (83036 . 83037) 83039 (83041 . 83042) (83044 . 83047) 83064 (83067 . 83069) 83077 83086 83097 (83137 . 83141) 83143 (83414 . 83415) (83422 . 83425) 83441 83521 83560 83752 (83790 . 83792) (83794 . 83795) 83979 (84031 . 84034) 84037 (84042 . 84043) 84056 84079 84109 84112 84122 (84132 . 84133) 84140 84145 84153 84181 (84189 . 84191) (84197 . 84201) 84203 84217 (84231 . 84233) (84262 . 84263) 84265 84300 84526 84555 84738 84740 (84944 . 84945) (84955 . 84956) 85140 (85546 . 85549) 85555 (85557 . 85558) 85560 85563 85597 85619 85646 85722 85948 (86001 . 86005) 86026 86144 86276 86388 86409 (86584 . 86588) 86636 86663 86724 86837 86842 86869 (86882 . 86883) (86885 . 86887) (86890 . 86891) 86897 86899 (86901 . 86902) (86904 . 86905) 86908 (86942 . 86944) (86948 . 86949) 86953 87034 87051 87055 87063 87073 (87075 . 87077) (87081 . 87082) 87091 87096 (87098 . 87099) (87105 . 87115) (87117 . 87120) (87123 . 87124) 87130 87148 87154 (87157 . 87162) 87164 (87168 . 87172) (87179 . 87180) 87182 (87184 . 87187) 87193 (87195 . 87198) 87203 87206 87248 (87261 . 87262) (87281 . 87282) (87311 . 87312) (87416 . 87418) 87421 87424 (87454 . 87455) (87465 . 87468) 87477 87479 (87481 . 87483) 87514 87585 (87657 . 87659) 87666 (87672 . 87674) (87677 . 87678) 87863 87944 87948 87953 88056 (88084 . 88086) 88151 88156 88178 88180 88198 88256 88725 88893 (88899 . 88902) 88904 88906 (88915 . 88916) (88918 . 88921) 88924 (88929 . 88931) (88933 . 88935) 88939 (88965 . 88968) (89035 . 89037) 89039 (89211 . 89212) 89233 89238 89240 89242 (89254 . 89255) 89425 89427 89429 (89431 . 89433) (89435 . 89438) 89580 (89767 . 89768) (89922 . 89923))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.discuss" :contents ("nntp+news.gmane.io:gmane.discuss" 3 ((1 . 18003)) ((unexist (1 . 4973) (4975 . 5666) (5668 . 6027) (6029 . 7082) (7085 . 7421) (7423 . 7627) (7629 . 7873) (7875 . 7913) (7915 . 8093) (8095 . 8217) 8221 (8223 . 8224) 8226 (8230 . 8232) 8253 (8258 . 8259) (8261 . 8262) 8269 8275 (8277 . 8278) 8296 8302 8305 8311 8313 (8315 . 8318) 8324 (8326 . 8329) (8331 . 8334) (8337 . 8341) (8343 . 8346) (8348 . 8349) (8353 . 8354) (8357 . 8358) 8364 (8367 . 8374) (8377 . 8391) 8393 8404 8406 (8408 . 8409) 8411 (8414 . 8416) 8418 8420 (8426 . 8427) (8432 . 8433) (8442 . 8444) (8449 . 8454) 8469 (8475 . 8476) (8479 . 8481) (8483 . 8485) 8489 (8492 . 8494) 8509 8512 8536 (8552 . 8554) (8557 . 8559) 8562 8565 8567 8569 8572 8574 (8581 . 8583) 8586 8588 8590 (8594 . 8596) (8599 . 8600) 8607 8613 (8629 . 8630) (8640 . 8641) (8643 . 8644) 8648 (8664 . 8666) 8668 (8670 . 8673) 8679 8685 8688 8702 8706 8709 (8713 . 8722) (8726 . 8728) 8730 8732 8734 8737 8740 (8743 . 8745) (8747 . 8754) 8757 (8761 . 8764) (8772 . 8774) 8776 8779 8781 8794 8803 8806 8808 8814 (8816 . 8820) 8826 8836 (8838 . 8840) (8843 . 8847) (8854 . 8855) 8857 (8861 . 8862) 8864 8867 (8870 . 8871) (8877 . 8879) 8887 8894 8896 8898 (8905 . 8910) 8916 8920 8933 8939 (8943 . 8944) 8951 8954 (8962 . 8963) (8979 . 8983) (8986 . 8987) 8997 (9012 . 9016) 9021 9026 9034 9042 9044 (9047 . 9048) 9064 9072 (9075 . 9076) 9085 9087 (9091 . 9093) (9098 . 9099) 9103 (9111 . 9113) 9119 9124 9128 9136 (9141 . 9143) 9163 (9165 . 9166) (9175 . 9176) 9185 9191 9199 9201 9209 9213 9217 (9227 . 9228) 9234 9243 (9247 . 9248) 9250 9263 (9268 . 9272) 9277 9279 9286 9297 9316 9318 9321 (9327 . 9328) 9330 (9332 . 9333) 9344 9347 9356 9365 (9370 . 9372) (9374 . 9376) (9378 . 9379) (9382 . 9383) 9391 9397 9402 9404 9422 (9456 . 9459) (9475 . 9479) 9481 9485 (9499 . 9502) (9512 . 9517) (9553 . 9554) 9561 9605 9613 9625 9628 (9728 . 9729) 9731 (9736 . 9737) (9745 . 9746) 9780 9783 9799 9803 9824 9834 9842 9915 9921 (9928 . 9932) 9947 (9957 . 10000) 10002 10006 10008 10036 10054 10068 10136 10141 10171 10177 (10181 . 10182) 10187 10195 10204 (10213 . 10216) 10232 (10237 . 10238) 10241 (10269 . 10270) (10284 . 10285) 10300 10305 10357 10423 10442 10462 (10464 . 10466) 10471 10491 10508 (10524 . 10526) (10539 . 10540) 10544 10549 10551 (10567 . 10568) 10587 10590 10592 10601 10603 10623 10661 10674 (10682 . 10685) 10718 10722 10745 (10752 . 10753) 10788 10802 10823 10828 10839 10865 10871 10899 10908 (10912 . 10913) 10935 (10939 . 10940) (10976 . 10977) 10986 11034) (seen (10 . 20) 1308 1535 (7814 . 13509) (13518 . 13610) (13612 . 14366) (14368 . 15177) (15179 . 15449) (15451 . 15704) (15706 . 15725) (15727 . 15788) (15790 . 15837) (15839 . 15962) 15964 (15966 . 16019) (16021 . 16175) (16177 . 16962) (16964 . 16971) (16973 . 16978) (16980 . 18003)) (dormant 12311 12331 12342 12559 12587 12614 (12623 . 12624) 12634 (12659 . 12660) 12675 12816 13620 13623 16515 (16879 . 16880) 16882 16886 16888 (17225 . 17226) 17981) (expire 10588 10706 10717 (10732 . 10733) (10826 . 10828) (11235 . 11238) 11639 11664 11671 11686 11693 11695 11708 11725 11731 (11749 . 11750) 11755 11766 11774 11785 11789 11799 11808 12520 13200 13209 14243 14254 14286 14299 14334 14353 14356 (14360 . 14362) (14375 . 14377) 14425 14442 (14456 . 14458) 14464 14467 14486 14489 (14531 . 14533) 14535 14552 14557 (14581 . 14582) 14618 14622 (14624 . 14628) 14630 14646 (14653 . 14656) (14661 . 14662) 14667 14674 (14676 . 14677) (14685 . 14689) 14691 14693 (14696 . 14698) 14700 14714 14716 14721 14725 14728 (14733 . 14734) 14742 (14751 . 14753) 14761 14768 14795 (14801 . 14802) 14813 14815 (14828 . 14830) 14839 14841 (14843 . 14845) 14852 14854 14868 14870 (14918 . 14919) 14922 14925 14941 (14950 . 14952) (14964 . 14965) 14968 14977 (14991 . 14992) (15027 . 15029) 15083 15090 15093 15100 15112 (15118 . 15119) 15162 (15170 . 15172) 15183 15190 15197 15214 15228 15243 (15250 . 15251) 15257 (15259 . 15260) (15265 . 15266) 15268 15273 15277 15305 15315 15322 15338 15349 (15497 . 15499) (15508 . 15510) (15512 . 15513) (15515 . 15516) (15523 . 15524) 15527 (15533 . 15535) (15540 . 15541) (15545 . 15548) 15560 (15564 . 15565) 15568 15576 15587 (15616 . 15618) (15621 . 15622) 15624 (15627 . 15628) 15630 (15633 . 15634) (15640 . 15641) (15643 . 15646) 15649 (15652 . 15654) (15671 . 15672) (15675 . 15680) 15684 (15689 . 15691) (15706 . 15707) 15711 15717 15722 15725 (15727 . 15729) 15764 15767 15769 15783 15788 15790 (15792 . 15795) 15804 15818 15831 15876 15893 15923 15934 15941 (15946 . 15947) 15952 15981 15993 15995 16003 16022 (16045 . 16046) 16053 16083 16098 16143 16165 16172 (16179 . 16180) (16187 . 16188) 16205 16210 16212 16218 (16221 . 16222) (16241 . 16258) 16268 16271 16296 16299 16337 16340 16377 16423 16427 16450 16482 16493 16495 16508 16530 16584 16602 (16604 . 16605) 16613 16615 16622 (16625 . 16626) (16630 . 16631) 16648 16672 16678 16683 16700 16705 (16707 . 16708) (16710 . 16711) 16718 16723 16757 16767 (16776 . 16777) 16780 16832 16834 (16838 . 16840) 16842 16845 16853 (16856 . 16858) 16861 (16863 . 16866) 16870 16890 16903 16909 (16927 . 16928) 16930 16947 16949 16960 (16964 . 16967) (16969 . 16971) 16973 (16975 . 16976) 16993 (16997 . 16999) 17006 (17011 . 17012) 17015 17018 17024 17026 (17028 . 17029)) (reply 8787 9296 (9300 . 9301) 9308 9314 9326 9336 9365 9368 9373 9404 9432 9434 9480 9482 9485 9497 9554 9558 9562 9564 9587 9591 9601 9608 9615 9617 9621 9641 9675 9685 9738 9752 9756 9776 9783 9790 9814 9820 9823 (9837 . 9838) 9849 9859 (9865 . 9866) (9868 . 9869) (9877 . 9878) 9883 (9904 . 9905) 9908 9910 (9984 . 9985) 10000 10002 10030 10048 10050 10090 10119 10124 10137 10140 10150 (10195 . 10196) 10219 10221 10227 10231 10235 10238 10249 10255 10260 10275 (10277 . 10278) 10280 10282 (10284 . 10285) 10288 10291 10298 10300 10304 10335 10337 10339 10369 10414 10426 10429 10470 10478 10490 10499 10505 10512 10516 10524 10533 10594 10613 10623 10640 10727 10754 10759 10805 10811 10877 10890 10958 10974 10976 10979 10991 10997 (11014 . 11015) 11029 11040 11042 11044 11066 11077 11079 11099 11205 11222 11279 11281 11291 11329 11387 11394 11396 11417 11426 11487 11504 11603 11772 11791 11824 11889 11892 11922 11967 11980 12017 12289 12291 12293 12295 12298 (12307 . 12310) 12312 12319 12325 12328 12333 12374 12386 12419 12424 12471 12473 12554 12558 12561 12571 12574 (12576 . 12577) 12580 (12600 . 12601) 12608 12614 12624 12641 12645 12649 12651 12655 12670 12821 13129 (13131 . 13132) 13136 13186 13486 (13534 . 13535) 13595 13636 (13649 . 13650) 13653 13760 13770 13772 13824 13877 13879 13938 14183 14186 14203 14394 14397 14410 14414 14704 14726 14824 14831 14835 14890 14927 15013 15030 15042 15044 15047 15049 15051 (15053 . 15054) 15061 15063 15077 15082 15084 (15094 . 15095) 15103 (15123 . 15124) 15128 15209 15212 15286 15292 15299 15302 15336 15417 15480 15486 15598 15656 15697 15743 15784 15816 15822 15907 15916 15936 15958 15983 16029 16113 (16121 . 16122) 16147 16151 16155 16229 16269 16273 16277 16325 16330 16350 (16355 . 16356) 16359 16385 16477 16514 16527 16556 16642 16662 16675 16731 (16768 . 16769) 16781 16876 16878 16886 16893 16923 16956 17064 17120 17130 (17157 . 17158) 17163 (17167 . 17168) 17181 17200 17225 17317 17344 17360 17365 17368 17373 17375 17438 17625 (17644 . 17645) 17658 17671 17763 17849 17861 17980) (tick (10 . 20) (1282 . 1284) (1288 . 1296) (1298 . 1299) 1301 1305 (1307 . 1311) 1315 (9336 . 9338) 9340 9365 (9367 . 9368) (9372 . 9375) (9392 . 9394) 9539 9551 9553 9558 (9561 . 9566) (9641 . 9647) (9674 . 9677) 9715 9753 9755 9769 10076 (10078 . 10079) (10219 . 10221) (10273 . 10274) (10282 . 10283) (10822 . 10823) (10957 . 10959) (10961 . 10963) 11042 11045 11079 11081 11097 11283 11285 11291 11297 11323 12050 12302 12310 12333 12364 12394 12554 (12561 . 12562) 12564 12569 12571 (12573 . 12580) (12600 . 12604) (12607 . 12608) (12611 . 12613) 12615 12617 12651 12670 12684 12686 12691 (12693 . 12694) 12713 (12821 . 12826) 12831 (12844 . 12845) (12847 . 12848) 12851 12887 12889 12896 (12918 . 12923) 12942 (12954 . 12956) 12958 13196 13756 (13758 . 13762) 13764 13766 (13770 . 13772) (13774 . 13775) 13834 14240 14242 14709 (15201 . 15202) 15258 15333 15742 15744 15955 16090 16181 16185 16354 (16361 . 16362) 16457 16516 16588 16661 16764 16772 16774 (16917 . 16918) (16923 . 16926) 16938 17084 (17116 . 17118) (17121 . 17122) 17126 17128 17165 (17180 . 17182) 17196 17200 (17202 . 17205) 17210 (17212 . 17216) (17218 . 17220) 17307 (17314 . 17315) 17317 (17320 . 17321) (17370 . 17371) 17410 17633 (17635 . 17652) (17654 . 17655) 17657 17660 17663 (17670 . 17675) (17680 . 17682) 17685 (17687 . 17688) (17690 . 17693) (17710 . 17711) 17736 17741 (17746 . 17747) (17758 . 17760) (17960 . 17962) 17965 (17968 . 17970) 17980)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.mail.imap.dovecot" :contents ("nntp+news.gmane.io:gmane.mail.imap.dovecot" 3 ((1 . 103712)) ((unexist (4975 . 5666) (5668 . 6027) (6029 . 7082) (7085 . 7421) (7423 . 7627) (7629 . 7873) (7875 . 7913) (7915 . 8093) (8095 . 8217) 8221 (8223 . 8224) 8226 (8230 . 8232) 8253 (8258 . 8259) (8261 . 8262) 8269 8275 (8277 . 8278) 8296 8302 8305 8311 8313 (8315 . 8318) 8324 (8326 . 8329) (8331 . 8334) (8337 . 8341) (8343 . 8346) (8348 . 8349) (8353 . 8354) (8357 . 8358) 8364 (8367 . 8374) (8377 . 8391) 8393 8404 8406 (8408 . 8409) 8411 (8414 . 8416) 8418 8420 (8426 . 8427) (8432 . 8433) (8442 . 8444) (8449 . 8454) 8469 (8475 . 8476) (8479 . 8481) (8483 . 8485) 8489 (8492 . 8494) 8509 8512 8536 (8552 . 8554) (8557 . 8559) 8562 8565 8567 8569 8572 8574 (8581 . 8583) 8586 8588 8590 (8594 . 8596) (8599 . 8600) 8607 8613 (8629 . 8630) (8640 . 8641) (8643 . 8644) 8648 (8664 . 8666) 8668 (8670 . 8673) 8679 8685 8688 8702 8706 8709 (8713 . 8722) (8726 . 8728) 8730 8732 8734 8737 8740 (8743 . 8745) (8747 . 8754) 8757 (8761 . 8764) (8772 . 8774) 8776 8779 8781 8794 8803 8806 8808 8814 (8816 . 8820) 8826 8836 (8838 . 8840) (8843 . 8847) (8854 . 8855) 8857 (8861 . 8862) 8864 8867 (8870 . 8871) (8877 . 8879) 8887 8894 8896 8898 (8905 . 8910) 8916 8920 8933 8939 (8943 . 8944) 8951 8954 (8962 . 8963) (8979 . 8983) (8986 . 8987) 8997 (9012 . 9016) 9021 9026 9034 9042 9044 (9047 . 9048) 9064 9072 (9075 . 9076) 9085 9087 (9091 . 9093) (9098 . 9099) 9103 (9111 . 9113) 9119 9124 9128 9136 (9141 . 9143) 9163 (9165 . 9166) (9175 . 9176) 9185 9191 9199 9201 9209 9213 9217 (9227 . 9228) 9234 9243 (9247 . 9248) 9250 9263 (9268 . 9272) 9277 9279 9286 9297 9316 9318 9321 (9327 . 9328) 9330 (9332 . 9333) 9344 9347 9356 9365 (9370 . 9372) (9374 . 9376) (9378 . 9379) (9382 . 9383) 9391 9397 9402 9404 9422 (9456 . 9459) (9475 . 9479) 9481 9485 (9499 . 9502) (9512 . 9517) (9553 . 9554) 9561 9605 9613 9625 9628 (9728 . 9729) 9731 (9736 . 9737) (9745 . 9746) 9780 9783 9799 9803 9824 9834 9842 9915 9921 (9928 . 9932) 9947 (9957 . 10000) 10002 10006 10008 10036 10054 10068 10136 10141 10171 10177 (10181 . 10182) 10187 10195 10204 (10213 . 10216) 10232 (10237 . 10238) 10241 (10269 . 10270) (10284 . 10285) 10300 10305 10357 10423 10442 10462 (10464 . 10466) 10471 10491 10508 (10524 . 10526) (10539 . 10540) 10544 10549 10551 (10567 . 10568) 10587 10590 10592 10601 10603 10623 10661 10674 (10682 . 10685) 10718 10722 10745 (10752 . 10753) 10788 10802 10823 10828 10839 10865 10871 10899 10908 (10912 . 10913) 10935 (10939 . 10940) (10976 . 10977) 10986) (seen 26272 26314 26316 26318 26331 26356 28116 28125 (28553 . 28554) 28589 (31753 . 31755) 31914 31924 31926 (32400 . 32402) 32453 32463 32475 32575 32589 32617 (32658 . 32659) (32663 . 32664) (32670 . 32673) (32706 . 32707) 33001 33091 33313 33939 (38135 . 38138) 38140 (38142 . 38144) (38146 . 38151) (38153 . 38154) 38156 (38159 . 38167) (38169 . 38171) (38174 . 38175) 38180 38186 38189 (38191 . 38192) (38196 . 38197) 38238 (38240 . 38244) (38246 . 38248) 38255 38271 38281 38287 38326 38345 38372 38381 38413 38416 38443 38447 38455 38485 38503 38529 (38532 . 38533) 38539 38545 38548 (38551 . 38558) 38570 38575 38580 (38583 . 38584) 38590 38597 38600 38616 38621 38626 38634 38640 38648 (38722 . 38725) 38754 38756 38778 38783 38809 38813 38820 38822 38824 38826 38836 38842 (38845 . 38846) 38866 38976 38988 39010 39013 39018 39028 39030 39037 39051 (39062 . 39063) 39066 39068 (39074 . 39091) (39093 . 39094) 39096 (39099 . 39103) (39107 . 39108) (39110 . 39116) (39118 . 39122) (39124 . 39141) (39144 . 39162) (39164 . 43359) (43796 . 47708) (48484 . 49117) 49633 49648 49663 49766 49771 49773 49777 49789 49793 49797 49799 49803 49806 (50468 . 53733) (53735 . 64653) 64655 (64659 . 64660) (64662 . 69489) (69491 . 72084) (73264 . 84786) (84788 . 84951) (84953 . 86829) (86831 . 86838) 86841 (86843 . 86844) (86846 . 88561) (88563 . 89829) (89831 . 91169) (91171 . 91172) (91174 . 91696) (91698 . 92103) (92105 . 103712)) (dormant 39538 39542 71753 71819 (89052 . 89056) 90757 99518) (expire 38964 (39506 . 39507) 39780 78744 84231) (reply 32463 32589 32658 (32663 . 32664) 32672 32802 33186 33288 33312 38162 46234 48868 49100 49648 60582 60588 60848 67334 (71757 . 71758) 71762 71820 71823 71826 71860 72021 82767 87731 89053 89055 90779 90827) (tick 26272 26314 26316 26318 26331 26356 32453 32463 32475 32575 32589 32617 (32658 . 32659) (32663 . 32664) (32670 . 32673) (32706 . 32707) 33313 33939 39580 48819 48822 48854 48860 49633 49648 49663 49766 49771 49773 49777 49789 49793 49797 49799 49803 49806 60569 60578 60580 60582 60588 (60590 . 60591) 60602 60604 60740 62970 66663 68341 68343 68351 68359 (71820 . 71824) 71826 71845 (71849 . 71850) 71860 71898 71900 81642 81708 82867 (82871 . 82873) 82982 83238 83454 84584 84890 86472 (87725 . 87727) 87729 87731 (87733 . 87734) 87936 87951 87960 88022 90779 90825 90827 90833 (90872 . 90873) 97349 97361 97366 97420 97436 97789 97803 100256 100674 (102972 . 102974) 102984 103004)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.mail.spam.spamassassin.general" :contents ("nntp+news.gmane.io:gmane.mail.spam.spamassassin.general" 3 ((1 . 164237)) ((unexist) (seen 127720 (127725 . 127727) 127751 127814 127832 (127873 . 127874) 127876 127878 127896 (138450 . 140028) (140767 . 152158) (152160 . 164237)) (tick 127720 (127725 . 127727) 127751 127814 127832 (127873 . 127874) 127876 127878 127896 (138451 . 138452) (139261 . 139269) (139279 . 139283) (139285 . 139286) 139288 (139292 . 139293) (139306 . 139312) 139315 139317 139343 139460 139466 (139498 . 139499) 147057 147071 147126)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.gnu.global.general" :contents ("nntp+news.gmane.io:gmane.comp.gnu.global.general" 3 ((1 . 531)) ((unexist) (seen (1 . 50) 52 (54 . 78) (80 . 92) (94 . 95) (97 . 531))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.gnu.global.announce" :contents ("nntp+news.gmane.io:gmane.comp.gnu.global.announce" 3 ((1 . 92)) ((unexist) (seen 1 (3 . 92))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.mail.exim.spamassassin" :contents ("nntp+news.gmane.io:gmane.mail.exim.spamassassin" 6 ((1 . 1239)) ((unexist) (seen 201 208 (212 . 214) 221 251 271 274 (283 . 285) 289 (300 . 303) (382 . 384) (466 . 467) 581 714 716 (725 . 726) (730 . 739) 781 1006 1010 (1059 . 1061) 1070 (1185 . 1192) (1218 . 1221) (1238 . 1239))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.linux.debian.devel.exim4.user" :contents ("nntp+news.gmane.io:gmane.linux.debian.devel.exim4.user" 6 ((1 . 2221)) ((unexist) (seen (1 . 2077) (2104 . 2221)) (expire 2039) (tick 23 40 45 606 1186 1439 (1832 . 1833) 1836 1876 (1910 . 1911) (1913 . 1914) (1917 . 1921) 1924 1926)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.version-control.home-dir" :contents ("nntp+news.gmane.io:gmane.comp.version-control.home-dir" 3 ((1 . 1013)) ((unexist (4975 . 5666) (5668 . 6027) (6029 . 7082) (7085 . 7421) (7423 . 7627) (7629 . 7873) (7875 . 7913) (7915 . 8093) (8095 . 8217) 8221 (8223 . 8224) 8226 (8230 . 8232) 8253 (8258 . 8259) (8261 . 8262) 8269 8275 (8277 . 8278) 8296 8302 8305 8311 8313 (8315 . 8318) 8324 (8326 . 8329) (8331 . 8334) (8337 . 8341) (8343 . 8346) (8348 . 8349) (8353 . 8354) (8357 . 8358) 8364 (8367 . 8374) (8377 . 8391) 8393 8404 8406 (8408 . 8409) 8411 (8414 . 8416) 8418 8420 (8426 . 8427) (8432 . 8433) (8442 . 8444) (8449 . 8454) 8469 (8475 . 8476) (8479 . 8481) (8483 . 8485) 8489 (8492 . 8494) 8509 8512 8536 (8552 . 8554) (8557 . 8559) 8562 8565 8567 8569 8572 8574 (8581 . 8583) 8586 8588 8590 (8594 . 8596) (8599 . 8600) 8607 8613 (8629 . 8630) (8640 . 8641) (8643 . 8644) 8648 (8664 . 8666) 8668 (8670 . 8673) 8679 8685 8688 8702 8706 8709 (8713 . 8722) (8726 . 8728) 8730 8732 8734 8737 8740 (8743 . 8745) (8747 . 8754) 8757 (8761 . 8764) (8772 . 8774) 8776 8779 8781 8794 8803 8806 8808 8814 (8816 . 8820) 8826 8836 (8838 . 8840) (8843 . 8847) (8854 . 8855) 8857 (8861 . 8862) 8864 8867 (8870 . 8871) (8877 . 8879) 8887 8894 8896 8898 (8905 . 8910) 8916 8920 8933 8939 (8943 . 8944) 8951 8954 (8962 . 8963) (8979 . 8983) (8986 . 8987) 8997 (9012 . 9016) 9021 9026 9034 9042 9044 (9047 . 9048) 9064 9072 (9075 . 9076) 9085 9087 (9091 . 9093) (9098 . 9099) 9103 (9111 . 9113) 9119 9124 9128 9136 (9141 . 9143) 9163 (9165 . 9166) (9175 . 9176) 9185 9191 9199 9201 9209 9213 9217 (9227 . 9228) 9234 9243 (9247 . 9248) 9250 9263 (9268 . 9272) 9277 9279 9286 9297 9316 9318 9321 (9327 . 9328) 9330 (9332 . 9333) 9344 9347 9356 9365 (9370 . 9372) (9374 . 9376) (9378 . 9379) (9382 . 9383) 9391 9397 9402 9404 9422 (9456 . 9459) (9475 . 9479) 9481 9485 (9499 . 9502) (9512 . 9517) (9553 . 9554) 9561 9605 9613 9625 9628 (9728 . 9729) 9731 (9736 . 9737) (9745 . 9746) 9780 9783 9799 9803 9824 9834 9842 9915 9921 (9928 . 9932) 9947 (9957 . 10000) 10002 10006 10008 10036 10054 10068 10136 10141 10171 10177 (10181 . 10182) 10187 10195 10204 (10213 . 10216) 10232 (10237 . 10238) 10241 (10269 . 10270) (10284 . 10285) 10300 10305 10357 10423 10442 10462 (10464 . 10466) 10471 10491 10508 (10524 . 10526) (10539 . 10540) 10544 10549 10551 (10567 . 10568) 10587 10590 10592 10601 10603 10623 10661 10674 (10682 . 10685) 10718 10722 10745 (10752 . 10753) 10788 10802 10823 10828 10839 10865 10871 10899 10908 (10912 . 10913) 10935 (10939 . 10940) (10976 . 10977) 10986) (seen (1 . 196) (203 . 1013)) (tick (1 . 29) (31 . 32) (53 . 94) (97 . 98) 110 112 (114 . 115) 117 (129 . 130) 143 149 (152 . 172) 206 (253 . 254) (329 . 330) 502 709 (714 . 721) (733 . 737) (768 . 773))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.os.cygwin" :contents ("nntp+news.gmane.io:gmane.os.cygwin" 3 ((1 . 180199)) ((unexist) (seen 97771 97780 97785 97793 97797 97830 97842 97864 97866 97869 (97929 . 97930) 97932 98009 (98380 . 98384) 98386 (98561 . 98562) (98564 . 98566) 98572 98680 99303 99417 99419 99426 (99428 . 99441) 99443 100431 100463 100465 100473 (100475 . 100476) 100900 100915 101165 (122403 . 122507) (122856 . 123024) (123356 . 123472) (123572 . 123674) (125089 . 125288) (125436 . 125547) (129087 . 129103) (166528 . 180199)) (dormant (176164 . 176165) 176645 (176657 . 176663) (176665 . 176672) 176675 176680 (176682 . 176684) 176688 176691 (176695 . 176696) 176701 (176713 . 176714)) (expire (129091 . 129092)) (reply 167537 167564 (167566 . 167567) 167582 176164 176645 176657 176660 (176662 . 176663) 176666 176669 176671 176680 176684 176691 176695 176850 177209) (tick 97793 97797 97830 97842 97864 97866 97869 (97929 . 97930) 97932 98009 (98380 . 98384) 98386 (98561 . 98562) (98564 . 98566) 98572 98680 99303 99417 99419 99426 (99428 . 99441) 99443 100431 100463 100465 100473 (100475 . 100476) 100900 100915 101165 167530 167537 167540 167564 167566 (167570 . 167571) (167582 . 167583) 173784 174382 (174677 . 174678) 174707 (174723 . 174725) 174727 174744 174757 175839 176702 (176709 . 176710) 176850 176927 176929 (177208 . 177209) 177231 177233 177236)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.linux.ntop.general" :contents ("nntp+news.gmane.io:gmane.linux.ntop.general" 6 ((1 . 19488)) ((unexist) (seen (18411 . 19268)) (reply 18930) (tick 18486 18513 (18929 . 18931) 18933)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.linux.ntop.devel" :contents ("nntp+news.gmane.io:gmane.linux.ntop.devel" 6 ((1 . 18192)) ((unexist) (seen (14452 . 16497) (16499 . 17563))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.desktop.winswitch.user" :contents ("nntp+news.gmane.io:gmane.comp.desktop.winswitch.user" 6 ((1 . 1910)) ((unexist) (seen (1 . 1802))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.mail.imap.cyrus" :contents ("nntp+news.gmane.io:gmane.mail.imap.cyrus" 6 ((1 . 32564)) ((expire (20954 . 20957) (20960 . 20965) (20967 . 20971) (20973 . 20976)) (reply 20948 21362 27085 27088 27090 28174 28366 28369 (28372 . 28373) (28375 . 28380) (28382 . 28383) 28390 (28392 . 28393) 28396 28412 (28415 . 28416)) (tick 20948 21117 21362 21397 (26453 . 26456) 26483 26819 26823 26825 26827 27083 27085 (27088 . 27092) (28174 . 28175) 28366 28369 (28371 . 28383) (28390 . 28393) (28395 . 28396) 28412 (28414 . 28417) 28424 29206 (29990 . 29995) (30002 . 30003) (30005 . 30010) (30012 . 30013) (30017 . 30018) 30020 30024 30027 30030 30032)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.debugging.ups.user" :contents ("nntp+news.gmane.io:gmane.comp.debugging.ups.user" 3 ((1 . 415)) ((seen (402 . 415)) (expire 4 7 10 15 (17 . 18) 31 (42 . 45) (47 . 50) 52 54 (56 . 57) 60 68 81 83 134 (146 . 147) 150 (153 . 154) 232 242 266 269 288 (361 . 362) 391)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.db.postgresql.devel.win32" :contents ("nntp+news.gmane.io:gmane.comp.db.postgresql.devel.win32" 6 ((1 . 3010)) ((tick 2513 2531 2539 2661 (2781 . 2783) 2786 2789)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.linux.debian.user" :contents ("nntp+news.gmane.io:gmane.linux.debian.user" 6 ((1 . 369085)) ((expire 162448) (reply 162307) (tick 162307 162736 162741 163226)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.lib.boost.devel" :contents ("nntp+news.gmane.io:gmane.comp.lib.boost.devel" 6 ((1 . 146335)) ((expire 139614 142404) (reply 132696 134085 134090 134118 136658 136726) (tick 135641 135645 (139082 . 139083) 139091 139101 139103 139114 139122 139130 139202 139236 139251 139267 139273)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.gcc.libstdc++.devel" :contents ("nntp+news.gmane.io:gmane.comp.gcc.libstdc++.devel" 6 ((1 . 15151)) ((expire 14877) (tick 12403)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.gcc.g++.general" :contents ("nntp+news.gmane.io:gmane.comp.gcc.g++.general" 6 ((1 . 3527)) ((expire 126 (131 . 139) 142 144 146 151 160 164 180 (522 . 523) 532 571 (985 . 986) (991 . 999) (1023 . 1031) (1033 . 1034) 1133 1218 1220 1290 1322 1375 1381 1410 1412 1425 1427 (1456 . 1457) 1504 1571 1578 1582 1591 1627 (1655 . 1656) 1665 1669 1703 (1772 . 1774) (1805 . 1806) 1813 (1828 . 1829) 1857 (1863 . 1869) (1874 . 1875) 1880 (1883 . 1884) 1891 1894 1899 (1901 . 1903) (1907 . 1908) (1911 . 1912) 1914 (1916 . 1917) 1919 1922 (1925 . 1926) (1933 . 1935) 1967 1971 1988 (2074 . 2075) 2090 2122 (2125 . 2126) 2128 2134 2145 (2147 . 2149) 2162 (2170 . 2171) (2181 . 2182) (2184 . 2185) (2199 . 2200) (2212 . 2213) 2220 2224 2228 2231 2238 2240 (2243 . 2246) (2254 . 2257) (2261 . 2265) 2272 2279 (2291 . 2297) (2302 . 2304) 2307 2313 (2318 . 2320) 2322 (2324 . 2330) (2339 . 2342) (2345 . 2354) (2358 . 2359) (2364 . 2375) (2379 . 2387) (2392 . 2397) (2400 . 2450) (2453 . 2454) (2456 . 2462) (2464 . 2499) 2501 (2503 . 2531) (2537 . 2564) 2569 2572 (2574 . 2578) (2581 . 2589) (2593 . 2601) (2603 . 2627) 2629 (2632 . 2635) (2637 . 2672) (2674 . 2687) 2689 2691 (2695 . 2724) (2729 . 2735) (2742 . 2743) (2745 . 2750) (2755 . 2756) 2758 (2773 . 2774) 2782 2799 (2801 . 2803) (2809 . 2810) (2823 . 2825) (2829 . 2831) 2840 (2847 . 2849) (2853 . 2854) (2866 . 2867) (2870 . 2871) 2882 2888 (2890 . 2891) (2899 . 2902) (2904 . 2905) 2907)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.gdb.devel" :contents ("nntp+news.gmane.io:gmane.comp.gdb.devel" 6 ((1 . 36100)) ((unexist) (seen (19501 . 19505) (19524 . 19525) 19528 22781 (27755 . 27893) (27895 . 28293) (28569 . 28676) (28679 . 28680) (28682 . 28685) (28687 . 28689) (28691 . 28783) (28785 . 28844) (28937 . 29349) (29351 . 29367) (29369 . 29489) (29491 . 31073) (31075 . 31083) (31085 . 31621) (31623 . 31846) (31848 . 31879) (31881 . 31883) (31885 . 31899) (31901 . 32334) (32336 . 32855) (32857 . 32940) (32942 . 32944) (32946 . 32950) (32952 . 32965) (32967 . 32969) (32971 . 32978) (32980 . 33368) (33374 . 33791) (33793 . 33804) (33810 . 33811) (33813 . 33859) (33861 . 34121) (34123 . 34230) (34232 . 34241) (34243 . 34309) 34311 (34313 . 34641) (34643 . 34737) (34739 . 35143) (35145 . 35423) (35431 . 35565) (35568 . 35580) 35582 (35584 . 35591) (35594 . 35739) (35750 . 35751) (35753 . 35885) (35887 . 35924) 35928 35930 (35933 . 35934) (35938 . 36051)) (expire 12786 17882 18091 18610 21081 28740 29108 30092 30777 30847 31008 (31399 . 31400) 31489 (31517 . 31518) 31556 31594 31691 31806 (32602 . 32603) 32646 32772 32872 33134 33218 (33813 . 33817)) (reply 31205 (31232 . 31233) 31450 31452 33666 33734 33741 33750 33762 33776 33826 33921) (tick (19501 . 19505) (19524 . 19525) 19528 31591 32591 33778)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.gcc.devel" :contents ("nntp+news.gmane.io:gmane.comp.gcc.devel" 6 ((1 . 141952)) ((unexist) (seen 76580 88259 88389 91027 (94565 . 94570) 94572 (94579 . 94581) 94583 94590 (94592 . 94593) (94598 . 94601) 94603 (94605 . 94607) (94610 . 94613) 94615 94626 94632 94634 94637 (94639 . 94642) 94644 (94652 . 94653) 94656 94658 (94671 . 94672) 94680 94683 94855 94860 (110973 . 111690) (111692 . 111787) (111789 . 111817) (111819 . 111837) 111839 (111841 . 111852) (111854 . 111874) (111876 . 112175) (112177 . 112180) (112182 . 112192) (112194 . 114057) (114059 . 115269) (115696 . 118082) (118084 . 120570) (120572 . 124034) (124036 . 124079) (124081 . 130322) (130324 . 130466) 130468 (130473 . 130487) (130490 . 130520) (130522 . 130523) (130525 . 130529) (130531 . 130572) (130575 . 130692) (130694 . 130737) (130739 . 131241) (131243 . 131253) (131255 . 131256) (131258 . 131309) (131311 . 131315) (131317 . 131354) (131356 . 131377) (131379 . 131387) (131390 . 131414) (131416 . 131511) (131513 . 131538) (131540 . 131550) (131552 . 131569) (131571 . 131579) 131581 (131584 . 131628) (131630 . 131646) (131648 . 131660) (131662 . 131674) (131676 . 131762) (131764 . 131776) (131778 . 131858) (131860 . 131900) (131902 . 131915) (131917 . 131933) (131935 . 131980) (131982 . 132122) (132124 . 132163) (132165 . 132168) (132170 . 132209) (132211 . 132219) (132221 . 132227) (132229 . 132239) (132241 . 132254) 132256 (132259 . 132269) (132271 . 132614) (132616 . 134097) 134099 134106 (134108 . 134116) (134119 . 134129) (134131 . 134132) (134134 . 134181) (134183 . 135385) (135387 . 137260) (137262 . 139851) (139853 . 139877) (139879 . 141733)) (expire (57388 . 57389) 57497 58172 58563 59045 59098 (59684 . 59685) 59692 61571 61573 61752 63438 65959 (66190 . 66194) (66196 . 66206) (66208 . 66209) (66213 . 66215) 66217 (66219 . 66221) 66223 66225 66230 66235 (66241 . 66242) 66246 (66248 . 66249) 66251 66253 (66256 . 66257) 66259 (66261 . 66262) 66264 66456 (70057 . 70058) 73685 73688 73691 (73886 . 73887) 75009 78855 79576 79705 79713 80881 80885 80887 82581 82963 82965 83174 83178 83355 83435 83550 83562 83576 83596 (83812 . 83814) 83818 (84885 . 84886) 85090 91592 91821 91927 91942 92803 92808 95729 99892 101648 101942 108560 (108682 . 108684) 109081 109787 115522 116196 117094 120110 120741 120774 120797 121038 121040 121153 121169 121243 121419 121428 122155 122514 (122523 . 122524) 122529 122676 (122895 . 122896) 123118 123738 123809 123848 124166 124235 126123 126249 126524 126592 126600 126650 126780 126783 126808 126826 126855 (126860 . 126861) 126877 (127815 . 127817) 127856 127903 127907 128060 128065 128070 (128131 . 128132) 128155 128209 128226 128292 128333 128343 128402 128407 128414 (128433 . 128434) 128448 128453 (128463 . 128464) 128471 128474 128476 128513 128919 128968 129020 (129378 . 129379) 129383 129414 129465 129501 129683 129688 129824 130025 (130029 . 130030) 130033 130047 130050 130056 130072 (130101 . 130102) 130113 (130118 . 130119) 130139 130161 130175 130248 130256 130355 130371 130388 130516 (130545 . 130546) (130569 . 130571) (130580 . 130581) 130661 130755 130760 130780 130785 130787 130820 130822 130827 (130832 . 130833) (130837 . 130838) 130841 130845 (130886 . 130888) 130891 (130896 . 130897) 130900 130912 130951 131023 131060 131062 131064 131090 131112 131591 132067 132230 132233 132239 132248 132252 (132259 . 132261) 132263 132265 132271 132277 132283 132298 132308 132313 (132331 . 132334) 132341 132351 132356 132361 (132381 . 132382) (132385 . 132387) (132389 . 132390) (132398 . 132399) 132402 (132408 . 132410) 132413 132423 132427 132429 132435 132451 132454 132458 (132467 . 132468) 132472 (132475 . 132476) (132478 . 132479) 132674 132709 132724 132727 133257 134372 134374 134376 (134378 . 134379) 134398 134404 134409 134414 134430 134434 134443 134449 134455 134478 134490 134503 134511 134517 134519 (134531 . 134532) 134536 134541 134543 134588 134595 134620 134640 134650 134663 134670 134682 134707 134712 (134718 . 134720) 134723 134737 134745 134749 134751 134753 134760 134765 134780 134792 134807 (134826 . 134827) 134862 134874 134885 134890 134893 134902 134926 134945 134968 134971 134973 134994 134997 135005 135012 135018 135027 (135032 . 135033) (135035 . 135036) (135039 . 135041) 136824 136946 136997 137154 141037 (141049 . 141051) 141286) (reply 65786 132038) (tick 76580 88259 88389 91027 (94565 . 94570) 94572 (94579 . 94581) 94583 94590 (94592 . 94593) (94598 . 94601) 94603 (94605 . 94607) (94610 . 94613) 94615 94626 94632 94634 94637 (94639 . 94642) 94644 (94652 . 94653) 94656 94658 (94671 . 94672) 94680 94683 94855 94860 126585)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.encryption.kerberos.general" :contents ("nntp+news.gmane.io:gmane.comp.encryption.kerberos.general" 6 ((1 . 6657)) ((expire 688 (700 . 701) 732 762 867 896 911 944 975 997 (1040 . 1041) 1069 1097 1164 1261 (1264 . 1275) (1277 . 1279) 1281 (1283 . 1284) (1286 . 1287) 1293 (1329 . 1330) (1378 . 1379) 1392 1455 1487 1489 1493 1496 1498 (1503 . 1504) 1506 (1548 . 1549) 1558 1561 1564 1566 1581 1618 1640 1677 1715 (1746 . 1747) (1749 . 1750) 1764 1813 1816 1823 1826 1830 1836 1848 1852 1858 1977 1979 1983 1985 1987 (1997 . 1998) 2000 (2012 . 2013) 2034 (2054 . 2055) 2063 2067 2110 2118 2137 2208 2211 2217 2219 2221 (2228 . 2230) 2235 (2237 . 2239) (2242 . 2243) (2371 . 2372) 2377 2390 2409 2420 2432 2450 2454 (2477 . 2478) 3640) (tick (2245 . 2246) (2249 . 2250) 2259 2269 2274 2293 2295 2335 2677 2679 2682 5800 5939 5953 6206 6211 (6216 . 6217))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.linux.pam" :contents ("nntp+news.gmane.io:gmane.linux.pam" 6 ((1 . 2220)) ((expire 1921 (1925 . 1927) 1986 1991 2019 2045 2047 (2064 . 2065))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.video.kino.devel" :contents ("nntp+news.gmane.io:gmane.comp.video.kino.devel" 3 ((1 . 4094)) ((unexist) (seen 1237 (2148 . 2150) 2303 2758 2990 (3724 . 3725) (3817 . 3818) (3820 . 3976) (3986 . 4028) (4030 . 4094)) (expire 2201 2772 2852 2871 2958 2969 3144 4073) (reply 3713) (tick 1237 (2148 . 2150) 2303 2758 2990 (3724 . 3725) (3817 . 3818))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.video.dvdnav.general" :contents ("nntp+news.gmane.io:gmane.comp.video.dvdnav.general" 3 ((1 . 2244)) ((unexist) (seen (2136 . 2236) (2240 . 2241)) (tick 2236)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.audio.freedb.devel" :contents ("nntp+news.gmane.io:gmane.comp.audio.freedb.devel" 6 ((1 . 91)) ((tick (11 . 12) (14 . 15) (18 . 21) (24 . 25) (57 . 58) (70 . 77) 80)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.video.libdvdnav.devel" :contents ("nntp+news.gmane.io:gmane.comp.video.libdvdnav.devel" 6 ((1 . 70)) ((unexist) (seen (1 . 39) (41 . 45) (47 . 70)) (tick 70)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.video.videolan.libdvdnav.devel" :contents ("nntp+news.gmane.io:gmane.comp.video.videolan.libdvdnav.devel" 3 ((1 . 391)) ((unexist) (seen (1 . 391))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.com.mobileread.calibre.library" :contents ("nntp+news.gwene.org:gwene.com.mobileread.calibre.library" 3 ((1 . 6553)) ((unexist) (seen (1268 . 6553))) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.com.mobileread.calibre.general" :contents ("nntp+news.gwene.org:gwene.com.mobileread.calibre.general" 3 ((1 . 27205)) ((unexist) (seen (6171 . 27205))) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.com.mobileread.calibre.plugins" :contents ("nntp+news.gwene.org:gwene.com.mobileread.calibre.plugins" 3 ((1 . 709)) ((unexist) (seen (1 . 709))) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.com.mobileread.calibre.catalogs" :contents ("nntp+news.gwene.org:gwene.com.mobileread.calibre.catalogs" 3 ((1 . 393)) ((unexist) (seen (1 . 393))) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.com.calibre.changelog" :contents ("nntp+news.gwene.org:gwene.com.calibre.changelog" 3 ((1 . 357)) ((unexist) (seen (1 . 357))) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.com.mobileread.calibre.development" :contents ("nntp+news.gwene.org:gwene.com.mobileread.calibre.development" 3 ((1 . 876)) ((unexist) (seen (230 . 876))) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.com.mobileread.calibre.conversion" :contents ("nntp+news.gwene.org:gwene.com.mobileread.calibre.conversion" 3 ((1 . 4071)) ((unexist) (seen (1 . 4071))) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.music.equipment.slimdevices.squeezenetwork" :contents ("nntp+news.gmane.io:gmane.music.equipment.slimdevices.squeezenetwork" 3 ((1 . 22018) (22020 . 22027) (22030 . 22032) (22036 . 22037) (22040 . 22042) (22044 . 22044)) ((unexist) (seen (18391 . 22044)) (dormant 21082 (21084 . 21090) 21390) (reply 21084 (21086 . 21087) 21089 21309 21357 21392) (tick 18777 18920 (20015 . 20016) 20021 (20850 . 20851) 20888 20891 20900 (20903 . 20904) (20906 . 20910) (20921 . 20923) (20931 . 20940) 20947 (20951 . 20952) 20962 (20964 . 20966) 20973 20977 20981 20984 (20989 . 20993) 20995 (20997 . 20998) 21003 (21014 . 21015) (21017 . 21019) (21079 . 21081) 21083 21149 (21153 . 21156) (21158 . 21159) (21167 . 21168) 21309 (21321 . 21323) 21330 21337 21341 21389 (21391 . 21393) (21395 . 21398) (21400 . 21401) (21403 . 21404) (21406 . 21407) 21409 (21411 . 21425) 21427 21433 (21437 . 21438) (21440 . 21441) 21447 (21451 . 21453) 21455 (21465 . 21472) (21474 . 21492) 21494 (21497 . 21527) (21535 . 21536) (21540 . 21545) 21547 (21550 . 21551) 21562 21567 (21687 . 21688) (21691 . 21692) 21709 (21786 . 21792) (21795 . 21796) 21798 21804 21808 (21827 . 21838) (21840 . 21842) (21844 . 21845))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.music.equipment.slimdevices.squeezecenter" :contents ("nntp+news.gmane.io:gmane.music.equipment.slimdevices.squeezecenter" 3 ((1 . 82016)) ((unexist) (seen (49078 . 82016)) (dormant 78784 (79017 . 79018) 79021 (79023 . 79024) (79026 . 79027) 79031 79038 79043 (79049 . 79050) 79054 (79075 . 79077) 79095 80554 80556 (81923 . 81925) 81929 81934 81971) (reply 57220 57242 57252 72652 72661 72668 72675 72689 78522 79017 79021 79023 79027 79043 79054 79076 80554 81924) (tick (55509 . 55510) (57219 . 57221) 57242 57249 57252 57255 (57327 . 57328) (57549 . 57550) 71149 71155 72650 72652 72658 72661 72668 (72674 . 72676) 77790 (77797 . 77798) 77803 77977 78054 (78084 . 78085) 78087 78089 78104 78107 (78251 . 78256) (78260 . 78261) (78267 . 78268) 78527 78532 78541 78597 78601 (78786 . 78794) 78797 78799 (78801 . 78804) (78809 . 78812) (78815 . 78817) (78821 . 78822) (78827 . 78828) 78832 78835 (78841 . 78844) 78853 (78855 . 78856) 78858 78862 78864 78922 (78924 . 78928) 78949 (78956 . 78960) 78963 78967 79029)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.music.equipment.slimdevices.general" :contents ("nntp+news.gmane.io:gmane.music.equipment.slimdevices.general" 3 ((1 . 222627)) ((unexist (1 . 4973) (4975 . 5666) (5668 . 6027) (6029 . 7082) (7085 . 7421) (7423 . 7627) (7629 . 7873) (7875 . 7913) (7915 . 8093) (8095 . 8217) 8221 (8223 . 8224) 8226 (8230 . 8232) 8253 (8258 . 8259) (8261 . 8262) 8269 8275 (8277 . 8278) 8296 8302 8305 8311 8313 (8315 . 8318) 8324 (8326 . 8329) (8331 . 8334) (8337 . 8341) (8343 . 8346) (8348 . 8349) (8353 . 8354) (8357 . 8358) 8364 (8367 . 8374) (8377 . 8391) 8393 8404 8406 (8408 . 8409) 8411 (8414 . 8416) 8418 8420 (8426 . 8427) (8432 . 8433) (8442 . 8444) (8449 . 8454) 8469 (8475 . 8476) (8479 . 8481) (8483 . 8485) 8489 (8492 . 8494) 8509 8512 8536 (8552 . 8554) (8557 . 8559) 8562 8565 8567 8569 8572 8574 (8581 . 8583) 8586 8588 8590 (8594 . 8596) (8599 . 8600) 8607 8613 (8629 . 8630) (8640 . 8641) (8643 . 8644) 8648 (8664 . 8666) 8668 (8670 . 8673) 8679 8685 8688 8702 8706 8709 (8713 . 8722) (8726 . 8728) 8730 8732 8734 8737 8740 (8743 . 8745) (8747 . 8754) 8757 (8761 . 8764) (8772 . 8774) 8776 8779 8781 8794 8803 8806 8808 8814 (8816 . 8820) 8826 8836 (8838 . 8840) (8843 . 8847) (8854 . 8855) 8857 (8861 . 8862) 8864 8867 (8870 . 8871) (8877 . 8879) 8887 8894 8896 8898 (8905 . 8910) 8916 8920 8933 8939 (8943 . 8944) 8951 8954 (8962 . 8963) (8979 . 8983) (8986 . 8987) 8997 (9012 . 9016) 9021 9026 9034 9042 9044 (9047 . 9048) 9064 9072 (9075 . 9076) 9085 9087 (9091 . 9093) (9098 . 9099) 9103 (9111 . 9113) 9119 9124 9128 9136 (9141 . 9143) 9163 (9165 . 9166) (9175 . 9176) 9185 9191 9199 9201 9209 9213 9217 (9227 . 9228) 9234 9243 (9247 . 9248) 9250 9263 (9268 . 9272) 9277 9279 9286 9297 9316 9318 9321 (9327 . 9328) 9330 (9332 . 9333) 9344 9347 9356 9365 (9370 . 9372) (9374 . 9376) (9378 . 9379) (9382 . 9383) 9391 9397 9402 9404 9422 (9456 . 9459) (9475 . 9479) 9481 9485 (9499 . 9502) (9512 . 9517) (9553 . 9554) 9561 9605 9613 9625 9628 (9728 . 9729) 9731 (9736 . 9737) (9745 . 9746) 9780 9783 9799 9803 9824 9834 9842 9915 9921 (9928 . 9932) 9947 (9957 . 10000) 10002 10006 10008 10036 10054 10068 10136 10141 10171 10177 (10181 . 10182) 10187 10195 10204 (10213 . 10216) 10232 (10237 . 10238) 10241 (10269 . 10270) (10284 . 10285) 10300 10305 10357 10423 10442 10462 (10464 . 10466) 10471 10491 10508 (10524 . 10526) (10539 . 10540) 10544 10549 10551 (10567 . 10568) 10587 10590 10592 10601 10603 10623 10661 10674 (10682 . 10685) 10718 10722 10745 (10752 . 10753) 10788 10802 10823 10828 10839 10865 10871 10899 10908 (10912 . 10913) 10935 (10939 . 10940) (10976 . 10977) 10986 11034) (seen (154036 . 191739) (191741 . 196544) (196546 . 197408) (197410 . 222627)) (dormant 196423 (196427 . 196428) 219165 (220867 . 220868) 221012) (expire 155995 164580 165250 165773 167102 167202 (168176 . 168177) (183004 . 183006) 183574 183996 184301 184346 186430 186434 186470 186475 186489 186555 186584 186591 (186608 . 186609) 186620 186648 186891 186967 187210 (187907 . 187911) 189005 189008 189127 189129 189134 189308 196478 198554 198577) (reply 164046 167628 168915 (169848 . 169849) 169854 169878 178332 178338 183178 183906 183954 183971 190789 190890 196423 196427 204720 204722 207966 (209970 . 209971) 210327 219168 219206 (220054 . 220056) 220868 220870 220914) (tick 163690 164046 (164048 . 164049) 164053 164060 (164077 . 164078) 164093 164239 164257 164259 164265 (167619 . 167621) (167626 . 167628) 167639 (167641 . 167642) 167665 168915 168923 (169848 . 169849) 169854 (169874 . 169878) 169893 175305 178330 178332 178336 178338 178411 (183896 . 183897) 183899 183901 183908 (183913 . 183914) 183917 183919 (183953 . 183954) 183971 184035 185358 185488 (187092 . 187093) 187096 (187098 . 187100) 187102 187107 (187124 . 187127) (187129 . 187130) (187151 . 187152) 187157 187174 187195 187202 188122 190789 190890 190936 (197170 . 197171) 197179 197190 (197192 . 197193) 197195 197198 204707 204711 (204719 . 204720) (204722 . 204723) 204726 207964 207966 207971 (209969 . 209973) 210327 210329 (216425 . 216429) 216432 216437 (216444 . 216445) 216447 216452 216457 216460 216610 (217496 . 217497) 217499 217685 219166 219168 219173 219184 (219198 . 219199) 219206 219215 (220053 . 220057) 220060 220081 220083 (220161 . 220165) 220170 (220317 . 220322) 220327 (220329 . 220330) (220498 . 220500) 220511 220530 (220869 . 220871) (220913 . 220914) 221175 (221177 . 221178) 221648 221665)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.network.ethereal.user" :contents ("nntp+news.gmane.io:gmane.network.ethereal.user" 6 ((1 . 12994)) ((tick 187 190 192 (195 . 197) 203 1707 (1712 . 1714) 1749 1751 3626)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.text.docbook.apps" :contents ("nntp+news.gmane.io:gmane.text.docbook.apps" 3 ((1 . 30512)) ((unexist (1 . 4973) (4975 . 5666) (5668 . 6027) (6029 . 7082) (7085 . 7421) (7423 . 7627) (7629 . 7873) (7875 . 7913) (7915 . 8093) (8095 . 8217) 8221 (8223 . 8224) 8226 (8230 . 8232) 8253 (8258 . 8259) (8261 . 8262) 8269 8275 (8277 . 8278) 8296 8302 8305 8311 8313 (8315 . 8318) 8324 (8326 . 8329) (8331 . 8334) (8337 . 8341) (8343 . 8346) (8348 . 8349) (8353 . 8354) (8357 . 8358) 8364 (8367 . 8374) (8377 . 8391) 8393 8404 8406 (8408 . 8409) 8411 (8414 . 8416) 8418 8420 (8426 . 8427) (8432 . 8433) (8442 . 8444) (8449 . 8454) 8469 (8475 . 8476) (8479 . 8481) (8483 . 8485) 8489 (8492 . 8494) 8509 8512 8536 (8552 . 8554) (8557 . 8559) 8562 8565 8567 8569 8572 8574 (8581 . 8583) 8586 8588 8590 (8594 . 8596) (8599 . 8600) 8607 8613 (8629 . 8630) (8640 . 8641) (8643 . 8644) 8648 (8664 . 8666) 8668 (8670 . 8673) 8679 8685 8688 8702 8706 8709 (8713 . 8722) (8726 . 8728) 8730 8732 8734 8737 8740 (8743 . 8745) (8747 . 8754) 8757 (8761 . 8764) (8772 . 8774) 8776 8779 8781 8794 8803 8806 8808 8814 (8816 . 8820) 8826 8836 (8838 . 8840) (8843 . 8847) (8854 . 8855) 8857 (8861 . 8862) 8864 8867 (8870 . 8871) (8877 . 8879) 8887 8894 8896 8898 (8905 . 8910) 8916 8920 8933 8939 (8943 . 8944) 8951 8954 (8962 . 8963) (8979 . 8983) (8986 . 8987) 8997 (9012 . 9016) 9021 9026 9034 9042 9044 (9047 . 9048) 9064 9072 (9075 . 9076) 9085 9087 (9091 . 9093) (9098 . 9099) 9103 (9111 . 9113) 9119 9124 9128 9136 (9141 . 9143) 9163 (9165 . 9166) (9175 . 9176) 9185 9191 9199 9201 9209 9213 9217 (9227 . 9228) 9234 9243 (9247 . 9248) 9250 9263 (9268 . 9272) 9277 9279 9286 9297 9316 9318 9321 (9327 . 9328) 9330 (9332 . 9333) 9344 9347 9356 9365 (9370 . 9372) (9374 . 9376) (9378 . 9379) (9382 . 9383) 9391 9397 9402 9404 9422 (9456 . 9459) (9475 . 9479) 9481 9485 (9499 . 9502) (9512 . 9517) (9553 . 9554) 9561 9605 9613 9625 9628 (9728 . 9729) 9731 (9736 . 9737) (9745 . 9746) 9780 9783 9799 9803 9824 9834 9842 9915 9921 (9928 . 9932) 9947 (9957 . 10000) 10002 10006 10008 10036 10054 10068 10136 10141 10171 10177 (10181 . 10182) 10187 10195 10204 (10213 . 10216) 10232 (10237 . 10238) 10241 (10269 . 10270) (10284 . 10285) 10300 10305 10357 10423 10442 10462 (10464 . 10466) 10471 10491 10508 (10524 . 10526) (10539 . 10540) 10544 10549 10551 (10567 . 10568) 10587 10590 10592 10601 10603 10623 10661 10674 (10682 . 10685) 10718 10722 10745 (10752 . 10753) 10788 10802 10823 10828 10839 10865 10871 10899 10908 (10912 . 10913) 10935 (10939 . 10940) (10976 . 10977) 10986 11034) (seen 14645 14648 (14651 . 14652) (14657 . 14658) 14660 14662 14842 (14846 . 14848) 14869 (14871 . 14876) 14883 14885 14888 (14904 . 14905) (14936 . 14937) (14947 . 14948) 14950 14952 (14954 . 14960) 14964 15003 15122 15124 15131 15133 15137 (15190 . 15191) (15193 . 15194) 15339 15344 15352 15434 16066 16493 (16495 . 16497) 16515 (16537 . 16538) 16572 16701 (16704 . 16706) (17090 . 17092) (17096 . 17097) 17099 (17102 . 17103) (17105 . 17106) (17108 . 17110) 17113 17119 (17134 . 17135) 17137 17144 17767 18575 20238 21791 (21897 . 23265) (23267 . 26416) (26418 . 28072) (28074 . 28076) (28078 . 28520) 28522 (28524 . 28529) (28531 . 29146) (29148 . 29153) (29155 . 29157) (29159 . 29524) (29527 . 29533) (29536 . 30512)) (expire 9425 12828 15040 23266 26527 26533) (reply 9249 9367 9499 11357 11359 12700 14526 14987 14989 14994 15124 16493 (16495 . 16496) 21597 21678 24738) (tick (14936 . 14937) 14964 15122 15124 16493 (16495 . 16497) (17090 . 17092) (17096 . 17097) 17099 (17102 . 17103) (17105 . 17106) (17108 . 17110) 17113 17119 (17134 . 17135) 17137 17144 17767 18575 20238 22650 22933 (22938 . 22939) 22946 23119 23279 24804 (24821 . 24822) 24880 24909 25189 25223 (25605 . 25608) 27182 (27195 . 27196) 30504)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.text.xml.relaxng.discuss" :contents ("nntp+news.gmane.io:gmane.text.xml.relaxng.discuss" 3 ((1 . 1435)) ((unexist) (seen (262 . 267) (269 . 270) 276 (668 . 671) 675 (683 . 684) (966 . 1435)) (expire (364 . 366) (394 . 409) (418 . 422) (434 . 436) (439 . 442) 466 472 (477 . 478) (486 . 487) (492 . 495) (501 . 502) 505 (510 . 511) (533 . 534) 540 548 569 (577 . 579) (581 . 582) (584 . 586) (589 . 590) 597 603 (605 . 608) (610 . 613) (616 . 627) (629 . 633) 635 (639 . 640) (652 . 654) 667) (reply 671 675) (tick (262 . 267) (269 . 270) 276 (668 . 671) 675 (683 . 684) 1066 1101 1110 1135 1168 1195)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.editors.vex.general" :contents ("nntp+news.gmane.io:gmane.editors.vex.general" 3 ((1 . 18)) ((unexist (1 . 4973) (4975 . 5666) (5668 . 6027) (6029 . 7082) (7085 . 7421) (7423 . 7627) (7629 . 7873) (7875 . 7913) (7915 . 8093) (8095 . 8217) 8221 (8223 . 8224) 8226 (8230 . 8232) 8253 (8258 . 8259) (8261 . 8262) 8269 8275 (8277 . 8278) 8296 8302 8305 8311 8313 (8315 . 8318) 8324 (8326 . 8329) (8331 . 8334) (8337 . 8341) (8343 . 8346) (8348 . 8349) (8353 . 8354) (8357 . 8358) 8364 (8367 . 8374) (8377 . 8391) 8393 8404 8406 (8408 . 8409) 8411 (8414 . 8416) 8418 8420 (8426 . 8427) (8432 . 8433) (8442 . 8444) (8449 . 8454) 8469 (8475 . 8476) (8479 . 8481) (8483 . 8485) 8489 (8492 . 8494) 8509 8512 8536 (8552 . 8554) (8557 . 8559) 8562 8565 8567 8569 8572 8574 (8581 . 8583) 8586 8588 8590 (8594 . 8596) (8599 . 8600) 8607 8613 (8629 . 8630) (8640 . 8641) (8643 . 8644) 8648 (8664 . 8666) 8668 (8670 . 8673) 8679 8685 8688 8702 8706 8709 (8713 . 8722) (8726 . 8728) 8730 8732 8734 8737 8740 (8743 . 8745) (8747 . 8754) 8757 (8761 . 8764) (8772 . 8774) 8776 8779 8781 8794 8803 8806 8808 8814 (8816 . 8820) 8826 8836 (8838 . 8840) (8843 . 8847) (8854 . 8855) 8857 (8861 . 8862) 8864 8867 (8870 . 8871) (8877 . 8879) 8887 8894 8896 8898 (8905 . 8910) 8916 8920 8933 8939 (8943 . 8944) 8951 8954 (8962 . 8963) (8979 . 8983) (8986 . 8987) 8997 (9012 . 9016) 9021 9026 9034 9042 9044 (9047 . 9048) 9064 9072 (9075 . 9076) 9085 9087 (9091 . 9093) (9098 . 9099) 9103 (9111 . 9113) 9119 9124 9128 9136 (9141 . 9143) 9163 (9165 . 9166) (9175 . 9176) 9185 9191 9199 9201 9209 9213 9217 (9227 . 9228) 9234 9243 (9247 . 9248) 9250 9263 (9268 . 9272) 9277 9279 9286 9297 9316 9318 9321 (9327 . 9328) 9330 (9332 . 9333) 9344 9347 9356 9365 (9370 . 9372) (9374 . 9376) (9378 . 9379) (9382 . 9383) 9391 9397 9402 9404 9422 (9456 . 9459) (9475 . 9479) 9481 9485 (9499 . 9502) (9512 . 9517) (9553 . 9554) 9561 9605 9613 9625 9628 (9728 . 9729) 9731 (9736 . 9737) (9745 . 9746) 9780 9783 9799 9803 9824 9834 9842 9915 9921 (9928 . 9932) 9947 (9957 . 10000) 10002 10006 10008 10036 10054 10068 10136 10141 10171 10177 (10181 . 10182) 10187 10195 10204 (10213 . 10216) 10232 (10237 . 10238) 10241 (10269 . 10270) (10284 . 10285) 10300 10305 10357 10423 10442 10462 (10464 . 10466) 10471 10491 10508 (10524 . 10526) (10539 . 10540) 10544 10549 10551 (10567 . 10568) 10587 10590 10592 10601 10603 10623 10661 10674 (10682 . 10685) 10718 10722 10745 (10752 . 10753) 10788 10802 10823 10828 10839 10865 10871 10899 10908 (10912 . 10913) 10935 (10939 . 10940) (10976 . 10977) 10986 11034) (seen (8 . 9) (16 . 18)) (expire 18) (tick (8 . 9))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.text.xml.forrest.user" :contents ("nntp+news.gmane.io:gmane.text.xml.forrest.user" 3 ((1 . 5063)) ((unexist) (seen 1098 1181 (2628 . 2630) 2672 2678 2838 2841 3583 3587 3590 3599 3604 3626 3629 3636 3639 4167 (4847 . 5063)) (expire 2097 (3696 . 3698)) (tick 1098 1181 (2628 . 2630) 2672 2678 2838 2841 3583 3587 3590 3599 3604 3626 3629 3636 3639 4167 4988)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.text.xml.xmlroff.general" :contents ("nntp+news.gmane.io:gmane.text.xml.xmlroff.general" 3 ((1 . 667)) ((seen 145 222 301 308 314 (316 . 318) 360 399 401 416 549 552 585 (593 . 604) 611 614 (616 . 622) (640 . 667)) (reply 2 167 217 598 617 621) (tick 145 222 301 308 314 (316 . 318) 360 399 401 416 549 552 585 (593 . 604) 611 614 (616 . 622) (666 . 667))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.text.docbook.misc" :contents ("nntp+news.gmane.io:gmane.text.docbook.misc" 3 ((1 . 9589)) ((unexist) (seen (4168 . 4169) 4184 4224 4331 4339 4489 4491 4779 4803 (5900 . 5905) (7356 . 7363) 7491 7501 (7681 . 7696) (7698 . 7699) (7718 . 7726) (7729 . 7743) (7747 . 7753) (7756 . 7819) (7821 . 7902) (7906 . 8060) (8063 . 8208) (8211 . 8269) (8271 . 8330) (8334 . 8343) (8345 . 8359) (8362 . 8366) (8368 . 8370) (8375 . 8380) (8383 . 8384) (8387 . 8399) (8403 . 8404) (8407 . 8410) (8415 . 8424) (8426 . 8451) (8453 . 8454) (8456 . 8969) (8972 . 8976) (8978 . 9016) (9023 . 9026) (9031 . 9058) 9061 (9064 . 9091) 9093 9095 (9097 . 9101) (9103 . 9104) (9106 . 9107) 9109 9111 (9113 . 9119) (9121 . 9125) (9127 . 9130) (9132 . 9185) (9187 . 9195) (9198 . 9204) (9207 . 9218) (9221 . 9275) (9277 . 9327) 9329 (9332 . 9336) 9343 (9345 . 9540) (9543 . 9574) (9579 . 9589)) (expire 4604 4677 4680 4700 4707 (5235 . 5236) (5239 . 5241) 5382 5390 5461 5508 5807) (reply 4492 5411 5455) (tick 4491 4779 4803 7491 7501)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.emacs.xae" :contents ("nntp+news.gmane.io:gmane.emacs.xae" 3 ((1 . 364)) ((seen (352 . 364)) (expire 128 136 (138 . 145) 147 (151 . 154) (156 . 157) 159 161 (163 . 168) (170 . 173) (175 . 177) (179 . 180) (183 . 184) 186 (192 . 194) 196 212 214 (217 . 218) (220 . 225) (228 . 230) 234 236 238 329 (341 . 343) (352 . 364))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.emacs.psgml.devel" :contents ("nntp+news.gmane.io:gmane.emacs.psgml.devel" 3 ((1 . 1546)) ((seen 141 (1173 . 1187) 1191 (1194 . 1195) (1197 . 1546)) (expire 147 (150 . 184) (186 . 199) (201 . 203) (205 . 206) 210 214 217 (222 . 227) (236 . 237) (241 . 245) (247 . 252) (254 . 256) (258 . 263) 267 (269 . 272) 274 (276 . 277) 279 (281 . 284) (287 . 291) (293 . 295) 298 (300 . 307) (309 . 312) 314 (316 . 317) 319 (321 . 322) (324 . 327) (330 . 334) 336 340 345 (366 . 367) 383 398 414 420 (425 . 428) (433 . 462) (464 . 473) (475 . 476) 478 (480 . 487) 489 491 (493 . 495) (497 . 502) 504 (507 . 508) 510 (513 . 515) (525 . 527) 531 535 537 (541 . 542) (769 . 960) (962 . 970) 979 994 (999 . 1000) 1002 1005 1007 (1009 . 1010) 1014 1017 (1021 . 1022) 1024 (1026 . 1027) 1030 1073 1077 (1080 . 1081) 1083 (1086 . 1087) (1089 . 1091) 1156 1161 1163 (1165 . 1166) (1169 . 1172) (1189 . 1190) (1192 . 1193) 1421 (1437 . 1438) 1450 (1456 . 1458) 1461 1466 (1471 . 1472) (1477 . 1478) (1480 . 1482) (1485 . 1540) (1542 . 1545)) (tick 141)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.emacs.nxml.general" :contents ("nntp+news.gmane.io:gmane.emacs.nxml.general" 3 ((1 . 2116)) ((unexist) (seen (1 . 13) (15 . 346) (348 . 351) (353 . 370) (372 . 403) (405 . 415) (417 . 421) (424 . 450) (452 . 457) (459 . 621) (623 . 680) (682 . 693) (696 . 702) (705 . 709) 711 715 (717 . 735) (737 . 767) (769 . 824) (826 . 834) (836 . 848) (850 . 880) 882 (884 . 900) (903 . 918) (921 . 922) (925 . 966) (968 . 1005) (1007 . 1027) (1029 . 1161) 1164 (1166 . 1245) (1249 . 1258) (1261 . 1263) 1265 (1278 . 1284) (1287 . 1296) (1299 . 1302) (1307 . 1309) (1312 . 1337) (1339 . 1349) (1353 . 1354) (1356 . 1362) 1364 1370 1372 (1374 . 1376) 1378 (1392 . 1393) (1395 . 1396) (1400 . 1414) (1418 . 1421) 1423 1425 (1432 . 1434) (1439 . 1442) 1447 1450 (1454 . 1457) (1461 . 1476) (1479 . 1480) (1482 . 1485) (1487 . 1488) (1490 . 1491) 1494 (1498 . 1530) (1532 . 1539) 1543 (1545 . 1546) (1550 . 1569) (1572 . 1589) (1591 . 1614) 1617 (1624 . 1636) (1639 . 1659) (1663 . 1676) 1678 (1680 . 1681) (1683 . 1699) (1702 . 1703) (1706 . 1719) (1723 . 1728) (1730 . 1734) (1738 . 1790) (1792 . 1801) (1806 . 1811) (1814 . 1821) (1825 . 1827) (1829 . 1850) (1852 . 1861) (1863 . 1867) (1870 . 1871) (1876 . 1879) (1881 . 1882) (1887 . 1889) (1891 . 1898) (1901 . 1930) (1932 . 1935) (1937 . 1957) (1959 . 1976) (1978 . 1993) (1995 . 2031) (2039 . 2046) (2050 . 2116)) (dormant (2007 . 2008)) (expire 1976 1978 (1982 . 1983) (1988 . 1989)) (reply 1995 2001 2004 2112 2114) (tick 56 58 (105 . 109) 111 (113 . 117) 120 174 (1278 . 1284) (1287 . 1296) 1299 1325 1327 1330 (1332 . 1333) (1340 . 1343) 1634 (1896 . 1898) (1944 . 1957) (1966 . 1975) (1980 . 1981) 1987 (2013 . 2014) 2024 (2029 . 2031) (2111 . 2114) 2116)) "nntp:news.gmane.io" ((to-address . "emacs-nxml-mode@yahoogroups.com"))) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.emacs.psgml.user" :contents ("nntp+news.gmane.io:gmane.emacs.psgml.user" 3 ((1 . 904)) ((unexist) (seen (2 . 60) (62 . 286) (288 . 291) (295 . 296) 298 (300 . 303) (305 . 306) (310 . 313) (315 . 316) (318 . 342) (345 . 347) (351 . 352) 355 (357 . 361) (365 . 366) (369 . 370) (372 . 374) 376 381 (383 . 388) (391 . 394) (396 . 398) 402 405 (409 . 413) (415 . 427) 432 440 (442 . 449) 451 (454 . 456) 460 (463 . 464) (467 . 470) (473 . 476) (481 . 490) 493 495 (500 . 506) 510 514 516 519 522 526 528 545 553 (556 . 558) 560 (562 . 563) 566 (574 . 575) (577 . 579) (581 . 582) 584 (643 . 653) 657 (662 . 663) (671 . 672) (674 . 677) 680 (682 . 689) (691 . 694) (696 . 701) (703 . 704) 706 (708 . 710) 713 (716 . 717) (719 . 723) 725 (727 . 728) 730 737 741 744 761 764 768 770 772 (775 . 776) (778 . 779) 783 (785 . 786) (795 . 796) 800 804 806 808 812 816 (818 . 822) 827 832 (853 . 856) 859 (861 . 863) (865 . 871) (874 . 879) (882 . 904)) (expire 286 (288 . 290) (295 . 296) 298 (305 . 306) (310 . 313) (315 . 316) (318 . 329) (331 . 332) 345 347 (351 . 352) 355 (357 . 361) (365 . 366) (369 . 370) 372 374 376 381 (387 . 388) (391 . 394) (396 . 398) 402 405 (409 . 413) (415 . 423) (425 . 427) 432 440 (442 . 449) 451 (454 . 456) 460 (463 . 464) (467 . 470) (473 . 476) (481 . 490) 493 495 (500 . 506) 510 514 516 519 522 526 528 545 553 (556 . 558) 560 (562 . 563) 566 (574 . 575) (577 . 579) (581 . 582) 584 (643 . 653) 657 (662 . 663) 672 (674 . 677) 680 682 (685 . 687) 689 691 694 697 713 723 730 737 741 744 761 764 768 770 772 (775 . 776) (778 . 779) 783 785 795 821 (874 . 879) (882 . 887)) (tick 101 (106 . 107) (109 . 114) 116)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.text.xml.relaxng.general" :contents ("nntp+news.gmane.io:gmane.text.xml.relaxng.general" 3 ((1 . 719)) ((seen (1 . 181) (184 . 719))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.text.xml.devel" :contents ("nntp+news.gmane.io:gmane.text.xml.devel" 3 ((1 . 52427)) ((unexist) (seen (49809 . 49969) (49972 . 50004) (50006 . 52427)) (reply 50009) (tick (50008 . 50010) 52092 52209 (52321 . 52322))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.editors.conglomerate.devel" :contents ("nntp+news.gmane.io:gmane.editors.conglomerate.devel" 3 ((1 . 3676)) ((expire 3668) (reply 3399 3401 3407 3417 3420 3636 3646 3648) (tick 3263 3399 (3415 . 3417) 3422 (3616 . 3617) (3632 . 3653) (3669 . 3671)) (seen 3263 3399 (3415 . 3417) 3422 (3616 . 3617) (3632 . 3653) (3669 . 3671))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.text.xml.basex.talk" :contents ("nntp+news.gmane.io:gmane.text.xml.basex.talk" 3 ((1 . 12201)) ((unexist) (seen (1 . 431) (433 . 1454) (1456 . 2157) (2159 . 2631) (2633 . 2725) (7804 . 12201)) (expire 947 949 951 973 1088 1246 (1258 . 1259) 1261 1277 1285 1320 1411 1658 1793 2198 2377 2596) (reply 7805 7808 7814) (tick 761 765 769 (1266 . 1267) 1271 1326 (1412 . 1414) 1421 (1424 . 1425) (7804 . 7805) (7807 . 7808) (7813 . 7814) 7820)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.editors.conglomerate.general" :contents ("nntp+news.gmane.io:gmane.editors.conglomerate.general" 3 ((1 . 491)) ((seen (461 . 462) (466 . 467) 475 (485 . 491)) (expire 162 168 214 219 (442 . 445)) (tick (461 . 462) (466 . 467) 475 489 491)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.apache.mod-auth-kerb.general" :contents ("nntp+news.gmane.io:gmane.comp.apache.mod-auth-kerb.general" 6 ((1 . 626)) ((reply 44 58 67 75 104 141 172 175 187 189) (tick 39 44 55 58 63 65 67 75 104 108 (172 . 173) 175 (186 . 190))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.emacs.cedet" :contents ("nntp+news.gmane.io:gmane.emacs.cedet" 3 ((1 . 7355)) ((unexist) (seen (3677 . 3682) (3684 . 3685) (3997 . 4402) (4404 . 4482) (4498 . 4776) (4778 . 4787) (4794 . 5720) (5722 . 5726) (5729 . 5776) (5778 . 5781) (5783 . 6050) (6053 . 6140) (6142 . 6215) (6221 . 6734) 6736 6738 (6740 . 6821) (6823 . 6825) (6827 . 6860) (6864 . 6865) (6868 . 6872) (6874 . 7277) (7282 . 7355)) (expire 3786 5974 6507) (tick (3677 . 3682) (3684 . 3685) 4589 4594 (4604 . 4605) (4635 . 4639) 4655 (4668 . 4669) 4677 4679)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.text.yaml.general" :contents ("nntp+news.gmane.io:gmane.text.yaml.general" 3 ((1 . 4210)) ((unexist) (seen (3187 . 3287) (3335 . 4250)) (expire 3378 3472 (3676 . 3677) (3680 . 3681) (3714 . 3717) (3809 . 3810) 3814) (reply 3583) (tick (3376 . 3377) (3396 . 3403) 3405 (3407 . 3410) (3415 . 3422) (3424 . 3439) 3556 (3571 . 3588) 3590 (3593 . 3596) 3612 (3614 . 3615) (3700 . 3703) 3718)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.ietf.deltav" :contents ("nntp+news.gmane.io:gmane.ietf.deltav" 6 ((1 . 512)) ((expire (486 . 489) 495)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.web.curl.library" :contents ("nntp+news.gmane.io:gmane.comp.web.curl.library" 6 ((1 . 10946)) ((expire 10578) (reply 3813 10627 10656 10658) (tick 1560 1562 1569 (3605 . 3606) (5355 . 5356) 7928 7931 7933 (7973 . 7976) 8045 8059 8061 8073 8538)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.fonts.fontconfig" :contents ("nntp+news.gmane.io:gmane.comp.fonts.fontconfig" 6 ((1 . 1282)) ((expire 653) (reply 1020) (tick 594 757 1020 (1025 . 1026))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.text.xml.expat.general" :contents ("nntp+news.gmane.io:gmane.text.xml.expat.general" 6 ((1 . 1195)) ((expire 1070) (reply 921 923 950 952 954 956 958 (961 . 962) 1016 1020 1051 1073 1096 1098) (tick (920 . 923) (949 . 963) 995 1016 1019 (1022 . 1023) (1025 . 1029) 1034 1036 1044)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.encryption.openssl.user" :contents ("nntp+news.gmane.io:gmane.comp.encryption.openssl.user" 6 ((1 . 16419)) ((seen (14199 . 15699))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.lib.libwww" :contents ("nntp+news.gmane.io:gmane.comp.lib.libwww" 6 ((1 . 753)) ((reply (560 . 561) 565 567 (623 . 624) 648 660) (tick 482 561 (563 . 567) 572 578 (589 . 590) 593 599 644 (648 . 649) 659 717)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.emacs.code-browser" :contents ("nntp+news.gmane.io:gmane.emacs.code-browser" 6 ((1 . 2523)) ((expire 445 448 450 452 478 495 (507 . 508) 510 539 543 624 642 658) (tick 1785) (seen (1 . 429) (433 . 446) 448 450 (452 . 478) (480 . 502) (505 . 508) (510 . 514) (516 . 517) (519 . 556) (559 . 573) (575 . 616) (619 . 652) (654 . 658) (660 . 661) (663 . 2007) (2009 . 2268) (2270 . 2523))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.version-control.bazaar-ng.announce" :contents ("nntp+news.gmane.io:gmane.comp.version-control.bazaar-ng.announce" 6 ((1 . 343)) ((seen (1 . 82) (84 . 109) (111 . 139) (142 . 175) (233 . 249) (285 . 307) 313 (318 . 320) 326)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.version-control.bazaar-ng.general" :contents ("nntp+news.gmane.io:gmane.comp.version-control.bazaar-ng.general" 6 ((1 . 72664)) ((tick 22712 23298 23306 23310 23313 23469 23471 30942 30946 30948 30951 30954 (30956 . 30958) 30960 30964 31151 31364 31437 39092 41969) (seen 22712 23298 23306 23310 23313 23469 23471 30942 30946 30948 30951 30954 (30956 . 30958) 30960 30964 31151 31364 31437 39092 41969 (69034 . 69233) (70163 . 70538) (71047 . 71135))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.network.wireshark.user" :contents ("nntp+news.gmane.io:gmane.network.wireshark.user" 6 ((1 . 9863)) ((reply 4772) (tick (4771 . 4772) 4781)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.mail.exim.user" :contents ("nntp+news.gmane.io:gmane.mail.exim.user" 6 ((1 . 99988)) ((unexist (4975 . 5666) (5668 . 6027) (6029 . 7082) (7085 . 7421) (7423 . 7627) (7629 . 7873) (7875 . 7913) (7915 . 8093) (8095 . 8217) 8221 (8223 . 8224) 8226 (8230 . 8232) 8253 (8258 . 8259) (8261 . 8262) 8269 8275 (8277 . 8278) 8296 8302 8305 8311 8313 (8315 . 8318) 8324 (8326 . 8329) (8331 . 8334) (8337 . 8341) (8343 . 8346) (8348 . 8349) (8353 . 8354) (8357 . 8358) 8364 (8367 . 8374) (8377 . 8391) 8393 8404 8406 (8408 . 8409) 8411 (8414 . 8416) 8418 8420 (8426 . 8427) (8432 . 8433) (8442 . 8444) (8449 . 8454) 8469 (8475 . 8476) (8479 . 8481) (8483 . 8485) 8489 (8492 . 8494) 8509 8512 8536 (8552 . 8554) (8557 . 8559) 8562 8565 8567 8569 8572 8574 (8581 . 8583) 8586 8588 8590 (8594 . 8596) (8599 . 8600) 8607 8613 (8629 . 8630) (8640 . 8641) (8643 . 8644) 8648 (8664 . 8666) 8668 (8670 . 8673) 8679 8685 8688 8702 8706 8709 (8713 . 8722) (8726 . 8728) 8730 8732 8734 8737 8740 (8743 . 8745) (8747 . 8754) 8757 (8761 . 8764) (8772 . 8774) 8776 8779 8781 8794 8803 8806 8808 8814 (8816 . 8820) 8826 8836 (8838 . 8840) (8843 . 8847) (8854 . 8855) 8857 (8861 . 8862) 8864 8867 (8870 . 8871) (8877 . 8879) 8887 8894 8896 8898 (8905 . 8910) 8916 8920 8933 8939 (8943 . 8944) 8951 8954 (8962 . 8963) (8979 . 8983) (8986 . 8987) 8997 (9012 . 9016) 9021 9026 9034 9042 9044 (9047 . 9048) 9064 9072 (9075 . 9076) 9085 9087 (9091 . 9093) (9098 . 9099) 9103 (9111 . 9113) 9119 9124 9128 9136 (9141 . 9143) 9163 (9165 . 9166) (9175 . 9176) 9185 9191 9199 9201 9209 9213 9217 (9227 . 9228) 9234 9243 (9247 . 9248) 9250 9263 (9268 . 9272) 9277 9279 9286 9297 9316 9318 9321 (9327 . 9328) 9330 (9332 . 9333) 9344 9347 9356 9365 (9370 . 9372) (9374 . 9376) (9378 . 9379) (9382 . 9383) 9391 9397 9402 9404 9422 (9456 . 9459) (9475 . 9479) 9481 9485 (9499 . 9502) (9512 . 9517) (9553 . 9554) 9561 9605 9613 9625 9628 (9728 . 9729) 9731 (9736 . 9737) (9745 . 9746) 9780 9783 9799 9803 9824 9834 9842 9915 9921 (9928 . 9932) 9947 (9957 . 10000) 10002 10006 10008 10036 10054 10068 10136 10141 10171 10177 (10181 . 10182) 10187 10195 10204 (10213 . 10216) 10232 (10237 . 10238) 10241 (10269 . 10270) (10284 . 10285) 10300 10305 10357 10423 10442 10462 (10464 . 10466) 10471 10491 10508 (10524 . 10526) (10539 . 10540) 10544 10549 10551 (10567 . 10568) 10587 10590 10592 10601 10603 10623 10661 10674 (10682 . 10685) 10718 10722 10745 (10752 . 10753) 10788 10802 10823 10828 10839 10865 10871 10899 10908 (10912 . 10913) 10935 (10939 . 10940) (10976 . 10977) 10986) (seen (76476 . 76477) (76503 . 76505) (76508 . 76510) (78870 . 78871) 78888 (79422 . 79423) (79427 . 79428) 79487 79490 80777 (80780 . 80784) (80792 . 80796) 80820 (80875 . 80876) 80878 81159 83940 83942 (83944 . 83945) (83947 . 83951) 83961 83966 (84000 . 84001) (84003 . 84004) (84006 . 84009) (84011 . 84012) 84014 84017 (85445 . 86760) (86917 . 92704) 92712 92715 (92718 . 93000) (93546 . 93574) (93576 . 94655) (94657 . 94660) (94662 . 99105) (99107 . 99376) (99378 . 99387) (99389 . 99988)) (expire 80717 89575 90948 90956 90958 90963 90965) (reply (78870 . 78871) 78888 79422 89336 89414) (tick (76476 . 76477) (76503 . 76505) (76508 . 76510) (78870 . 78871) 78888 (79422 . 79423) (79427 . 79428) 79487 79490 80777 (80780 . 80784) (80792 . 80796) 80820 (80875 . 80876) 80878 81159 83940 83942 (83944 . 83945) (83947 . 83951) 83961 83966 (84000 . 84001) (84003 . 84004) (84006 . 84009) (84011 . 84012) 84014 84017 86996 (87086 . 87087) 87101 87103 (87121 . 87122) 87132 (87805 . 87806) 87809 (87813 . 87815) (87818 . 87819) 87821 (89430 . 89435) 89437 90677 90680 90682 90737 (91892 . 91893) (94828 . 94829) 94833 (95304 . 95305) (96120 . 96121) (96612 . 96613) 96625 96628 96674)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.lang.smalltalk.squeak.beginners" :contents ("nntp+news.gmane.io:gmane.comp.lang.smalltalk.squeak.beginners" 3 ((1 . 9751) 9809 (9821 . 9822) (9832 . 9835) (9910 . 9910)) ((unexist) (seen (5988 . 5991) 6010 (6012 . 6015) (6066 . 6071) (6214 . 6215) 6226 (6233 . 6240) 6242 6255 6278 (6292 . 6293) (6300 . 6305) (6310 . 6312) (6315 . 6316) (6324 . 6325) (6328 . 6330) 6370 6383 6474 6478 (6569 . 6570) (6572 . 6573) 6577 6585 6591 (6595 . 6596) 6602 (6604 . 6605) 6609 6614 6623 6646 (6678 . 6679) 6681 (6700 . 7816) (7820 . 8104) (8106 . 8114) (8116 . 8143) (8146 . 8164) (8166 . 8171) (8174 . 8188) (8190 . 8202) (8204 . 8207) (8209 . 8212) (8215 . 8224) (8226 . 8274) (8278 . 8359) (8361 . 8412) (8414 . 8457) (8459 . 8463) (8465 . 8473) (8475 . 8478) (8480 . 8509) (8511 . 8523) 8526 (8528 . 8540) (8542 . 8544) (8546 . 8588) (8590 . 8781) (8783 . 8798) (8800 . 8852) (8855 . 8856) (8863 . 8986) (8989 . 9072) (9075 . 9192) (9196 . 9431) 9433 (9435 . 9436) (9438 . 9442) (9444 . 9445) (9447 . 9659) (9663 . 9667) (9669 . 9670) (9673 . 9676) (9679 . 9680) (9684 . 9685) 9691 (9694 . 9707) (9709 . 9710) (9712 . 9713) 9715 (9717 . 9720) (9722 . 9747) (9752 . 9808) (9810 . 9820) (9823 . 9831) (9836 . 9909)) (reply 6215 6364 6595) (tick (5988 . 5991) 6010 (6012 . 6015) (6066 . 6071) (6214 . 6215) 6226 (6233 . 6240) 6242 6255 6278 (6292 . 6293) (6300 . 6305) (6310 . 6312) 6315 6474 6478 (6569 . 6570) (6572 . 6573) 6577 6585 6591 (6595 . 6596) (6604 . 6605) 6609 6623 6646 (6678 . 6679) 6681 6703 7229 7252 (7353 . 7354) (7837 . 7845) (7847 . 7849) 7854 (7861 . 7864) 7867 (8052 . 8053) (8056 . 8057) (8061 . 8062) 8064)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.gnu.tuxpaint.devel.rubberstamps" :contents ("nntp+news.gmane.io:gmane.comp.gnu.tuxpaint.devel.rubberstamps" 3 ((1 . 173)) ((unexist) (seen (1 . 2) (7 . 9) 11 (13 . 19) (22 . 27) 29 (31 . 49) 51 57 (59 . 62) (64 . 65) (67 . 107) (109 . 142) (144 . 147) (162 . 172)) (expire (146 . 147))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.no.vegvesen.om.statens.vegvesen.media.nyhetsarkiv.rss" :contents ("nntp+news.gwene.org:gwene.no.vegvesen.om.statens.vegvesen.media.nyhetsarkiv.rss" 3 ((1 . 6792)) ((unexist (4975 . 5666) (5668 . 6027) (6029 . 7082) (7085 . 7421) (7423 . 7627) (7629 . 7873) (7875 . 7913) (7915 . 8093) (8095 . 8217) 8221 (8223 . 8224) 8226 (8230 . 8232) 8253 (8258 . 8259) (8261 . 8262) 8269 8275 (8277 . 8278) 8296 8302 8305 8311 8313 (8315 . 8318) 8324 (8326 . 8329) (8331 . 8334) (8337 . 8341) (8343 . 8346) (8348 . 8349) (8353 . 8354) (8357 . 8358) 8364 (8367 . 8374) (8377 . 8391) 8393 8404 8406 (8408 . 8409) 8411 (8414 . 8416) 8418 8420 (8426 . 8427) (8432 . 8433) (8442 . 8444) (8449 . 8454) 8469 (8475 . 8476) (8479 . 8481) (8483 . 8485) 8489 (8492 . 8494) 8509 8512 8536 (8552 . 8554) (8557 . 8559) 8562 8565 8567 8569 8572 8574 (8581 . 8583) 8586 8588 8590 (8594 . 8596) (8599 . 8600) 8607 8613 (8629 . 8630) (8640 . 8641) (8643 . 8644) 8648 (8664 . 8666) 8668 (8670 . 8673) 8679 8685 8688 8702 8706 8709 (8713 . 8722) (8726 . 8728) 8730 8732 8734 8737 8740 (8743 . 8745) (8747 . 8754) 8757 (8761 . 8764) (8772 . 8774) 8776 8779 8781 8794 8803 8806 8808 8814 (8816 . 8820) 8826 8836 (8838 . 8840) (8843 . 8847) (8854 . 8855) 8857 (8861 . 8862) 8864 8867 (8870 . 8871) (8877 . 8879) 8887 8894 8896 8898 (8905 . 8910) 8916 8920 8933 8939 (8943 . 8944) 8951 8954 (8962 . 8963) (8979 . 8983) (8986 . 8987) 8997 (9012 . 9016) 9021 9026 9034 9042 9044 (9047 . 9048) 9064 9072 (9075 . 9076) 9085 9087 (9091 . 9093) (9098 . 9099) 9103 (9111 . 9113) 9119 9124 9128 9136 (9141 . 9143) 9163 (9165 . 9166) (9175 . 9176) 9185 9191 9199 9201 9209 9213 9217 (9227 . 9228) 9234 9243 (9247 . 9248) 9250 9263 (9268 . 9272) 9277 9279 9286 9297 9316 9318 9321 (9327 . 9328) 9330 (9332 . 9333) 9344 9347 9356 9365 (9370 . 9372) (9374 . 9376) (9378 . 9379) (9382 . 9383) 9391 9397 9402 9404 9422 (9456 . 9459) (9475 . 9479) 9481 9485 (9499 . 9502) (9512 . 9517) (9553 . 9554) 9561 9605 9613 9625 9628 (9728 . 9729) 9731 (9736 . 9737) (9745 . 9746) 9780 9783 9799 9803 9824 9834 9842 9915 9921 (9928 . 9932) 9947 (9957 . 10000) 10002 10006 10008 10036 10054 10068 10136 10141 10171 10177 (10181 . 10182) 10187 10195 10204 (10213 . 10216) 10232 (10237 . 10238) 10241 (10269 . 10270) (10284 . 10285) 10300 10305 10357 10423 10442 10462 (10464 . 10466) 10471 10491 10508 (10524 . 10526) (10539 . 10540) 10544 10549 10551 (10567 . 10568) 10587 10590 10592 10601 10603 10623 10661 10674 (10682 . 10685) 10718 10722 10745 (10752 . 10753) 10788 10802 10823 10828 10839 10865 10871 10899 10908 (10912 . 10913) 10935 (10939 . 10940) (10976 . 10977) 10986 11034) (seen (1 . 4974) 5667 6028) (forward 778) (tick 1750 4229 4834)) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.no.njk.jernbane.nyheter" :contents ("nntp+news.gwene.org:gwene.no.njk.jernbane.nyheter" 3 ((1 . 17437)) ((unexist) (seen (5089 . 12597) (16155 . 17437)) (tick 10236 10303 10320 10349 10486 11905 12302)) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gwene.org:gwene.com.norsk-rally.nyheter" :contents ("nntp+news.gwene.org:gwene.com.norsk-rally.nyheter" 3 ((1 . 1016)) ((unexist) (seen (1 . 1016)) (tick 222)) (nntp "news.gwene.org")) :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.mail.davmail.user" :contents ("nntp+news.gmane.io:gmane.mail.davmail.user" 3 ((1 . 1966)) ((unexist) (seen (1 . 1966)) (dormant 1488 1601 (1613 . 1614) 1616) (reply 1686 1688 1697 1702 1705 1840 1852 1855 1872) (tick 282 436 1608 1620 1635 (1638 . 1639) 1650 1654 1688 1691 (1693 . 1695) (1700 . 1703) (1705 . 1706) (1742 . 1743) 1745 (1747 . 1751) 1770 1779 1823 1841 (1852 . 1855) (1859 . 1860) 1869 (1874 . 1875) 1919)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.lisp.picolisp.general" :contents ("nntp+news.gmane.io:gmane.lisp.picolisp.general" 3 ((1 . 8717)) ((unexist) (seen (1 . 7845) (7847 . 8717)) (expire 11) (tick (1061 . 1065) 3406 4748)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.emacs.jdee.user" :contents ("nntp+news.gmane.io:gmane.emacs.jdee.user" 3 ((1 . 838)) ((unexist) (seen 838)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.emacs.jdee.devel" :contents ("nntp+news.gmane.io:gmane.emacs.jdee.devel" 3 ((1 . 688)) ((unexist) (seen (679 . 688))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.emacs.jdee" :contents ("nntp+news.gmane.io:gmane.emacs.jdee" 3 ((1 . 5422)) ((unexist) (seen 5422)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.programming.tools.specflow" :contents ("nntp+news.gmane.io:gmane.comp.programming.tools.specflow" 6 ((1 . 2771)) ((unexist) (seen (1316 . 3067)) (reply 1328 (1549 . 1550) 1552 1555) (tick (1327 . 1328) 1336 (1549 . 1556))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.version-control.git.magit" :contents ("nntp+news.gmane.io:gmane.comp.version-control.git.magit" 3 ((1 . 2041)) ((unexist) (seen (1 . 10) 12 (15 . 16) 22 (25 . 28) (30 . 35) 38 42 45 63 (65 . 67) 69 (71 . 72) 77 (82 . 90) (94 . 108) (110 . 111) (113 . 114) 118 (120 . 123) (129 . 157) (160 . 188) (190 . 197) (199 . 224) (226 . 304) 306 (309 . 329) (331 . 336) (339 . 349) (351 . 378) (380 . 586) (588 . 727) (729 . 1098) (1100 . 1130) (1132 . 1135) (1137 . 1138) (1143 . 1269) (1271 . 1307) (1317 . 1318) (1329 . 1337) (1342 . 1376) (1378 . 1404) (1406 . 1409) (1411 . 1430) (1432 . 1460) (1462 . 1651) (1653 . 2041)) (dormant 1288) (expire 142 (144 . 145) 165 1281 1287 1353 (1364 . 1365) 1382 (1427 . 1428) 1644) (reply 825 827) (tick (823 . 829) (1156 . 1159) 1161 1163 1166 1173 1176 (1189 . 1191) (1198 . 1199) (1202 . 1212) (1214 . 1215) (1217 . 1220) 1379 (1394 . 1395))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.parsers.antlr.devel" :contents ("nntp+news.gmane.io:gmane.comp.parsers.antlr.devel" 3 ((1 . 1109)) ((seen (968 . 1024) 1026 (1032 . 1038) (1040 . 1109))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.parsers.antlr-interest" :contents ("nntp+news.gmane.io:gmane.comp.parsers.antlr-interest" 3 ((1 . 37210)) ((unexist) (seen (32640 . 37210)) (expire 32667 32742 32771 (32888 . 32889) 32906 32949 32954 32977 33407 33446 33654 33683 (33962 . 33963) 34656 (34695 . 34696) (34743 . 34744) 35657 35965 36276 36347 36576 36578 36580 36582 36586 36591 36865) (reply 35688 35750 35754) (tick (35688 . 35690) (35692 . 35693) (35698 . 35701) (35704 . 35705) 35710 35723 (35729 . 35732) (35750 . 35758) (35760 . 35762) 35874 (35934 . 35935))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.gis.geotools2.user" :contents ("nntp+news.gmane.io:gmane.comp.gis.geotools2.user" 3 ((1 . 17078)) ((unexist) (seen (14764 . 14844) (14846 . 14907) 14909 (14912 . 14922) (14925 . 14935) (14938 . 15130) (15132 . 15209) (15211 . 15321) 15323 (15325 . 15346) (15348 . 15397) (15399 . 15507) (15509 . 15622) (15624 . 15728) (15731 . 15905) (15911 . 15912) (15914 . 16700) (16704 . 16724) (16726 . 16730) (16732 . 16777) (16779 . 16780) (16782 . 16788) (16790 . 16791) (16795 . 16813) (16815 . 16839) (16841 . 16842) (16844 . 16881) (16883 . 16904) (16907 . 16938) (16940 . 17016) (17019 . 17033) (17035 . 17078)) (expire 15142 15168)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.gis.geotools.devel" :contents ("nntp+news.gmane.io:gmane.comp.gis.geotools.devel" 3 ((1 . 15665)) ((unexist) (seen (6702 . 15665)) (expire 6720 6875 7085) (tick 6703 8518)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.db.neo4j.user" :contents ("nntp+news.gmane.io:gmane.comp.db.neo4j.user" 3 ((1 . 28926)) ((unexist) (seen (3267 . 3268) 3281 3309 (3329 . 3330) 4898 5004 5074 5083 5535 5545 5569 6081 6083 (6086 . 6087) 6111 10815 10820 10838 10845 (10859 . 10863) 10895 10985 10988 11041 11043 (15580 . 15582) 15591 (17907 . 17909) 17923 18634 (20721 . 28952)) (tick (3267 . 3268) 3281 3309 (3329 . 3330) 4898 5004 5074 5083 5535 5545 5569 6081 6083 (6086 . 6087) 6111 10815 10820 10838 10845 (10859 . 10863) 10895 10985 10988 11041 11043 (15580 . 15582) 15591 (17907 . 17909) 17923 18634)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.search.elasticsearch.user" :contents ("nntp+news.gmane.io:gmane.comp.search.elasticsearch.user" 6 ((1 . 36830)) ((unexist) (seen (1 . 22459) (25797 . 35272) (35274 . 36830)) (expire (413 . 419) 9156 15432 15528) (reply 7158 7360 (9543 . 9544) 9550 9555 9580 9585 9595 9605 9742 9748 9769 9797 9810 9813 (9816 . 9819) 10475 15465 15557) (tick 586 667 1019 4685 4797 5305 7238 7355 7360 7372 7550 7595 7624 7657 7660 8537 9533 (9543 . 9544) (9549 . 9550) 9555 9580 9583 (9585 . 9586) 9590 9595 9603 9605 9642 9645 9742 9748 9755 (9769 . 9770) 9797 9810 9813 (9816 . 9819) 9824 10321 10361 10446 (10474 . 10475) 10599 10640 10712 (10719 . 10720) 10768 10837 19777)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.education.tux4kids.general" :contents ("nntp+news.gmane.io:gmane.comp.education.tux4kids.general" 3 ((1 . 1109)) ((unexist) (seen (1 . 172) (175 . 354) (593 . 1109)) (expire 194 (203 . 204) 216 231 (283 . 284)) (tick (1103 . 1109))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.education.tux4kids.tuxtype.devel" :contents ("nntp+news.gmane.io:gmane.comp.education.tux4kids.tuxtype.devel" 3 ((1 . 1172)) ((unexist) (seen (1 . 534) (536 . 631) (633 . 654) (656 . 679) (681 . 702) (704 . 739) (742 . 753) 761 763 (765 . 780) (782 . 911) (913 . 931) (1073 . 1089) 1094 1096 (1098 . 1099) 1106 (1110 . 1114) (1121 . 1131) (1133 . 1165) (1167 . 1172)) (expire 704 711 (743 . 744) 747 (750 . 751) 753 765 (796 . 799) (802 . 808) (810 . 813) 826 843 852 854 (863 . 864) (868 . 869) 871 887 (922 . 923) (925 . 931))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.gnu.tuxpaint.devel" :contents ("nntp+news.gmane.io:gmane.comp.gnu.tuxpaint.devel" 3 ((1 . 2615)) ((unexist) (seen (1 . 1685) (1687 . 1688) 1690 1692 1703 (1718 . 1728) (1733 . 1734) (1737 . 1739) (1743 . 1744) 1749 (1754 . 1758) (1761 . 1795) (1801 . 1803) 1805 (1811 . 1813) (1818 . 1850) 1857 1859 (1863 . 1865) 1867 1871 (1879 . 1917) 1919 1921 (1923 . 1928) (1932 . 2214) (2216 . 2239) (2242 . 2246) (2248 . 2256) (2258 . 2263) (2265 . 2288) (2290 . 2291) (2293 . 2294) (2296 . 2460) (2462 . 2475) (2478 . 2494) (2496 . 2615)) (reply 1935) (tick 1997 2503)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.gnu.tuxpaint.devel.docs" :contents ("nntp+news.gmane.io:gmane.comp.gnu.tuxpaint.devel.docs" 3 ((1 . 41)) ((unexist) (seen (2 . 10) (13 . 20) (23 . 41))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.gnu.tuxpaint.devel.i18n" :contents ("nntp+news.gmane.io:gmane.comp.gnu.tuxpaint.devel.i18n" 3 ((1 . 1263)) ((unexist) (seen 1 (4 . 10) (12 . 38) (40 . 51) (53 . 71) (73 . 77) (79 . 96) (102 . 103) (106 . 110) (114 . 129) (131 . 132) (134 . 164) (167 . 178) (185 . 209) (212 . 236) 238 (244 . 324) (326 . 331) (333 . 347) (349 . 379) (381 . 385) (388 . 403) (406 . 407) 410 (412 . 413) (416 . 418) (422 . 425) (428 . 433) (435 . 438) 442 (445 . 456) (458 . 476) (480 . 497) (499 . 524) 526 (528 . 572) (574 . 595) (597 . 602) (604 . 652) (656 . 698) (1126 . 1138) (1140 . 1144) (1147 . 1180) (1182 . 1188) (1190 . 1191) 1193 (1195 . 1196) (1198 . 1214) (1217 . 1218) (1220 . 1236) (1241 . 1263))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.hardware.lego.robotics" :contents ("nntp+news.gmane.io:gmane.comp.hardware.lego.robotics" 3 ((1 . 7817)) ((unexist) (seen (1 . 536) (538 . 7783) 7814 7817) (tick (1 . 6) 8 20 6497)) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
(:type :newsrc-data :name "nntp+news.gmane.io:gmane.comp.java.netbeans.devel" :contents ("nntp+news.gmane.io:gmane.comp.java.netbeans.devel" 6 ((1 . 46640)) ((seen (46141 . 46640))) "nntp:news.gmane.io") :timestamp "2021-09-23T19:20:32+0200")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment