[email protected] (Kamil Jońca) wrote: > [email protected] (Kamil Jońca) writes: > >> I want to archive my posts to Unix mbox file, so I put into my .gnus.el >> something like this: >> >> ==== >> (setq gnus-message-archive-method '(nnmbox "MyPosts" (nnmbox-mbox-file >> "~/Gnus/News/My_Posts" nnmbox-get-new-mail f))) > > Sorry. My fault, should be: > (setq gnus-message-archive-method '(nnmbox "MyPosts" (nnmbox-mbox-file > "~/Gnus/News/My_Posts") (nnmbox-get-new-mail nil))) > > And now it works.
BTW Have you considered using IMAP? e.g. maildir based IMAP provided by dovecot. Emacs/Gnus can use it to access maildir *WITHOUT* any "server wide server". [ I have decided to use IMAP to be able to use a few MUAs in parallel ] -- [pl>en Andrew] Andrzej Adam Filip : [email protected] : [email protected] Once a word has been allowed to escape, it cannot be recalled. -- Quintus Horatius Flaccus (Horace) _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
