Re: How mutt use mailboxes setting?

2010-02-18 Thread Andrey Zhidenkov
> Will it not be easier to specify the mailboxes like this? > > mailboxes =innboks =innboks/broadpark .. It's easier when you have 5-10 mailboxes. I have about 30 mailboxes so I decided to define it dynamically. Except that, I have dynamically rules in my .procmailrc, like this * ^Sender

How mutt use mailboxes setting?

2010-02-17 Thread Andrey Zhidenkov
Hello, all. I've converted all my mail from mbox to maildir format. I use sidebar patch and now my mailboxes name starts with '.'. mailboxes setting defined like this: mailboxes `echo -n "+ "; find ~/mail -maxdepth 1 -type d -name ".*" -printf "+'%f' "` Can I remove a '.' symbol here? Does mut

Maildir vs sidebar patch

2009-10-21 Thread Andrey Zhidenkov
I canged a mbox to Maildir lately and have a problem. Sidebar patch don't show list of mailboxes. It's empty. When I type 'c' and set mailbox manually, it works, but sidebar don't see my boxes. My mutt version is 1.5.20, i've installed it from FreeBSD ports with options: make WITH_MUTT_MAILDIR_MT

Re: Send message to address list, located in file

2009-09-29 Thread Andrey Zhidenkov
On Wed, Sep 30, 2009 at 02:37:09AM -0400, James Michael Fultz wrote: > * Andrey Zhidenkov [2009-09-30 09:59 +0400]: >> Hello. >> >> I want to create alias, for example 'friends' and file, for example >> ~/.mail_frieds, which contains address list: >

Send message to address list, located in file

2009-09-29 Thread Andrey Zhidenkov
Hello. I want to create alias, for example 'friends' and file, for example ~/.mail_frieds, which contains address list: Andrey Liza ... Then I want to compose e-mail with command like this: $mutt friends Is it possible?

Re: Exporting a message body

2009-06-19 Thread Andrey Zhidenkov
On Fri, Jun 19, 2009 at 02:48:12PM +0200, Rocco Rutte wrote: > Hi, > > * Andrey Zhidenkov wrote: > > I would like to set a shortcut to export message. For example, I want to > > convert > > messages in LaTeX to store them on my PC. So i wrote a script in Perl, which

Exporting a message body

2009-06-19 Thread Andrey Zhidenkov
I would like to set a shortcut to export message. For example, I want to convert messages in LaTeX to store them on my PC. So i wrote a script in Perl, which reads a message(s) body from standard input. I want to select a message and type Ctrl-L, for example to send a current or tagged messages to

Re: Monitoring new mail in mbox mailboxes

2009-06-18 Thread Andrey Zhidenkov
On Thu, Jun 18, 2009 at 02:50:50PM +0200, Rocco Rutte wrote: > Hi, > > * Andrey Zhidenkov wrote: > > Hello. I want to configure my Conky to display a count of a new > > mail messages in mbox folders, like in sidebar-panel in mutt. > > You have to use the sidebar patc

Monitoring new mail in mbox mailboxes

2009-06-17 Thread Andrey Zhidenkov
Hello. I want to configure my Conky to display a count of a new mail messages in mbox folders, like in sidebar-panel in mutt. Does mutt writes some to mbox file when I read a new mail or it has own cache? How I can monitor it? Thank you.

Re: Message header fields displayed in viewer

2009-05-07 Thread Andrey Zhidenkov
On Thu, May 07, 2009 at 01:52:26PM +0200, Joost Kremers wrote: > On Thu, May 07, 2009 at 03:45:40PM +0400, Andrey Zhidenkov wrote: > > When mutt displays a message, it also displays some message header > > fiels ('From:', 'To:' and etc.). But I cannot find out, w

Message header fields displayed in viewer

2009-05-07 Thread Andrey Zhidenkov
When mutt displays a message, it also displays some message header fiels ('From:', 'To:' and etc.). But I cannot find out, where I can configure what field will be displayed. For example, I want to see 'X-Mailer' field if it present.

Re: Maildir or mbox?

2009-05-07 Thread Andrey Zhidenkov
On Thu, May 07, 2009 at 01:16:20PM +0200, Rocco Rutte wrote: > Hi, > > * Andrey Zhidenkov wrote: > > > I'm using mutt about 6 month. For this time I have about 5000 messages > > in my mbox folder. What format is preffered for using with many > > messages

Maildir or mbox?

2009-05-07 Thread Andrey Zhidenkov
I'm using mutt about 6 month. For this time I have about 5000 messages in my mbox folder. What format is preffered for using with many messages? Is Maildir faster? I read in this mailing list that someone stores his mail in the folder, organized by years and month. I think that is very good idea

How to search and delete messages?

2009-02-15 Thread Andrey Zhidenkov
A've added a new box and downloaded about 2000 new emails. I want to delete most of them by criteria. For example, delete all emails, sended from the address x...@yyy.com. How can I do it? -- Andrey Zhidenkov jabber: andrey.zhiden...@gmail.com, homepage: http://pensnarik.org

Re: How can I intergare mutt with Gnome?

2009-02-12 Thread Andrey Zhidenkov
On Wed, Feb 11, 2009 at 08:23:42PM +0100, Thorsten Scherf wrote: > On [Wed, 11.02.2009 16:23], Andrey Zhidenkov wrote: >> Can I integrate mutt with Gnome? For example, when I click on e-mail >> adress in browser (firefox), I would like to open mutt with new mail >> blank. &g

How can I intergare mutt with Gnome?

2009-02-11 Thread Andrey Zhidenkov
Can I integrate mutt with Gnome? For example, when I click on e-mail adress in browser (firefox), I would like to open mutt with new mail blank. -- Andrey Zhidenkov jabber: andrey.zhiden...@gmail.com, homepage: http://pensnarik.org

does mutt splitting large messages?

2009-02-11 Thread Andrey Zhidenkov
Can mutt split a large messages and send it with a several messages? I need to send a big file, but gmail doesn't allow it.

Check default IMAP mailbox on startup

2009-02-06 Thread Andrey Zhidenkov
Hello. I have configured mutt to use with GMail IMAP mailboxes. I set up mailboxes in my .muttrc in this way: mailboxes ! =ml-lug-list =ml-lug-org =[Gmail]/Drafts "=[Gmail]/All Mail" Can I configure mutt to check one of this mailboxes on startup automaticcaly? How can I set up a default mbox?

sidebar patch for 1.5.19

2009-02-05 Thread Andrey Zhidenkov
Is there a sidebar patch for 1.5.19 version? Where can I get it? Thank you.