Incoming from Eduardo Figueira Ramos:
> Hi list members,
>
> i have my mutt configured and running, but i got a doubt.
>
> I would like that the folder ".Sent" be listed when i press 'c'
> character. Now only the incoming directory ~/.mdir is being listed.
>
> Here my .muttrc:
>
> set mbox_typ
Hi list members,
i have my mutt configured and running, but i got a doubt.
I would like that the folder ".Sent" be listed when i press 'c' character. Now
only the incoming directory ~/.mdir is being listed.
Here my .muttrc:
set mbox_type=Maildir
set spoolfile="~/.mdir"
set folder="~/.mdir"
se
* Eduardo Figueira Ramos [03-28-13 09:36]:
> i have just started playing with mutt. I have some questions to the
> list.
>
> I would like not to be an mutt expert, but only use itto support my
> day-to-day work.
>
> For instance, My maildir is /home/sioux/.mdir. I sent a message and a
> directory
Hi, just forget to add my .muttrc file.
Here you have it.
set mbox_type=Maildir
set spoolfile="~/.mdir"
set folder="~/.mdir"
set mask="!^\\.[^.]"
set record="+.Sent"
set postponed="+.Drafts"
set from="henry.t...@gmail.com"
mailboxes ! + '\\
for file in ~/.mdir/.*; do \\
box=$(basename "$f
Hi folks,
i have just started playing with mutt. I have some questions to the list.
I would like not to be an mutt expert, but only use itto support my day-to-day
work.
For instance, My maildir is /home/sioux/.mdir. I sent a message and a directory
".Sent" was created within my maildir director
On 25/03/2013, Max Rydahl Andersen wrote:
> With ~250 nested folders the 'c' change folder is rather tedious to use.
>
> Is there a command to search for a folder by name so I don't have to
> type/complte in the full name ?
You could list your mailboxes by using the mailboxes command in your
mut