Why don't my marks get saved?

If I do this :

1) open '=' a group

2) "tick" '!' an article in the '*Summary...' buffer

3) kill 'C-x k' the '*Summary...' buffer

4) open '=' the same group again

I don't see the "tick" '!' I just made. Shouldn't I?

Or is there some other step I need save my "ticks"?

TIA - george


.emacs.d/gnus.el:

(setq gnus-secondary-select-methods
      '(
        ;; store mail in  nnml format at ~/Mail/
        (nnml "~/Mail"
              ;; this is the default directory
              (nnml-directory "~/Mail")
              )
        ;; NEWS servers
        (nntp "Gmane"
              (nntp-address "news.gmane.org")
              )
        (nntp "Gnus"
              (nntp-address "news.gnus.org")
              )
        )
      )

Versions:
GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.18.2) \
    of 2016-02-05 on localhost
Gnus v5.13


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to