Gnus development mailing list
 help / color / mirror / Atom feed
* syncing ?
@ 2012-08-24  8:23 Erik Colson
  2012-09-04 19:31 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Erik Colson @ 2012-08-24  8:23 UTC (permalink / raw)
  To: ding

Hello

I'm using gnus on two laptops and I only have a shared .gnus file.
I don't cache mails locally, everything stays on a distant IMAP server
which also holds 'gnus-expire' statusses etc.

This works great, but I'd like to sync the 'topics' and the subscribed
groups. Without syncing message status !

Is this possible ?
--
erik



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: syncing ?
  2012-08-24  8:23 syncing ? Erik Colson
@ 2012-09-04 19:31 ` Lars Ingebrigtsen
  2012-09-05  7:07   ` Matt Ford
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2012-09-04 19:31 UTC (permalink / raw)
  To: Erik Colson; +Cc: ding

Erik Colson <eco@ecocode.net> writes:

> This works great, but I'd like to sync the 'topics' and the subscribed
> groups. Without syncing message status !

There's no functionality in Gnus for doing this, unfortunately.

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Sent from my Emacs



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: syncing ?
  2012-09-04 19:31 ` Lars Ingebrigtsen
@ 2012-09-05  7:07   ` Matt Ford
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Ford @ 2012-09-05  7:07 UTC (permalink / raw)
  To: ding

Well, I sync topics with the following.

(setq gnus-sync-backend "/ssh:home:lesync/gnus-sync.gpg" ; will use Tramp+EPA if loaded
      gnus-sync-global-vars '(gnus-newsrc-last-checked-date
                              gnus-topic-alist
                              gnus-topic-topology
                              gnus-category-alist
                              )
      gnus-sync-newsrc-groups '("gwene" "gmane"))

You could drop the gnus-sync-newsrc-groups option if you don't want
messages synced but this would also drop the subscribed group syncing
you want.  So you are partly there...
-- 
Matt




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-05  7:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-24  8:23 syncing ? Erik Colson
2012-09-04 19:31 ` Lars Ingebrigtsen
2012-09-05  7:07   ` Matt Ford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).