Re: Adding CC hdr automatically.

2008-02-28 Thread Dilip M
Dilip M <[EMAIL PROTECTED]> wrote: > Kyle Wheeler <[EMAIL PROTECTED]> wrote: ... > > That's not how you use my_hdr. The following is wrong: > > > > set my_hdr CC: [EMAIL PROTECTED] > > > > This is right: > > > > my_hdr CC: [EMAIL PROTECTED] > > Cool, it works. Thank you. How can I get

Re: Adding CC hdr automatically.

2008-02-28 Thread Dilip M
Kyle Wheeler <[EMAIL PROTECTED]> wrote: ... > That's not how you use my_hdr. The following is wrong: > > set my_hdr CC: [EMAIL PROTECTED] > > This is right: > > my_hdr CC: [EMAIL PROTECTED] Cool, it works. Thank you. -- dm

Re: Adding entries to ldap addressbook

2008-02-28 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, February 29 at 12:46 AM, quoth Nathan Huesken: > So the script needs to get the eMail from stdin, but also be > intaractive with the user (utilizing the read command). > > If I do: > script The reason the read command exits is that, by def

Re: Adding entries to ldap addressbook

2008-02-28 Thread Gary Johnson
On 2008-02-29, Nathan Huesken <[EMAIL PROTECTED]> wrote: > On Wed, Feb 27, 2008 at 03:03:14PM -0600, Kyle Wheeler wrote: > > On Wednesday, February 27 at 06:40 PM, quoth Nathan Huesken: > > >I invoke the script this way: > > >macro index,pager a '~/add2ldap' > > > > > >It then asks me for the nam

Re: Macro problem: unset wait_key; !do_script; set wait_key

2008-02-28 Thread Ad. Teixera
On Thu, Feb 28, 2008 at 04:39:49PM -0600, Kyle Wheeler wrote: > While you're at it, you probably want to stop using keys and start > using function names directly. Like so: > > macro attach b "unset wait_key\ > cat >/tmp/tmp.html; \ > opera --remote 'openURL(/tmp/tmp.html,new-page)' &\ > set wait

Re: "set record" not working

2008-02-28 Thread Michael Tatge
* On Thu, Feb 28, 2008 Salvatore Iovene ([EMAIL PROTECTED]) muttered: > my sent mail is not saved. Can you please check if my .muttrc is > alright? > set folder="$HOME/Mail" # Local mailboxes stored here Better use ~/ instead of $HOME set folder=~/Mail > set spoolfile=$HOME/Mail/inbox > set

Re: Adding entries to ldap addressbook

2008-02-28 Thread Nathan Huesken
Hi, Thansk, that makes a lot of sense. Unfortantly, it does not yet work completly. I want the script to scan the eMail for default values, but afterwards ask the user to confirm or correct these default values. So the script needs to get the eMail from stdin, but also be intaractive with the

Re: Macro problem: unset wait_key; !do_script; set wait_key

2008-02-28 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, February 28 at 10:14 PM, quoth Ad. Teixera: >Hello, >This macro is working: >macro index f ":unset wait_key\n;!~/myScript\n;:set wait_key\n" \ > "menu for fetching mail" > >this one works also, but it is not setting the wait_key at the

Macro problem: unset wait_key; !do_script; set wait_key

2008-02-28 Thread Ad. Teixera
Hello, This macro is working: macro index f ":unset wait_key\n;!~/myScript\n;:set wait_key\n" \ "menu for fetching mail" this one works also, but it is not setting the wait_key at the end of the macro. macro attach b ":unset wait_key\n|cat >/tmp/tmp.html; \ opera --remote 'openURL(/tmp/tmp.

Re: Adding CC hdr automatically.

2008-02-28 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, February 28 at 03:40 PM, quoth Dilip M: >Hi, > >I'm using Mutt version 1.5.10i. Is there any option to set a email id >automatically in CC field? > >I know, this is odd. But just want to back up all office emails in PST :( > >I tried set m

Re: folder tab-completion to offer only folders containing new mail ?

2008-02-28 Thread Vladimir Marek
Hi Dilip, > using 'set mailboxes' as a line in .muttrc gives me: > > Sorry, you should be using something like, > mailboxes =mbox1 > mailboxes =mbox2 Ah, right, I have those already. Many of them actually. What slows me down is that when I want to switch to mailbox containing new mail, I have to

Re: folder tab-completion to offer only folders containing new mail ?

2008-02-28 Thread Dilip M
Vladimir Marek <[EMAIL PROTECTED]> wrote: ... using 'set mailboxes' as a line in .muttrc gives me: Sorry, you should be using something like, mailboxes =mbox1 mailboxes =mbox2 PS: No 'set' there.. -- dm

"set record" not working

2008-02-28 Thread Salvatore Iovene
Hi, my sent mail is not saved. Can you please check if my .muttrc is alright? Here it is: set sendmail="/usr/bin/msmtp" set folder="$HOME/Mail" # Local mailboxes stored here set spoolfile=$HOME/Mail/inbox set record=$HOME/Mail/sent/ # Where to store sent messages set postponed=$H

Re: folder tab-completion to offer only folders containing new mail ?

2008-02-28 Thread Vladimir Marek
Hi, > > > Right, but then I have to type 'c' and press space several times to get to > > the folder I want (if it's not the first one). Since I typically have 10 > > or more folders containing new mail, it would be handy to use tab > > completion. But since there are folders with similar name

Re: Adding CC hdr automatically.

2008-02-28 Thread Dilip M
On Thu, Feb 28, 2008 at 3:40 PM, Dilip M <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using Mutt version 1.5.10i. Is there any option to set a email id > automatically in CC field? > > I know, this is odd. But just want to back up all office emails in PST > :( > > I tried set my_hdr, which failed with

Adding CC hdr automatically.

2008-02-28 Thread Dilip M
Hi, I'm using Mutt version 1.5.10i. Is there any option to set a email id automatically in CC field? I know, this is odd. But just want to back up all office emails in PST :( I tried set my_hdr, which failed with error unknow variable. -- dm

Re: folder tab-completion to offer only folders containing new mail ?

2008-02-28 Thread Dilip M
On Sun, Feb 24, 2008 at 4:48 PM, Vladimir Marek <[EMAIL PROTECTED]> wrote: > Right, but then I have to type 'c' and press space several times to get to > the folder I want (if it's not the first one). Since I typically have 10 > or more folders containing new mail, it would be handy to use tab