Re: How to debug muttrc? (for signature)

2016-08-15 Thread Peter Terpstra


In a reply you need this one set:
set sig_on_top 


Then it will be placed above the quoted text.

Mutt will find it if this works too:
cd ~ && cat ~/.signature

Kindly,

Peter

 ~ pENG yU  [2016-08-14 10:40:24 -0500]:


hI, i HAVE THE FOLLOWING LINE IN MY MUTTRC. bUT NO SIGNATURE IS
GENERATED IN THE EMAIL (i ONLY TESTED MUTT ON THE COMMAND LINE).

SET signature="~/.signature"

Does anybody know how to debug muttrc to understand why no signature
is included in the generated emails?

--
Regards,
Peng


Re: folder-hook to move messages after 2 weeks to another folder.

2016-03-31 Thread Peter Terpstra




 ~ David Champion  [2016-03-30 14:09:27 -0700]:


http://www.mutt.org/doc/devel/manual.html#tags

I.e. use  instead of , and wrap up with an
.



Thank you so much, this works!

Peter


Re: folder-hook to move messages after 2 weeks to another folder.

2016-03-29 Thread Peter Terpstra




 ~ Grady Martin  [2016-03-29 04:13:01 -0400]:


You may want to consider ignoring messages older than two weeks when you synchronize.  
With OfflineIMAP, for example, this is controlled by "maxage" in [Account] 
sections.


Thank you kindly for the answer.

If it cannot be solved within mutt i would prefer to do something like this in a 
cronjob.


find $INBOX -maxdepth 1 -type f -mtime +14  -exec mv -v -t $READM {} \;

Kindly,

Peter



folder-hook to move messages after 2 weeks to another folder.

2016-03-27 Thread Peter Terpstra

Dear readers,
I have:

folder-hook =inbox  
 "push T~d>2w=read-mail"

..which works, but has an issue.

The issue is that when there are no messages to move it moves the first message of 
the inbox to readmail, disregarding the 2w.


Does anyone know a solution to this?

Kind Regards,

Peter