I put ubuntu-server/ and ubuntu-user/ under ubuntu/
and set mailboxes like ubuntu/
|__ubuntu-user
|__ubuntu-server
When I switch folder with "c", other mailboxes has "N" sign to indicate that
new mails in mailbox, but ubuntu/ dose not. and ubuntu-user
Following error is seen when installing on Linux x86 64bit m/c
>
if test -f /users/ruday/mutt-install//bin/mutt_dotlock && test xmail
!= x ; then \
chgrp mail /users/ruday/mutt-install//bin/mutt_dotlock && \
chmod 2755 /users/ruday/mutt-install//bin/mutt_dotlock || \
{ echo
On 04.08.11,18:23, Ravi Uday wrote:
> Following error is seen when installing on Linux x86 64bit m/c
> >
> if test -f /users/ruday/mutt-install//bin/mutt_dotlock && test xmail
> != x ; then \
> chgrp mail /users/ruday/mutt-install//bin/mutt_dotlock && \
> chmod 2755 /users/ruday/mut
On 04.08.11,16:59, stardiviner wrote:
> I put ubuntu-server/ and ubuntu-user/ under ubuntu/
> and set mailboxes like ubuntu/
> |__ubuntu-user
> |__ubuntu-server
> When I switch folder with "c", other mailboxes has "N" sign to indicate that
> new mails
Some errors went away. But still am getting this :
>>
..
/usr/bin/install -c 'flea' '/users/ruday/mutt-install/bin/flea'
/usr/bin/install -c 'smime_keys' '/users/ruday/mutt-install/bin/smime_keys'
make-3.79.1-p7 install-exec-hook
make-3.79.1-p7[4]: Entering directory `/users/ruday/mutt-1.5.19'
On 04.08.11,23:04, Ravi Uday wrote:
> Some errors went away. But still am getting this :
>
> >>
> ..
> /usr/bin/install -c 'flea' '/users/ruday/mutt-install/bin/flea'
> /usr/bin/install -c 'smime_keys' '/users/ruday/mutt-install/bin/smime_keys'
> make-3.79.1-p7 install-exec-hook
> make-3.79.1-p
Hi,
I will try latest mutt, but in my office I dont have admin rights (sudo rights)
I am just a user of this linux build server.
SO are you saying there is no way to install if you are not a admin ?
- Ravi
On Fri, Aug 5, 2011 at 12:14 AM, Jostein Berntsen wrote:
> On 04.08.11,23:04, Ravi Uday w