Re: mutt is crashing with segfault when running a macro

2010-09-06 Thread Asif Iqbal
On Mon, Sep 6, 2010 at 3:42 PM, Asif Iqbal wrote: > On Mon, Sep 6, 2010 at 3:01 PM, Asif Iqbal wrote: >> When I run the following macro mutt exits with segfault >> >> macro index S >> '/home/axisys/.mutt/script/reportspam.sh' >> >> Here is the

Re: mutt is crashing with segfault when running a macro

2010-09-06 Thread Asif Iqbal
On Mon, Sep 6, 2010 at 3:01 PM, Asif Iqbal wrote: > When I run the following macro mutt exits with segfault > > macro index S > '/home/axisys/.mutt/script/reportspam.sh' > > Here is the script > > #!/bin/bash > # take the email and send it as attachment

mutt is crashing with segfault when running a macro

2010-09-06 Thread Asif Iqbal
+ subj= + '[' '!' -z /tmp/fileMWDTFO.eml ']' + mutt -e 'set from=u...@example.com' -s '[spam]' -a /tmp/fileMWDTFO.eml -- ab...@example.net + rm /tmp/fileMWDTFO.eml Am I hitting a bug? Is there a way to run mutt in debug mode to get more details -

Re: binding multiple steps to one key

2010-04-18 Thread Asif Iqbal
On Sat, Apr 17, 2010 at 8:38 PM, Michael Elkins wrote: > On Sat, Apr 17, 2010 at 01:47:36PM -0400, Asif Iqbal wrote: >> >> Our company policy is to forward the spam as an attachment to company >> abuse address. >> >> So, I am doing all the following 6 steps

Re: binding multiple steps to one key

2010-04-17 Thread Asif Iqbal
On Sat, Apr 17, 2010 at 11:30 PM, Asif Iqbal wrote: > On Sat, Apr 17, 2010 at 8:38 PM, Michael Elkins wrote: >> On Sat, Apr 17, 2010 at 01:47:36PM -0400, Asif Iqbal wrote: >>> >>> Our company policy is to forward the spam as an attachment to company >>> abuse

Re: binding multiple steps to one key

2010-04-17 Thread Asif Iqbal
On Sat, Apr 17, 2010 at 8:38 PM, Michael Elkins wrote: > On Sat, Apr 17, 2010 at 01:47:36PM -0400, Asif Iqbal wrote: >> >> Our company policy is to forward the spam as an attachment to company >> abuse address. >> >> So, I am doing all the following 6 steps

Re: binding multiple steps to one key

2010-04-17 Thread Asif Iqbal
On Sat, Apr 17, 2010 at 6:51 PM, Brian Ryans wrote: > Quoting Asif Iqbal on 2010-04-17 12:47:36: >> Hi All >> >> Our company policy is to forward the spam as an attachment to company >> abuse address. >> >> So, I am doing all the following 6 st

binding multiple steps to one key

2010-04-17 Thread Asif Iqbal
' in index ? I am using mutt 1.5.18 on ubuntu 9.10 -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?

Re: forward email as attachment

2010-02-04 Thread Asif Iqbal
On Thu, Feb 4, 2010 at 12:22 PM, Gary Johnson wrote: > On 2010-02-04, Asif Iqbal wrote: >> Hi All >> >> My company policy is report spam email to the abuse as an outlook >> attachment. I know mutt can forward email as mime attachment. How do I >> make sure it s

forward email as attachment

2010-02-04 Thread Asif Iqbal
mime attachment does the same? I tried to set mime_forward=ask-yes and that sends the email as a message/rfc822, 7bit type attachment during forward. I am not sure what kind of mime attachment outlook uses. Thanks for your help -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because

mapi support

2009-06-14 Thread Asif Iqbal
Is there a way to get mail through mapi from exchange server 2007? imap or pop3 is not open. -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?

Re: Failing to login to IMAP folder. IMAP REFERRAL mesg

2009-03-17 Thread Asif Iqbal
On Tue, Mar 17, 2009 at 10:48 AM, Kyle Wheeler wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tuesday, March 17 at 10:06 AM, quoth Asif Iqbal: >> I have been accessing our microsoft exchange folder using IMAP. But >> yesterday IT did a maintenance and no

Re: Failing to login to IMAP folder. IMAP REFERRAL mesg

2009-03-17 Thread Asif Iqbal
On Tue, Mar 17, 2009 at 10:33 AM, Asif Iqbal wrote: > On Tue, Mar 17, 2009 at 10:06 AM, Asif Iqbal wrote: >> Hi >> >> I have been accessing our microsoft exchange folder using IMAP. But >> yesterday IT did a maintenance and now I cannot access it any more. >> &g

Re: Failing to login to IMAP folder. IMAP REFERRAL mesg

2009-03-17 Thread Asif Iqbal
On Tue, Mar 17, 2009 at 10:06 AM, Asif Iqbal wrote: > Hi > > I have been accessing our microsoft exchange folder using IMAP. But > yesterday IT did a maintenance and now I cannot access it any more. > > I get this error > > [REFERRAL imap://iqbala;aut...@mx.exampl

Failing to login to IMAP folder. IMAP REFERRAL mesg

2009-03-17 Thread Asif Iqbal
muttrc (sanitized) set spoolfile=imap://example.com:143/INBOX set folder=imap://example.com:143/ set record="=Sent Items" set trash="=Deleted Items" set postponed="=Drafts" set mbox_type=Maildir set imap_user=iqbala imap_pass=secret -- Asif Iqbal PGP Key: 0xE62

Re: Read files shows unread and need to switch them back to read

2009-02-25 Thread Asif Iqbal
On Wed, Feb 25, 2009 at 4:30 PM, Christian Brabandt wrote: > Hi Asif! > > On Wed, 25 Feb 2009, Asif Iqbal wrote: > >> Essentially, I am looking for some limit search, maybe, to display >> only the emails with new status and then perform an action like - >> change th

Read files shows unread and need to switch them back to read status quickly

2009-02-25 Thread Asif Iqbal
ate action. Essentially, I am looking for some limit search, maybe, to display only the emails with new status and then perform an action like - change the status to read. Thanks -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q:

Re: Multiple emails flag as read

2009-02-09 Thread Asif Iqbal
On Mon, Feb 9, 2009 at 8:53 AM, Michael Kjorling wrote: > On 9 Feb 2009 08:46 -0500, by vad...@gmail.com (Asif Iqbal): >> How do I flag multiple emails as read? Lets say I have mail number 1, >> 7 and 15 that I like to flag as read without actually >> reading it. How do I go

Re: Multiple emails flag as read

2009-02-09 Thread Asif Iqbal
then hit shift+n like > you would to mark a single message as new. All the tagged messages will How do I mark it as old? > then be marked new. > > -- > Noah Sheppard > Assistant Computer Resource Manager > Taylor University CSE Department > nshep...@cse.taylor.edu > &

Multiple emails flag as read

2009-02-09 Thread Asif Iqbal
How do I flag multiple emails as read? Lets say I have mail number 1, 7 and 15 that I like to flag as read without actually reading it. How do I go by doing it? -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why

need help with editor syntax

2009-01-16 Thread Asif Iqbal
2" 14L, 301C E486: Pattern not found: .\+-- $ Press ENTER or type command to continue Any suggestion on how to fix this warning ? -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu