Re: New Mutt User Question

2001-11-29 Thread Thorsten Haude

Hi,

* Ken Ficara [EMAIL PROTECTED] [01-11-29 16:58]:
I have a directory full of Unix mailboxes. I put a statement into my
.muttrc like so:

   set folder=/path/to/my/directory/of/mailboxes

I then start mutt so:

   mutt -y

and mutt sez

   No incoming mailboxes defined.

Huh? What am I doing wrong?
Nothing that I know of, but you leave something out:
mailboxes `find /path/to/my/directory/of/mailboxes -type f -print | grep -Ev 
'(log|backup|sent|postponed|trash)' | xargs`
Somebody asked me about the xarg, and I couldn't really say whether
Mutt accepts one mailbox per line. I never tried: Never change a
running system.
$folder sets only the '=' and '+' special variables. I think.

What I'm trying to do is start up mutt with a browser listing all the
mailboxes in that directory.
That should work now.

Thorsten
-- 
They that can give up essential liberty to obtain a little
temporary safety deserve neither liberty nor safety.
- Benjamin Franklin



Re: New Mutt User Question

2001-11-29 Thread Prahlad Vaidyanathan

Hi,

On Thu, 29 Nov 2001 Thorsten [EMAIL PROTECTED] spewed into the ether:
[-- snip --]
  No incoming mailboxes defined.
 
 Huh? What am I doing wrong?
 Nothing that I know of, but you leave something out:
   mailboxes `find /path/to/my/directory/of/mailboxes -type f -print | grep -Ev 
'(log|backup|sent|postponed|trash)' | xargs`

Ahh .. neato ! 
earlier I had :

mailboxes `find ~/Email -maxdepth 1 -type f ! -name sent-mail ! -name postponed 
-printf %p `

But, that becomes way too tedious as the list increases. The 
egrep/xargs combination works wonderfully. Thanks :-)

 Somebody asked me about the xarg, and I couldn't really say whether
 Mutt accepts one mailbox per line. I never tried: Never change a
 running system.

Yes, xargs just echoes them one-by-one, I guess.

pv.

-- 
Prahlad Vaidyanathan [EMAIL PROTECTED]What, me worry ?
http://www.symonds.net/~prahladv/Don't Panic !
--



msg20812/pgp0.pgp
Description: PGP signature


Re: New mutt user

2000-08-20 Thread Christian Molls

* Dave Kufta [EMAIL PROTECTED] [000820 19:51]:

 pgp-6.5.1I . I noticed in some screenshots a very nice interface for
 mutt in xwindow enviroment which had very nice color and a menu bar
 at the top which included a button for pgp among others. Could
 someone on the list possibly suggest where I may find a muttrc file
 that would allow these features. I found the screenshot I'm
 referring to at the main web site for mutt but don't see in any of
 the muttrc files that are there a way to enable the menu bar.

If you take another, closer look at the text accompanying the
screenshots, you will read that the menu bar does not belong to mutt,
but is a feature of the terminal application mutt runs in (in this
screenshot it's ETerm, rxvt can do it too, maybe other). 

-- 
christian molls
student of laws
univ of cologne



Re: New mutt user

2000-08-20 Thread Dave Kufta

** Reply to message from Christian Molls [EMAIL PROTECTED] on Sun, 20
Aug 2000 20:01:39 +0200

Thank's for your response Christian,
 I have run both eterm and rxvt and see nothing in thier menubar that
appears like that. I will take a closer look.

Thank's,
Dave



Re: New mutt user

2000-08-20 Thread Moritz Frommberger

Dave Kufta wrote:
  I have run both eterm and rxvt and see nothing in thier menubar that
 appears like that. I will take a closer look.

Eterm comes with several themes - just try

$ Eterm -t mutt

and your menu-bar should appear, if you have this theme
installed. 

Regards
MO



Re: New mutt user, resend

2000-08-20 Thread Jason Helfman

I think you may be referring to Eterm. Eterm is a modern replacement for
Xterm, as I understand it. On the links page of the mutt home page,
their is a link to get that menu, however I know it only works with the
0.8.10 version of Eterm, and not the most recent of 0.9.x version.

I just did an ls. Here it is.

On Sun, Aug 20, 2000 at 01:38:43PM -0400, Dave Kufta muttered:
| Hello List,
|  I am new to mutt and still trying to figure out all the options that
| are available and that
| I would like to use.I am running a Linux -Mandrake-7.1 system and have
| pgp-6.5.1I . I noticed in some screenshots a very nice interface for
| mutt in xwindow enviroment which
| had very nice color and a menu bar at the top which included a button
| for pgp among
| others. Could someone on the list possibly suggest where I may find a
| muttrc file that would allow these features. I found the screenshot I'm
| referring to at the main web site for mutt but don't see in any of the
| muttrc files that are there a way to enable the menu bar. I am currently
| using mutt-1.2.4i version. Possibly I would need a newer version to
| enable the features Iv'e mentioned. 
| 
|   Thank you for any help,
|   Dave

-- 
/Jason G Helfman

"At any given moment, you may find the ticket to the circus that has always
been in your possession."

Fingerprint: 6A32 3774 E390 33B5 8C96  2AA1 2BF4 BD71 35A1 C149
GnuPG http://www.gnupg.org  Get Private!  1024D/35A1C149


[menu:mutt]

# This isn't really done... there aren't quick ways to do some of the things
# listed, so they don't really work.  Also, I used :exec where possible to be
# portable across different keybindings, but it didn't work for all things, and
# you'll need at least Mutt 0.95 for it to work.
# http://jblosser.firinn.org/pub/config/eterm/mutt.menu

# standard settings for an Eterm control menu

/Eterm/*
./Font/*
{Normal}^@\e]50;#
{Larger}^@\e]50;#+
{Smaller}   ^@\e]50;#-
{-}
{Font 1}^@\e]50;#1
{Font 2}^@\e]50;#2
{Font 3}^@\e]50;#3
{Font 4}^@\e]50;#4
../Terminal/*
./Toggles/*
{Cursor Visible}^@\e[?25t
{Home on Echo}  ^@\e[?1010t
{Home on Refresh}   ^@\e[?1011t
{Home on Input} ^@\e[?1012t
{Map Alert} ^@\e]6;21\a
{Primary/Secondary Screen}  ^@\e[?47t
{Reverse Video} ^@\e[?5t
{Select Trailing Spaces}^@\e]6;25\a
{Select Whole Line on Triple-click} ^@\e]6;23\a
{Visual Bell}   ^@\e]6;20\a
{X11 Mouse Reporting}   ^@\e[?1000t
{Xterm Selection Behavior}  ^@\e]6;22\a
../Keys/*
{Application Arrow Keys}^@\e[?1t
{Application Keypad}^@\e[?66t
{Backspace/Delete}  ^@\e[?67t
{Xterm Shift-Keys}  ^@\e[?35t
../Menubar/*
{Toggle Visibility}{Ctrl-Button3}   ^@\e[?10t
{Refresh Menubar}   ^@\e[?10h
{Toggle Window Move by Menubar} ^@\e]6;15\a
../Scrollbar/*
{Toggle Visibility}{Ctrl-Button2}   ^@\e[?30t
{Swap Sides}^@\e]6;11\a
{Toggle Floating}   ^@\e]6;12\a
{Toggle Popup Mode} ^@\e]6;13\a
{-}
{Motif (Traditional) Style} ^@\e]6;10;motif;;\a
{NeXT Style}^@\e]6;10;next;;\a
{Xterm Style}   ^@\e]6;10;xterm;;\a
./Width/*
{5} ^@\e]6;10;;5;\a
{6} ^@\e]6;10;;6;\a
{7} ^@\e]6;10;;7;\a
{8} ^@\e]6;10;;8;\a
{9} ^@\e]6;10;;9;\a
{10}^@\e]6;10;;10;\a
{11}^@\e]6;10;;11;\a
{12}^@\e]6;10;;12;\a
{13}^@\e]6;10;;13;\a
{14}^@\e]6;10;;14;\a
{15}^@\e]6;10;;15;\a
{16}^@\e]6;10;;16;\a
{17}^@\e]6;10;;17;\a
{18}^@\e]6;10;;18;\a
{19}^@\e]6;10;;19;\a
{20}^@\e]6;10;;20;\a
../
../Move to Desktop/*
{0} ^@\e]6;50;0;\a
{1} ^@\e]6;50;1;\a
{2} ^@\e]6;50;2;\a
{3} ^@\e]6;50;3;\a
{4} ^@\e]6;50;4;\a
{5} ^@\e]6;50;5;\a
{6} 

Re: New mutt user

2000-08-20 Thread Jason Helfman

I think you may be referring to Eterm. Eterm is a modern replacement for
Xterm, as I understand it. On the links page of the mutt home page,
their is a link to get that menu, however I know it only works with the
0.8.10 version of Eterm, and not the most recent of 0.9.x version.

I just did an ls. Here it is.

On Sun, Aug 20, 2000 at 01:38:43PM -0400, Dave Kufta muttered:
| Hello List,
|  I am new to mutt and still trying to figure out all the options that
| are available and that
| I would like to use.I am running a Linux -Mandrake-7.1 system and have
| pgp-6.5.1I . I noticed in some screenshots a very nice interface for
| mutt in xwindow enviroment which
| had very nice color and a menu bar at the top which included a button
| for pgp among
| others. Could someone on the list possibly suggest where I may find a
| muttrc file that would allow these features. I found the screenshot I'm
| referring to at the main web site for mutt but don't see in any of the
| muttrc files that are there a way to enable the menu bar. I am currently
| using mutt-1.2.4i version. Possibly I would need a newer version to
| enable the features Iv'e mentioned. 
| 
|   Thank you for any help,
|   Dave

-- 
/Jason G Helfman

"At any given moment, you may find the ticket to the circus that has always
been in your possession."

Fingerprint: 6A32 3774 E390 33B5 8C96  2AA1 2BF4 BD71 35A1 C149
GnuPG http://www.gnupg.org  Get Private!  1024D/35A1C149


[menu:mutt]

# This isn't really done... there aren't quick ways to do some of the things
# listed, so they don't really work.  Also, I used :exec where possible to be
# portable across different keybindings, but it didn't work for all things, and
# you'll need at least Mutt 0.95 for it to work.
# http://jblosser.firinn.org/pub/config/eterm/mutt.menu

# standard settings for an Eterm control menu

/Eterm/*
./Font/*
{Normal}^@\e]50;#
{Larger}^@\e]50;#+
{Smaller}   ^@\e]50;#-
{-}
{Font 1}^@\e]50;#1
{Font 2}^@\e]50;#2
{Font 3}^@\e]50;#3
{Font 4}^@\e]50;#4
../Terminal/*
./Toggles/*
{Cursor Visible}^@\e[?25t
{Home on Echo}  ^@\e[?1010t
{Home on Refresh}   ^@\e[?1011t
{Home on Input} ^@\e[?1012t
{Map Alert} ^@\e]6;21\a
{Primary/Secondary Screen}  ^@\e[?47t
{Reverse Video} ^@\e[?5t
{Select Trailing Spaces}^@\e]6;25\a
{Select Whole Line on Triple-click} ^@\e]6;23\a
{Visual Bell}   ^@\e]6;20\a
{X11 Mouse Reporting}   ^@\e[?1000t
{Xterm Selection Behavior}  ^@\e]6;22\a
../Keys/*
{Application Arrow Keys}^@\e[?1t
{Application Keypad}^@\e[?66t
{Backspace/Delete}  ^@\e[?67t
{Xterm Shift-Keys}  ^@\e[?35t
../Menubar/*
{Toggle Visibility}{Ctrl-Button3}   ^@\e[?10t
{Refresh Menubar}   ^@\e[?10h
{Toggle Window Move by Menubar} ^@\e]6;15\a
../Scrollbar/*
{Toggle Visibility}{Ctrl-Button2}   ^@\e[?30t
{Swap Sides}^@\e]6;11\a
{Toggle Floating}   ^@\e]6;12\a
{Toggle Popup Mode} ^@\e]6;13\a
{-}
{Motif (Traditional) Style} ^@\e]6;10;motif;;\a
{NeXT Style}^@\e]6;10;next;;\a
{Xterm Style}   ^@\e]6;10;xterm;;\a
./Width/*
{5} ^@\e]6;10;;5;\a
{6} ^@\e]6;10;;6;\a
{7} ^@\e]6;10;;7;\a
{8} ^@\e]6;10;;8;\a
{9} ^@\e]6;10;;9;\a
{10}^@\e]6;10;;10;\a
{11}^@\e]6;10;;11;\a
{12}^@\e]6;10;;12;\a
{13}^@\e]6;10;;13;\a
{14}^@\e]6;10;;14;\a
{15}^@\e]6;10;;15;\a
{16}^@\e]6;10;;16;\a
{17}^@\e]6;10;;17;\a
{18}^@\e]6;10;;18;\a
{19}^@\e]6;10;;19;\a
{20}^@\e]6;10;;20;\a
../
../Move to Desktop/*
{0} ^@\e]6;50;0;\a
{1} ^@\e]6;50;1;\a
{2} ^@\e]6;50;2;\a
{3} ^@\e]6;50;3;\a
{4} ^@\e]6;50;4;\a
{5} ^@\e]6;50;5;\a
{6}