index_format setting to show yr

2008-06-12 Thread SK
Hi,

Is there any way to setup mutt (the date_format variable?) such that
in the index view, the year is shown only if the year of the message
is different from the current year? The default "%d"  shows only the
"Month date".

Thanks,
SK


restore screen after exiting mutt

2008-06-12 Thread Francis Moreau
Hi,

Is there any way to restore the terminal screen after exiting mutt like
'less' for example ?


Thanks
-- 
Francis


Re: restore screen after exiting mutt

2008-06-12 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday, June 12 at 05:08 PM, quoth Francis Moreau:
> Is there any way to restore the terminal screen after exiting mutt 
> like 'less' for example ?

Mine restores properly---the problem is likely that your terminal 
settings (in particular, you TERM environment variable) is incorrect.

What terminal are you using, and what's your TERM set to?

~Kyle
- -- 
Do not seek to follow in the footsteps of the men of old. Seek what 
they sought.
-- Matsuo Basho
-BEGIN PGP SIGNATURE-
Comment: Thank you for using encryption!

iEYEARECAAYFAkhRPxIACgkQBkIOoMqOI16y8gCg+eLRdjvS2IRqLBAiSJ10sIDI
YOAAniTUBMIoffbLorQKP54wq+SsSjY/
=biT7
-END PGP SIGNATURE-


unsubscribe

2008-06-12 Thread gabriele esposito
-- 
http://www.gabrix.ath.cx


Re: restore screen after exiting mutt

2008-06-12 Thread Francis Moreau
Hi,

On Thu, Jun 12, 2008 at 5:21 PM, Kyle Wheeler <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Thursday, June 12 at 05:08 PM, quoth Francis Moreau:
>> Is there any way to restore the terminal screen after exiting mutt
>> like 'less' for example ?
>
> Mine restores properly---the problem is likely that your terminal
> settings (in particular, you TERM environment variable) is incorrect.
>
> What terminal are you using, and what's your TERM set to?
>

You're probably right. This only happen when I execute mutt in a
screen session:

$ echo $TERM
screen

Do you have any idea how to make screen behave correctly ?

Thanks
-- 
Francis


subscribe

2008-06-12 Thread Gabriele XXX - Gabrihell

-- 
email: [EMAIL PROTECTED] ### MSN:   [EMAIL PROTECTED]
Ekiga: [EMAIL PROTECTED] ### jabber: [EMAIL PROTECTED]
My Gnupg pub key : https://www.gabrix.ath.cx/mynewpubkey.asc
Key fingerprint = AD40 8FC1 F8C0 60E1 608E  C136 8080 9773 6C71 


signature.asc
Description: Digital signature


Re: restore screen after exiting mutt

2008-06-12 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday, June 12 at 05:28 PM, quoth Francis Moreau:
>> Mine restores properly---the problem is likely that your terminal 
>> settings (in particular, you TERM environment variable) is incorrect.
>>
>> What terminal are you using, and what's your TERM set to?
>
> You're probably right. This only happen when I execute mutt in a 
> screen session:
>
> $ echo $TERM 
> screen
>
> Do you have any idea how to make screen behave correctly ?

Check out http://web.mit.edu/gnu/doc/html/screen_15.html for some 
basics---you may need to set TERM correctly before entering screen, or 
you may need to set TERMCAP, or something like that. It all depends on 
what terminal you're actually using.

You *may* need to either modify your screen termcap file to add smcup 
and rmcup information or to create your own custom termcap file. I did 
something similar for my Apple Terminal. Check out this thread in the 
list archives: http://marc.info/?l=mutt-users&m=118897291908291&w=2

~Kyle
- -- 
A little song, a little dance, a little seltzer down your pants.
  -- Chuckles the Clown
-BEGIN PGP SIGNATURE-
Comment: Thank you for using encryption!

iEYEARECAAYFAkhRSn8ACgkQBkIOoMqOI16kTQCg24xZMN//NMrJldCQ1dPFmf95
PZIAoLOfl0Zik4XRAhitiHB5UIy/RMFy
=kTW6
-END PGP SIGNATURE-


Re: restore screen after exiting mutt

2008-06-12 Thread Francis Moreau
On Thu, Jun 12, 2008 at 6:10 PM, Kyle Wheeler <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Thursday, June 12 at 05:28 PM, quoth Francis Moreau:
>>> Mine restores properly---the problem is likely that your terminal
>>> settings (in particular, you TERM environment variable) is incorrect.
>>>
>>> What terminal are you using, and what's your TERM set to?
>>
>> You're probably right. This only happen when I execute mutt in a
>> screen session:
>>
>> $ echo $TERM
>> screen
>>
>> Do you have any idea how to make screen behave correctly ?
>
> Check out http://web.mit.edu/gnu/doc/html/screen_15.html for some
> basics---you may need to set TERM correctly before entering screen, or
> you may need to set TERMCAP, or something like that. It all depends on
> what terminal you're actually using.
>
> You *may* need to either modify your screen termcap file to add smcup
> and rmcup information or to create your own custom termcap file. I did
> something similar for my Apple Terminal. Check out this thread in the
> list archives: http://marc.info/?l=mutt-users&m=118897291908291&w=2
>

Thanks a lot Kyle !

-- 
Francis


Searching imap folders

2008-06-12 Thread Joseph
I would like to find a way to search multiple folders on imaps from with
Mutt.

I tried getting mairix to work but it seems to want to only search local
folders.

Is there a another way to search imap folders that are only available
remote?


-- 
+ respectfully, Joseph =+


signature.asc
Description: Digital signature


Re: forwarding multiple messages

2008-06-12 Thread Russell Hoover
On Mon 06/09/08 at 09:37 AM -0500, Kyle Wheeler <[EMAIL PROTECTED]> wrote:

> Just thought I would point out... You can compress that into a single
> macro by putting a comma between index and pager::
> 
> macro index,pager F "set 
> mime_forward=yes"


Wow.  This significantly reduces the size of my muttrc.  Mind if I ask
how recently this feature was implemented?

-- 
 // [EMAIL PROTECTED] //
  Intaxication: Euphoria at getting a refund from the IRS, which
 lasts until you realize it was your money to start with.


pgpGdNYTOQRar.pgp
Description: PGP signature


Re: forwarding multiple messages

2008-06-12 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday, June 12 at 03:21 PM, quoth Russell Hoover:
>> Just thought I would point out... You can compress that into a 
>> single macro by putting a comma between index and pager::
>> 
>> macro index,pager F "set 
>> mime_forward=yes"
>
> Wow.  This significantly reduces the size of my muttrc.  Mind if I ask 
> how recently this feature was implemented?

As far as I can tell, it's been available ever since 1.5.7 (which was 
released on 2005-01-28).

However, it was only mentioned in the UPDATING file as being 
associated with the 'bind' command, even though it works for both bind 
and macro.

~Kyle
- -- 
I see the pain on your face when you say the word intellectual, 
because it has so many syllables in it.
 -- Clive James
-BEGIN PGP SIGNATURE-
Comment: Thank you for using encryption!

iEYEARECAAYFAkhRiZYACgkQBkIOoMqOI16BiwCg2ua/3srON5PU+6a7WENbHffM
xMYAn2zR1gHDegyATQlsMEU+c7gsHJLU
=IIOI
-END PGP SIGNATURE-


gmail's all mail

2008-06-12 Thread Dale Harris
Is there someway to make mutt ignore =[Gmail]/All Mail and =[Gmail]/Spam
folders?  It seems they are always subscribed, and can't be
unsubscribed.  So if you have filters set up on gmail, which basically
translates into imap folders, you'll get pinged that a folder has mail
and pinged that All Mail has mail, too.  The same note, of course.  I'd
like to turn that behavior off. 

-- 
Dale Harris   
[EMAIL PROTECTED]
[EMAIL PROTECTED]
/.-)


exchange IMAP and "Mailbox was externally modified. Flags may be wrong." message

2008-06-12 Thread sme
Hello all,

  I am getting the "Mailbox was externally modified. Flags may be
wrong." message from mutt while connected to the exchange server at
work.
This seems to be a recurring problem with no clear solution. We are
running a blackberry enterprise server,
which could potentially be affecting things, but I am not sure.

I have uploaded debug info (-d 2) here:
http://www.webframp.com/files/dot-muttdebug0  it has been sanitized.

there is nothing odd in my mutt config, just standard imap settings:

set folder=
set spoolfile=
set imap_user=
set imap_check_subscribed
set imap_list_subscribed
unset imap_passive
set net_inc=5
set timeout=30
set smtp_url=
set smtp_pass=
set move=no

everything else is either keybinds,colors, lists or other interface
stuff not related to connections.

I'd love to get this figured out. At the very least a convenience
macro to switch to another folder then back to the =INBOX with one
keystroke would be a workaround, since works to refresh the folder.

-sean