Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* How?
@ 2007-07-13 15:57 someusernamehere
  2007-07-13 16:50 ` How? Slackrat
  0 siblings, 1 reply; 10+ messages in thread
From: someusernamehere @ 2007-07-13 15:57 UTC (permalink / raw)
  To: info-gnus-english

Hey, how I can do this:

* save all my sent messages in ~/foo/sent_messages

* subscribe to a list of groups, something like:

<hypothetical>

(setq 'gnus-subscribe-groups
   foo.bar
   bar.foo
   pt.bar.foo
   br.bar.foo
                  )

</hypothetical>

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

* Re: How?
  2007-07-13 15:57 How? someusernamehere
@ 2007-07-13 16:50 ` Slackrat
  2007-07-13 17:38   ` How? someusernamehere
  0 siblings, 1 reply; 10+ messages in thread
From: Slackrat @ 2007-07-13 16:50 UTC (permalink / raw)
  To: info-gnus-english

someusernamehere <someusernamehere@gmail.com> writes:

> Hey, how I can do this:
>
> * save all my sent messages in ~/foo/sent_messages
>

;; ##################
;; POSTING HEADERS ##
;; ##################
;;

;; Set some default email and news headers
(setq message-default-mail-headers
"Fcc: ~/Mail/outbox")

(setq message-default-news-headers
"Fcc: ~/News/sent.news.archive")


-- 
SlackRat - No 4Q to Reply
-
Official truths are sometimes powerful illusions, 
more often downright lies

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

* Re: How?
  2007-07-13 16:50 ` How? Slackrat
@ 2007-07-13 17:38   ` someusernamehere
  2007-07-13 20:45     ` How? Reiner Steib
  0 siblings, 1 reply; 10+ messages in thread
From: someusernamehere @ 2007-07-13 17:38 UTC (permalink / raw)
  To: info-gnus-english

On 13 jul, 11:50, Slackrat <s4Qlack...@azurservers.com> wrote:
> someusernamehere <someusernameh...@gmail.com> writes:
> > Hey, how I can do this:
>
> > * save all my sent messages in ~/foo/sent_messages
>
> ;; ##################
> ;; POSTING HEADERS ##
> ;; ##################
> ;;
>
> ;; Set some default email and news headers
> (setq message-default-mail-headers
> "Fcc: ~/Mail/outbox")
>
> (setq message-default-news-headers
> "Fcc: ~/News/sent.news.archive")


thanks this works!!

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

* Re: How?
  2007-07-13 17:38   ` How? someusernamehere
@ 2007-07-13 20:45     ` Reiner Steib
  2007-07-13 23:01       ` How? someusernamehere
  0 siblings, 1 reply; 10+ messages in thread
From: Reiner Steib @ 2007-07-13 20:45 UTC (permalink / raw)
  To: info-gnus-english

On Fri, Jul 13 2007, someusernamehere wrote:

> On 13 jul, 11:50, Slackrat <s4Qlack...@azurservers.com> wrote:
>> someusernamehere <someusernameh...@gmail.com> writes:
>> > * save all my sent messages in ~/foo/sent_messages
>> ;; Set some default email and news headers
>> (setq message-default-mail-headers
>> "Fcc: ~/Mail/outbox")
>>
>> (setq message-default-news-headers
>> "Fcc: ~/News/sent.news.archive")
>
> thanks this works!!

It works, but the gnusy way to do this is different.  See
(info "(gnus)Archived Messages").

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

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

* Re: How?
  2007-07-13 20:45     ` How? Reiner Steib
@ 2007-07-13 23:01       ` someusernamehere
  2007-07-14 10:07         ` How? Reiner Steib
  0 siblings, 1 reply; 10+ messages in thread
From: someusernamehere @ 2007-07-13 23:01 UTC (permalink / raw)
  To: info-gnus-english

On Jul 13, 3:45 pm, Reiner Steib <reinersteib+gm...@imap.cc> wrote:
> On Fri, Jul 13 2007, someusernamehere wrote:
> > On 13 jul, 11:50, Slackrat <s4Qlack...@azurservers.com> wrote:
> >> someusernamehere <someusernameh...@gmail.com> writes:
> >> > * save all my sent messages in ~/foo/sent_messages
> >> ;; Set some default email and news headers
> >> (setq message-default-mail-headers
> >> "Fcc: ~/Mail/outbox")
>
> >> (setq message-default-news-headers
> >> "Fcc: ~/News/sent.news.archive")
>
> > thanks this works!!
>
> It works, but the gnusy way to do this is different.  See
> (info "(gnus)Archived Messages").
>
> Bye, Reiner.



and how I can do this:

* subscribe to a list of groups, something like:

<hypothetical>

(setq 'gnus-subscribe-groups
   foo.bar
   bar.foo
   pt.bar.foo
   br.bar.foo
                  )

</hypothetical>

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

* Re: How?
  2007-07-13 23:01       ` How? someusernamehere
@ 2007-07-14 10:07         ` Reiner Steib
  2007-07-16 17:25           ` How? someusernamehere
  0 siblings, 1 reply; 10+ messages in thread
From: Reiner Steib @ 2007-07-14 10:07 UTC (permalink / raw)
  To: info-gnus-english

On Sat, Jul 14 2007, someusernamehere wrote:

> and how I can do this:

Please consider to ask only about one topic in each thread and choose
a suitable, meaningful subject.

> * subscribe to a list of groups, something like:
>
> <hypothetical>
>
> (setq 'gnus-subscribe-groups
>    foo.bar
>    bar.foo
>    pt.bar.foo
>    br.bar.foo
>                   )
>
> </hypothetical>

What is the problem that you are trying to solve with such a
hypothetical variable?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

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

* Re: How?
  2007-07-14 10:07         ` How? Reiner Steib
@ 2007-07-16 17:25           ` someusernamehere
  2007-07-16 17:42             ` How? Adam Sjøgren
  0 siblings, 1 reply; 10+ messages in thread
From: someusernamehere @ 2007-07-16 17:25 UTC (permalink / raw)
  To: info-gnus-english

On Jul 14, 5:07 am, Reiner Steib <reinersteib+gm...@imap.cc> wrote:
> On Sat, Jul 14 2007, someusernamehere wrote:
> > and how I can do this:
>
> Please consider to ask only about one topic in each thread and choose
> a suitable, meaningful subject.
>
> > * subscribe to a list of groups, something like:
>
> > <hypothetical>
>
> > (setq 'gnus-subscribe-groups
> >    foo.bar
> >    bar.foo
> >    pt.bar.foo
> >    br.bar.foo
> >                   )
>
> > </hypothetical>
>
> What is the problem that you are trying to solve with such a
> hypothetical variable?
>


Put in some place of my .emacs the list of groups which I want to
subscribe :D


thanks

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

* Re: How?
  2007-07-16 17:25           ` How? someusernamehere
@ 2007-07-16 17:42             ` Adam Sjøgren
  2007-07-16 22:34               ` How? someusernamehere
  0 siblings, 1 reply; 10+ messages in thread
From: Adam Sjøgren @ 2007-07-16 17:42 UTC (permalink / raw)
  To: info-gnus-english

On Mon, 16 Jul 2007 17:25:52 -0000, someusernamehere wrote:

> Put in some place of my .emacs the list of groups which I want to
> subscribe :D

That is what you want to do, not the problem you are trying to solve! :-)

Gnus remembers what groups you have subscribed to (stores the list of
in ~/.newsrc + ~/.newsrc.eld), so what is the need?


  Best regards,

-- 
 "I wanted a computer, not a glorified fruit machine."        Adam Sjøgren
                                                         asjo@koldfront.dk

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

* Re: How?
  2007-07-16 17:42             ` How? Adam Sjøgren
@ 2007-07-16 22:34               ` someusernamehere
  2007-07-17  7:58                 ` How? Tassilo Horn
  0 siblings, 1 reply; 10+ messages in thread
From: someusernamehere @ 2007-07-16 22:34 UTC (permalink / raw)
  To: info-gnus-english

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 496 bytes --]

On Jul 16, 12:42 pm, a...@koldfront.dk (Adam Sjøgren) wrote:
> On Mon, 16 Jul 2007 17:25:52 -0000, someusernamehere wrote:
> > Put in some place of my .emacs the list of groups which I want to
> > subscribe :D
>
> That is what you want to do, not the problem you are trying to solve! :-)
>
> Gnus remembers what groups you have subscribed to (stores the list of
> in ~/.newsrc + ~/.newsrc.eld), so what is the need?



But what about the first time, it's possible somethig similar??

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

* Re: How?
  2007-07-16 22:34               ` How? someusernamehere
@ 2007-07-17  7:58                 ` Tassilo Horn
  0 siblings, 0 replies; 10+ messages in thread
From: Tassilo Horn @ 2007-07-17  7:58 UTC (permalink / raw)
  To: info-gnus-english

someusernamehere <someusernamehere@gmail.com> writes:

Hi,

> But what about the first time, it's possible somethig similar??

You hit `A A' on the *Groups* buffer to list all groups on the server
and subscribe to them with `u'. Alternatively you can switch to the
server buffer (`^' in *Groups*), select a server with RET and subscribe
to some groups with `u'.

HTH,
Tassilo
-- 
Fighting patents one by one  will never eliminate the danger of software
patents,  any  more than  swatting  mosquitoes  will eliminate  malaria.
(Richard M. Stallman)

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

end of thread, other threads:[~2007-07-17  7:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-13 15:57 How? someusernamehere
2007-07-13 16:50 ` How? Slackrat
2007-07-13 17:38   ` How? someusernamehere
2007-07-13 20:45     ` How? Reiner Steib
2007-07-13 23:01       ` How? someusernamehere
2007-07-14 10:07         ` How? Reiner Steib
2007-07-16 17:25           ` How? someusernamehere
2007-07-16 17:42             ` How? Adam Sjøgren
2007-07-16 22:34               ` How? someusernamehere
2007-07-17  7:58                 ` How? Tassilo Horn

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).