Skip to content

Commit

Permalink
[ADD] Outlook como server_type
Browse files Browse the repository at this point in the history
  • Loading branch information
zamberjo committed Jul 23, 2024
1 parent bf16316 commit 378b4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fetchmail_attach_from_folder/views/fetchmail_server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<field name="object_id" position="attributes">
<attribute
name="attrs"
>{'required': [('server_type', '!=', 'imap')]}</attribute>
>{'required': [('server_type', 'not in',('imap', 'outlook'))]}</attribute>
</field>
<xpath expr="//notebook" position="inside">
<page
string="Folders to monitor"
attrs="{'invisible': [('server_type','!=','imap')]}"
attrs="{'invisible': [('server_type','not in',('imap', 'outlook'))]}"
>
<group>
<field name="folders_only" />
Expand Down

0 comments on commit 378b4fb

Please sign in to comment.