Re: mutt on an IMAP-Server (dovecot): folder names and structure

2012-08-16 Thread Nicolas KOWALSKI
On Thu, Aug 16, 2012 at 01:07:36PM +0200, martin f krafft wrote: > Do you have alternative approaches? I do not want to use mutt's IMAP > for localhost access, nor do I want to set up offlineimap on > localhost. My home server runs a dovecot server, and I always use Mutt's IMAP to access folders

Re: mutt on an IMAP-Server (dovecot): folder names and structure

2012-08-16 Thread Nicolas KOWALSKI
On Thu, Aug 16, 2012 at 06:11:26PM +0200, martin f krafft wrote: > also sprach Nicolas KOWALSKI [2012.08.16.1757 > +0200]: > > Is there a special reason to not use this combination? > > I find it slow and cumbersome to work with. For the "slowness" I activated t

Re: mutt on an IMAP-Server (dovecot): folder names and structure

2012-08-16 Thread Nicolas KOWALSKI
On Thu, Aug 16, 2012 at 06:29:42PM +0200, martin f krafft wrote: > What do you do about the password? I don't want to store that in > .muttrc! I enter it manually. Thanks to screen, my mutt session never ends (until server reboot), so this is not a problem. -- Nicolas

Re: Automatically erase N flag of all messages

2012-09-12 Thread Nicolas KOWALSKI
On Wed, Sep 12, 2012 at 01:26:31PM +0200, Didier COURTAUD wrote: > I would want to clear automatically the N flags of all the messages > of a given mailbox. I use these two macros, binded to ESC-c: # # Catchup (index,pager) # macro index\ec "~NN.*" macro pager \ec "\ec" -- Nico

hide pgp or smime signatures ?

2007-10-09 Thread Nicolas KOWALSKI
Hello, Is it possible to not display the pgp or smime signature at all in the pager ? I have set crypt_verify_sig=no in my ~/.muttrc, but obviously this is not sufficient. Thanks, -- Nicolas

Re: hide pgp or smime signatures ?

2007-10-09 Thread Nicolas KOWALSKI
On Tue, Oct 09, 2007 at 11:06:00AM -0700, Gary Johnson wrote: > On 2007-10-09, Nicolas KOWALSKI <[EMAIL PROTECTED]> wrote: > > Is it possible to not display the pgp or smime signature at all in > > the pager ? > > > I set 'display_filter' to a scri

Re: hide pgp or smime signatures ?

2007-10-10 Thread Nicolas KOWALSKI
On Tue, Oct 09, 2007 at 02:31:48PM -0700, Gary Johnson wrote: > > > On 2007-10-09, Nicolas KOWALSKI <[EMAIL PROTECTED]> wrote: > > > > Is it possible to not display the pgp or smime signature at all in > > > > the pager ? > This is what I actually us

account-hook, imap_pass not used ?

2007-10-24 Thread Nicolas KOWALSKI
Hello, I am trying to use multiple IMAP accounts. Following the Wiki, I use these settings: account-hook . 'unset imap_pass' account-hook imap://[EMAIL PROTECTED]/ 'set imap_pass="secret"' account-hook imap://[EMAIL PROTECTED]/ 'set imap_pass="anothersecret"' set spoolfile="imap://[EMAIL PROTECT

Re: account-hook, imap_pass not used ?

2007-10-24 Thread Nicolas KOWALSKI
On Wed, Oct 24, 2007 at 06:55:58AM -0400, Patrick Shanahan wrote: > * Nicolas KOWALSKI <[EMAIL PROTECTED]> [10-24-07 06:26]: > > I am trying to use multiple IMAP accounts. Following the Wiki, I use > > these settings: > > > > account-hook . 'unset ima

Re: account-hook, imap_pass not used ?

2007-10-24 Thread Nicolas KOWALSKI
On Wed, Oct 24, 2007 at 12:25:02PM +0200, Nicolas KOWALSKI wrote: > I am trying to use multiple IMAP accounts. Following the Wiki, I use > these settings: > > account-hook . 'unset imap_pass' > account-hook imap://[EMAIL PROTECTED]/ 'set imap_pass="secret"

header_cache database always growing

2007-11-20 Thread Nicolas KOWALSKI
Hello, I am using the header_cache feature, for speeding up access to my imap folders. I defined it in my ~/.muttrc with: set header_cache=~/.hcache The ~/.hcache is a directory. I have noticed that the headers databases are always growing, even if I delete mails. For example, my INBOX curr

Re: header_cache database always growing

2007-11-21 Thread Nicolas KOWALSKI
On Wed, Nov 21, 2007 at 09:37:22AM +0100, Rocco Rutte wrote: > Hi, > > * Nicolas KOWALSKI wrote: > >> I have noticed that the headers databases are always growing, even if >> I delete mails. > > Here it's important from where you delete them. When you delete th

Re: header_cache database always growing

2007-12-03 Thread Nicolas KOWALSKI
On Wed, Nov 28, 2007 at 07:16:57PM +0100, Rocco Rutte wrote: > * Michelle Konzack wrote: >> Am 2007-11-21 11:49:13, schrieb Nicolas KOWALSKI: >>> On Wed, Nov 21, 2007 at 09:37:22AM +0100, Rocco Rutte wrote: >>> > * Nicolas KOWALSKI wrote: > >>> >&g

Re: Hook for changing msmtp account

2008-02-27 Thread Nicolas KOWALSKI
Salvatore Iovene <[EMAIL PROTECTED]> writes: > I use mutt+msmtp and want to use a different msmtp account according > to what my "From:" is. > > How can I do this? In my ~/.muttrc, I have: # # Mail sending # set sendmail="/usr/bin/msmtp" set use_envelope_from=yes set use_from=yes In my ~/.msmt

Re: Hook for changing msmtp account

2008-02-27 Thread Nicolas KOWALSKI
Salvatore Iovene <[EMAIL PROTECTED]> writes: > So you mean that mutts automatically selects the msmtp account by > looking at the From: header? No, it is msmtp which does this job, as explained in its manual page: " In sendmail mode, an envelope-from address is necessary to send mail. This is th

Re: Hook for changing msmtp account

2008-02-27 Thread Nicolas KOWALSKI
Salvatore Iovene <[EMAIL PROTECTED]> writes: > Yeah, but _which_ smtp server, among the ones defined in the > .msmtprc file? My doubt comes from the fact that msmtp seems to > identify the various smtp account by an unique name in the "account" > property of the configuration file, and not simply

Re: Move messages instead of Copy

2008-03-04 Thread Nicolas KOWALSKI
Bill Moseley <[EMAIL PROTECTED]> writes: > I need a cron job to do this automatically, but every so often I > want to move old messages out of my mailbox (it's a bit slow loading > my IMAP folders when they go over 20K messages or so). So I'll do > something like: I defined the following hook to

Go back to INBOX with next-unread-mailbox

2008-04-29 Thread Nicolas KOWALSKI
Hello, I am using the next-unread-mailbox function to read my mail collection. For this, in my ~/.muttrc, I have defined 'c' macro like this: folder-hook . 'bind index,pager c next-unread-mailbox' This works well, but when there are no more mailboxes with unread mails, it just stay in the curr

folder browser cursor position

2009-03-02 Thread Nicolas KOWALSKI
Hello, When I read messages in a folder, if I hit 'y' to go back to the folder browser, the cursor is always put to the beginning. Is there a way (configuration option) to tell the cursor in the browser stay at its old position instead of always go at the beginning? This is Mutt 1.5.19 (2009-0

Re: Detecting new mail in mbox format

2009-04-25 Thread Nicolas KOWALSKI
Grant Edwards writes: > 2) I just tried it, and it does nothing. It's bound to '.'. > When I hit '.' absolutely nothing happens. No IMAP commands > are sent to server to check either the current folder or > the folders in the "mailboxes" list. Hello, What are your settings for mail

Re: Detecting new mail in mbox format

2009-04-25 Thread Nicolas KOWALSKI
Grant Edwards writes: > On 2009-04-25, Nicolas KOWALSKI wrote: >> Grant Edwards writes: >> >>> 2) I just tried it, and it does nothing. It's bound to '.'. >>> When I hit '.' absolutely nothing happens. No IMAP commands >&g

Re: Detecting new mail in mbox format

2009-04-27 Thread Nicolas KOWALSKI
Grant Edwards writes: > Another poster claimed that it works for him. I didn't (and don't) > believe him. You are right, my testing was not extensive enough. The timeout setting was handling the refresh of my mailboxes itself, not my manual hit of '.' Using the advice of Wolf, on my (debian ver

Re: Detecting new mail in mbox format

2009-04-27 Thread Nicolas KOWALSKI
Nicolas KOWALSKI writes: > folder-hook '^imap://' 'macro index,pager $ ""' Oops, please forget the above. For '.', I have this: folder-hook '^imap://' 'macro index,pager . ""' -- Nicolas

reply_regexp help to match 'RE :'

2009-11-21 Thread Nicolas KOWALSKI
Hello, Sometimes I receive mail replies with the "RE : " string as subject. This "RE : " is apparently not recognized by the default reply_regexp value, because when I reply to this kind of mail, mutt add another "Re: " in front of the subject line; furthermore, the threading is broken. Inste

Re: reply_regexp help to match 'RE :'

2009-11-21 Thread Nicolas KOWALSKI
On Sat, Nov 21, 2009 at 09:14:08PM +0100, Michael Wagner wrote: > * Nicolas KOWALSKI 21.11.2009 > > > Sometimes I receive mail replies with the "RE : " > > string as subject. This "RE : " is apparently not recognized by the > > default reply_regexp

Re: reply_regexp help to match 'RE :'

2009-11-23 Thread Nicolas KOWALSKI
On Mon, Nov 23, 2009 at 10:01:09AM +1100, Cameron Simpson wrote: > There's no whitespace before the colon in the above pattern, so it > won't match "RE :". > > Try: > set reply_regexp="^((re([\[^-][0-9]+\]?)*|aw|antwort|antw|wg)[ \t]*:[ > \t]*)+" > > You can see I've added "[ \t]*" before the

Re: reply_regexp help to match 'RE :'

2009-11-23 Thread Nicolas KOWALSKI
On Mon, Nov 23, 2009 at 11:23:19AM -0800, Gary Johnson wrote: > changed my 'reply_regexp' by adding "[ \t]*" before the color per > Cameron's suggestion, and replied to it. Mutt removed the "RE :" > and replaced it with "Re: ", as it should. So there's something else broken in my config. I will s

Re: Problem with Mutt and Dovecot-Listescape

2009-12-10 Thread Nicolas KOWALSKI
Hello Daniel, Daniel Spannbauer writes: > I think, the error is the script which finds the folders in the > maildir-folder: Maybe something like the following: mailboxes =INBOX `cd $HOME/.maildir ; find . -maxdepth 1 -type d -name '.[0-9a-zA-Z_-]*' | sed -e 's,^\./\.,=,' | sort | tr '\n' ' '`

Re: reply_regexp help to match 'RE :'

2009-12-15 Thread Nicolas KOWALSKI
On Mon, Nov 23, 2009 at 08:32:33PM +0100, Nicolas KOWALSKI wrote: > On Mon, Nov 23, 2009 at 11:23:19AM -0800, Gary Johnson wrote: > > changed my 'reply_regexp' by adding "[ \t]*" before the color per > > Cameron's suggestion, and replied to it. Mutt removed

Set a default To value based on current folder name?

2010-02-22 Thread Nicolas KOWALSKI
Hello, When composing a new mail, is it possible to specify a default To address based on the current folder name ? For example, when I am in the folder "list.mutt", I would like the "To:" field to be prefilled with the "mutt-users@mutt.org" value when composing a new mail. Thanks, -- Nicola

Re: Set a default To value based on current folder name?

2010-02-22 Thread Nicolas KOWALSKI
On Mon, Feb 22, 2010 at 01:10:57PM +0100, Zeerak Mustafa Waseem wrote: > On Mon, Feb 22, 2010 at 12:51:55PM +0100, Nicolas KOWALSKI wrote: > > > > When composing a new mail, is it possible to specify a default To > > address based on the current folder name ? > > &g

Re: Set a default To value based on current folder name?

2010-02-22 Thread Nicolas KOWALSKI
On Mon, Feb 22, 2010 at 03:45:32PM +0100, Jostein Berntsen wrote: > On 22.02.10,14:07, Nicolas KOWALSKI wrote: > > On Mon, Feb 22, 2010 at 01:10:57PM +0100, Zeerak Mustafa Waseem wrote: > > > On Mon, Feb 22, 2010 at 12:51:55PM +0100, Nicolas KOWALSKI wrote: > > > >

Re: imap way for slow connection (imap without attachment)

2010-06-08 Thread Nicolas KOWALSKI
Michelle Konzack writes: > There is NO way for the MUA or IMAP server, to select which part of the > body should be downloaded. Yes there is. This is in the IMAP protocol, see http://www.faqs.org/rfcs/rfc2060.html. " 2.4.Message Texts In addition to being able to fetch the full [RFC-82

Re: Default To: per folder

2010-09-04 Thread Nicolas KOWALSKI
Andre Majorel writes: > Is there a way to set a default value for To: in ? It > would be very useful after a folder-hook for mailing lists etc. Yes, using my_hdr. Here is an example of what is in my ~/.muttrc: folder-hook =list.debian'my_hdr To: debian-u...@lists.debian.org' fo

Re: Default To: per folder

2010-09-05 Thread Nicolas KOWALSKI
"E. Prom" writes: > On Saturday, 04 September 2010, 19:05:40 +0200, > Nicolas KOWALSKI wrote: >> Andre Majorel writes: >> > Is there a way to set a default value for To: in ? It >> > would be very useful after a folder-hook for mailing lists etc. >>

Re: mutt and some GMail features

2011-06-04 Thread Nicolas KOWALSKI
On Fri, Jun 03, 2011 at 04:00:32PM -0400, Chris Brennan wrote: > * properly label (I think mutt calls it tagging) my e-mail based on > the labels I have already created in the Web Interface. (While I > suspect the answer to this is no, I also suspect the answer to be yes > with procmail, this wo

Re: mutt and some GMail features

2011-06-05 Thread Nicolas KOWALSKI
On Sat, Jun 04, 2011 at 10:31:54AM -0400, Chris Brennan wrote: > * Nicolas KOWALSKI [2011-06-04 10:24:01 +0200]: > > > On Fri, Jun 03, 2011 at 04:00:32PM -0400, Chris Brennan wrote: > > Gmail labels are available as folders in IMAP. So, to label a message, > > just save

Re: mutt and some GMail features

2011-06-06 Thread Nicolas KOWALSKI
On Sun, Jun 05, 2011 at 02:13:21PM -0400, Chris Brennan wrote: > OK, so hitting 's' and then '=target folder' or is it :s='target folder'? The first. After hitting 's', mutt will ask you the destination folder name. > My next question is this, if the :s= cmd is used, do I put everything in > si