[SLUG] Mutt Q

2003-12-25 Thread Alexander Samad
I have just turned on my copy sent emails to a folder, now, what i want
to know is how do I change the formating for the display of the index
for just this folder?

Alex
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Mutt Q

2003-12-25 Thread Jeff Waugh
quote who=Alexander Samad

 I have just turned on my copy sent emails to a folder, now, what i want to
 know is how do I change the formating for the display of the index for
 just this folder?

I do this for mine:

folder-hook .   set sort=threads; set sort_aux=reverse-date-received
folder-hook .*Sent.*  set sort=reverse-date-received

(The . is the default, which you need to define first, so that other folders
do the right thing when you go to them, instead of keeping the setting.)

- Jeff

-- 
linux.conf.au 2004: Adelaide, Australia http://lca2004.linux.org.au/
 
   I used the word 'infrastructure' when describing her cooking style...
   and she didn't speak to me for a week.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Debian au mirror

2003-12-25 Thread David Lloyd

Ken,

 On Thu, 2003-12-25 at 11:46, Alexander Samad wrote:
  I have apt-proxy setup at home, I use ftp.au.debian.org and it seems to
  be a rather old sync.   

   
 
 debian unstable on these has not updated for a long time.

ftp.au.debian.org

..has been playing silly for quite a while. I can't convince apt-proxy to
work with them at all (I get gzip ended expectedly on stdin or some such
thing).

DSL

--
http://educationalinux.adam.com.au/

EducationaLinux 2004 is going to rock!
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Debian au mirror

2003-12-25 Thread Alexander Samad
Yeah, seems to be the case, I have now gone back to ftp.us.debian.org,
shame

I think plannet mirror is also stale

A

On Thu, Dec 25, 2003 at 10:10:14PM +1030, David Lloyd wrote:
 
 Ken,
 
  On Thu, 2003-12-25 at 11:46, Alexander Samad wrote:
   I have apt-proxy setup at home, I use ftp.au.debian.org and it seems to
   be a rather old sync.   
 

  
  debian unstable on these has not updated for a long time.
 
 ftp.au.debian.org
 
 ..has been playing silly for quite a while. I can't convince apt-proxy to
 work with them at all (I get gzip ended expectedly on stdin or some such
 thing).
 
 DSL
 
 --
 http://educationalinux.adam.com.au/
 
 EducationaLinux 2004 is going to rock!
 -- 
 SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
 Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Mutt Q

2003-12-25 Thread Alexander Samad
exactly what I was after 


On Thu, Dec 25, 2003 at 06:15:15PM +1100, Jeff Waugh wrote:
 quote who=Alexander Samad
 
  I have just turned on my copy sent emails to a folder, now, what i want to
  know is how do I change the formating for the display of the index for
  just this folder?
 
 I do this for mine:
 
 folder-hook .   set sort=threads; set sort_aux=reverse-date-received
 folder-hook .*Sent.*  set sort=reverse-date-received
 
 (The . is the default, which you need to define first, so that other folders
 do the right thing when you go to them, instead of keeping the setting.)
 
 - Jeff
 
 -- 
 linux.conf.au 2004: Adelaide, Australia http://lca2004.linux.org.au/
  
I used the word 'infrastructure' when describing her cooking style...
and she didn't speak to me for a week.
 -- 
 SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
 Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Debian au mirror

2003-12-25 Thread James Gray


Alexander Samad wrote:
   
I have apt-proxy setup at home, I use ftp.au.debian.org and it seems to
be a rather old sync.  
   
Is this me or are other people also experiencing this as well. 
   
Alex
Here's the .au mirror I use for all my boxes.

deb http://mirror.aarnet.edu.au/pub/debian/ stable main non-free contrib
deb-src http://mirror.aarnet.edu.au/pub/debian/ stable main non-free \
contrib
The contrib this should be on the same line as 'deb-src' ... just 
remove the '\' and make it all one line.

I still use the US sources for security updates etc.

HTH.

--James

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Debian au mirror

2003-12-25 Thread Chris Deigan
A good mirror I've found is PacNet's. Their Security Archives are
updated every hour and main debian mirror every 6 hours.

Here's a set of sources:

### Official Sources
## Main
deb http://mirror.pacific.net.au/debian stable main
deb-src http://mirror.pacific.net.au/debian stable main
## Non-US
deb http://mirror.pacific.net.au/debian-non-US stable/non-US main
deb-src http://mirror.pacific.net.au/debian-non-US stable/non-US main
## Security
deb http://mirror.pacific.net.au/debian-security stable/updates main
###

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Debian au mirror

2003-12-25 Thread Pete de Zwart
The mirror's rsync has been futzed up for quite some time now, if you want
to use a primary debian mirror in .au use ftp.wa.au.debian.org http/ftp as you
need.

Around about 1146h 25/12/2003, Alexander Samad emitted the following wisdom:
  
  
  
 I have apt-proxy setup at home, I use ftp.au.debian.org and it seems to  
  
  
 be a rather old sync.
  
  
  
  
  
 Is this me or are other people also experiencing this as well.   
  
  
  
  
  
 Alex 
  
  
 
 -- 
 SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
 Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
 

-- 
The real cause of your computer problem according to the BOFH:
Smell from unhygienic janitorial staff wrecked the tape heads
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html