Re: [RCU] Disable skins selectively

2019-11-26 Thread A.L.E.C
On 11/26/19 10:30 PM, Dan wrote:
> I am aware of disabling skin selection by adding the 'dont_override' option 
> to the
> config.inc.php file. However, Is there a way to disable only one skin, 
> without removing
> the folder from skins/ ?
> 
> I would like to disable classic, But not manually remove the folder.

There's 'skins_allowed' option in 1.4.

-- 
Aleksander 'A.L.E.C' Machniak
Kolab Groupware Developer [http://kolab.org]
Roundcube Webmail Developer   [http://roundcube.net]

PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] import contacts from a different webmail system on first login

2019-11-26 Thread A.L.E.C
On 11/27/19 1:46 AM, Gerardo Contreras wrote:
> Is there a way to write a hook or script so that when a new user is created 
> it seeks and
> pulls all contacts from the old system? The old system's contacts exist under 
> different
> names on a specific directory. (~user/.openwebmail/webaddr)

Take a look at squirrelmail_usercopy plugin.

-- 
Aleksander 'A.L.E.C' Machniak
Kolab Groupware Developer [http://kolab.org]
Roundcube Webmail Developer   [http://roundcube.net]

PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] permanent draft?

2019-11-26 Thread Gerardo Contreras

Hello. In our experience, sending a welcome letter to new employees,
It's better to write the template as a draft, in the drafts folder,
instead of having to edit the sent mail. That way you fill in the
pertinent information instead of replacing it -- this avoids overlooking
a certain detail that was meant to a previous recipient, and sending it
incorrectly to the new recipient.  


Sorry if my grammar makes no sense. New baby at home and sleep has
become a strange comodity. 

Gerardo Contreras 


El 2019-11-26 18:01, Kaz Kylheku escribió:

On 2019-11-26 12:10, Marchello wrote: 


Hi all,

My need is to create permanent draft so that it doesn't disappear
after I use it to send email.
In other words, I'd like to re-use the same draft.


It doesn't quite disappear; it goes to the Sent folder; there
you can invoke "Edit As New" on it.

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] import contacts from a different webmail system on first login

2019-11-26 Thread Gerardo Contreras
Hello.  


We have about 300 users. We had been using openwebmail before moving to
Roundcube. We have begun the migration to roundcube slowly (this while
1.4 was in beta still). Now that 1.4 is final we want to force all users
to migrate. One minor inconvenience for the users is that they will have
to migrate their contacts (stored as vcards in a text file) from
openwebmail to roundcube.  


Is there a way to write a hook or script so that when a new user is
created it seeks and pulls all contacts from the old system? The old
system's contacts exist under different names on a specific directory.
(~user/.openwebmail/webaddr) 


I have been considering writing a perl script to do it on a per user
basis but the user must already exist in the database and I don't yet
know the meaning of some of the rows, like changed, words and del. Also,
is contact_id an autoincremented index? 

Thank you. 


Gerardo Contreras
Universidad del Papaloapan
Oaxaca, Mexico___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] permanent draft?

2019-11-26 Thread Kaz Kylheku

On 2019-11-26 12:10, Marchello wrote:

Hi all,

My need is to create permanent draft so that it doesn't disappear
after I use it to send email.
In other words, I'd like to re-use the same draft.


It doesn't quite disappear; it goes to the Sent folder; there
you can invoke "Edit As New" on it.

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] permanent draft?

2019-11-26 Thread Marchello

On 2019-11-27 02:01, Kaz Kylheku wrote:

On 2019-11-26 12:10, Marchello wrote:

Hi all,

My need is to create permanent draft so that it doesn't disappear
after I use it to send email.
In other words, I'd like to re-use the same draft.


It doesn't quite disappear; it goes to the Sent folder; there
you can invoke "Edit As New" on it.


Oh, that's one more useful tip. Thanks, Kaz Kylheku!

Best,
Marchello
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] permanent draft?

2019-11-26 Thread Marchello

 Thanks Steve Perkins, that's exactly what I was looking for.

On 2019-11-27 00:35, Steve Perkins wrote:

You can create a draft and save it. Then when you want to send an
email based on it, select it and use the Edit As New option (on the
More..menu) instead of the Edit button at the top of the draft mail.

That way, the draft email will still be in the Drafts folder after you
send the new email created from it.

Its not exactly what you want, but I think pretty close.


___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] permanent draft?

2019-11-26 Thread Steve Perkins
  
  
You can create a draft and save it. Then when you want to send an email based 
on it, select it and use the Edit As New option (on the More..menu) instead of 
the Edit button at the top of the draft mail.   
  
That way, the draft email will still be in the Drafts folder after you send the 
new email created from it.   
  
Its not exactly what you want, but I think pretty close.   
  
  
  

  
  
  
  
  
>   
> On 26 Nov 2019 at 22:12, @lbutlrwrote:
>   
>   
>  On 26 Nov 2019, at 13:10, Marchello wrote:  >  My need is to create 
> permanent draft so that it doesn't disappear after I use it to send email.  > 
>  In other words, I'd like to re-use the same draft. That would not be a 
> draft, that would be a template. In Roundcube, “Responses” might work for 
> you? -- "Are you pondering what I'm pondering?" "I think so, Brain. But if he 
> left chocolate bullets instead of silver, they'd get all runny and gooey!” 
> ___ Roundcube Users mailing list 
> users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users  
>   
 ___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] permanent draft?

2019-11-26 Thread Marchello

On 2019-11-27 00:11, @lbutlr wrote:
On 26 Nov 2019, at 13:10, Marchello  
wrote:
My need is to create permanent draft so that it doesn't disappear 
after I use it to send email.

In other words, I'd like to re-use the same draft.


That would not be a draft, that would be a template. In Roundcube,
“Responses” might work for you?


That's right, I tried to use it already.
It allows to prepare message body which is nice.
Though it doesn't allow to prepare also subject and attachment.
Better than nothing anyway.
Thanks.

Best,
Marchello
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] permanent draft?

2019-11-26 Thread @lbutlr
On 26 Nov 2019, at 13:10, Marchello  wrote:
> My need is to create permanent draft so that it doesn't disappear after I use 
> it to send email.
> In other words, I'd like to re-use the same draft.

That would not be a draft, that would be a template. In Roundcube, “Responses” 
might work for you?


-- 
"Are you pondering what I'm pondering?"
"I think so, Brain. But if he left chocolate bullets instead of
silver, they'd get all runny and gooey!”
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Disable skins selectively

2019-11-26 Thread Dan

Hello,

I am aware of disabling skin selection by adding the 'dont_override' 
option to the config.inc.php file. However, Is there a way to disable 
only one skin, without removing the folder from skins/ ?


I would like to disable classic, But not manually remove the folder.


Thank you.
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] permanent draft?

2019-11-26 Thread Marchello

 Hi all,

My need is to create permanent draft so that it doesn't disappear after 
I use it to send email.

In other words, I'd like to re-use the same draft.
Is it possible at all?
Please advise.

Best,
Marchello
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube version

2019-11-26 Thread roundcube--lists
Hi,

On 26.11.19 21:10, @lbutlr wrote:
> Is there anywhere in the webUI that the version of Roundcube installed is 
> shown?
After login, click "About". It will give you the version and installed plugins 
(including versions as well).

Best regards,
Thomas
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube version

2019-11-26 Thread Marchello

 Yes, it's 'Settings' -> 'About'.

On 2019-11-26 22:10, @lbutlr wrote:
Is there anywhere in the webUI that the version of Roundcube installed 
is shown?

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] Roundcube version

2019-11-26 Thread @lbutlr
Is there anywhere in the webUI that the version of Roundcube installed is shown?


-- 
you cannot code around infinite implementations of OCD -John C Welch
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users